libosmogsm  1.6.0.113-b17c
Osmocom GSM library
gsm0808.h
Go to the documentation of this file.
1 
4 /*
5  * (C) 2009,2010 by Holger Hans Peter Freyther <zecke@selfish.org>
6  * (C) 2009,2010 by On-Waves
7  * All Rights Reserved
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU General Public License for more details.
18  *
19  */
20 #pragma once
21 
22 #include "tlv.h"
25 #include <osmocom/gsm/gsm23003.h>
27 #include <osmocom/core/utils.h>
28 
29 #define BSSMAP_MSG_SIZE 1024
30 #define BSSMAP_MSG_HEADROOM 512
31 
32 struct sockaddr_storage;
33 
34 struct msgb;
36 
37 struct msgb *gsm0808_create_layer3(struct msgb *msg_l3, uint16_t nc,
38  uint16_t cc, int lac, uint16_t _ci)
39  OSMO_DEPRECATED("Use gsm0808_create_layer3_2() instead, to not lose leading zeros in the MNC");
40 struct msgb *gsm0808_create_layer3_aoip(const struct msgb *msg_l3, uint16_t nc,
41  uint16_t cc, int lac, uint16_t _ci,
42  const struct gsm0808_speech_codec_list *scl)
43  OSMO_DEPRECATED("Use gsm0808_create_layer3_2() instead, to not lose leading zeros in the MNC");
44 struct msgb *gsm0808_create_layer3_2(const struct msgb *msg_l3, const struct osmo_cell_global_id *cell,
45  const struct gsm0808_speech_codec_list *scl);
46 struct msgb *gsm0808_create_reset(void);
47 struct msgb *gsm0808_create_reset_ack(void);
48 struct msgb *gsm0808_create_clear_command(uint8_t cause);
49 struct msgb *gsm0808_create_clear_command2(uint8_t cause, bool csfb_ind);
51 struct msgb *gsm0808_create_cipher(const struct gsm0808_encrypt_info *ei,
52  const uint8_t *cipher_response_mode);
53 
56 
64 
66  uint8_t kc128[16];
67 
68  /* more items are defined in the spec and may be added later */
69  bool more_items; /*< always set this to false */
70 };
72 
73 struct msgb *gsm0808_create_cipher_complete(struct msgb *layer3, uint8_t alg_id);
75 struct msgb *gsm0808_create_cipher_reject_ext(enum gsm0808_cause_class class, uint8_t ext);
77 struct msgb *gsm0808_create_classmark_update(const uint8_t *cm2, uint8_t cm2_len,
78  const uint8_t *cm3, uint8_t cm3_len);
79 struct msgb *gsm0808_create_sapi_reject_cause(uint8_t link_id, uint16_t cause);
81  OSMO_DEPRECATED("Use gsm0808_create_sapi_reject_cause() instead");
82 struct msgb *gsm0808_create_ass(const struct gsm0808_channel_type *ct,
83  const uint16_t *cic,
84  const struct sockaddr_storage *ss,
85  const struct gsm0808_speech_codec_list *scl,
86  const uint32_t *ci);
87 struct msgb *gsm0808_create_ass2(const struct gsm0808_channel_type *ct,
88  const uint16_t *cic,
89  const struct sockaddr_storage *ss,
90  const struct gsm0808_speech_codec_list *scl,
91  const uint32_t *ci,
92  const uint8_t *kc, const struct osmo_lcls *lcls);
93 struct msgb *gsm0808_create_ass_compl(uint8_t rr_cause, uint8_t chosen_channel,
94  uint8_t encr_alg_id, uint8_t speech_mode,
95  const struct sockaddr_storage *ss,
96  const struct gsm0808_speech_codec *sc,
97  const struct gsm0808_speech_codec_list
98  *scl);
99 struct msgb *gsm0808_create_ass_compl2(uint8_t rr_cause, uint8_t chosen_channel,
100  uint8_t encr_alg_id, uint8_t speech_mode,
101  const struct sockaddr_storage *ss,
102  const struct gsm0808_speech_codec *sc,
103  const struct gsm0808_speech_codec_list *scl,
104  enum gsm0808_lcls_status lcls_bss_status);
106  uint8_t chosen_channel,
107  uint8_t encr_alg_id,
108  uint8_t speech_mode);
109 struct msgb *gsm0808_create_ass_fail(uint8_t cause, const uint8_t *rr_cause,
110  const struct gsm0808_speech_codec_list
111  *scl);
112 struct msgb *gsm0808_create_assignment_failure(uint8_t cause, uint8_t *rr_cause);
113 struct msgb *gsm0808_create_clear_rqst(uint8_t cause);
114 struct msgb *gsm0808_create_paging2(const char *imsi, const uint32_t *tmsi,
115  const struct gsm0808_cell_id_list2 *cil,
116  const uint8_t *chan_needed);
117 struct msgb *gsm0808_create_paging(const char *imsi, const uint32_t *tmsi,
118  const struct gsm0808_cell_id_list *cil,
119  const uint8_t *chan_needed)
120  OSMO_DEPRECATED("use gsm0808_create_paging2 instead");
122  enum gsm0808_lcls_control control);
124 struct msgb *gsm0808_create_lcls_notification(enum gsm0808_lcls_status status, bool break_req);
125 struct msgb *gsm0808_create_common_id(const char *imsi,
126  const struct osmo_plmn_id *selected_plmn_id,
127  const struct osmo_plmn_id *last_used_eutran_plnm_id);
128 
129 
133  struct {
134  bool prec;
135  bool lcs;
136  bool ue_prob;
138 
140  struct {
141  uint8_t mode;
142  uint8_t field;
144 
147 
148  /* more items are defined in the spec and may be added later */
149  bool more_items; /*< always set this to false */
150 };
151 
154  uint16_t cause;
156 
159 
162 
165 
166  /* more items are defined in the spec and may be added later */
167  bool more_items; /*< always set this to false */
168 };
170 
173  uint16_t cause;
174 
175  /* more items are defined in the spec and may be added later */
176  bool more_items; /*< always set this to false */
177 };
179 
188 
191 
193 
195 
203 
204  const char *imsi;
205 
206  const struct sockaddr_storage *aoip_transport_layer;
207 
209 
211  uint32_t call_id;
212 
213  const uint8_t *global_call_reference;
215 
216  /* more items are defined in the spec and may be added later */
217  bool more_items;
220  uint8_t kc128[16];
221 
222  bool more_items2;
223 };
225 
226 struct msgb *gsm0808_create_handover_request_ack(const uint8_t *l3_info, uint8_t l3_info_len,
227  uint8_t chosen_channel, uint8_t chosen_encr_alg,
228  uint8_t chosen_speech_version);
229 
231  const uint8_t *l3_info;
232  uint8_t l3_info_len;
233 
235  uint8_t chosen_channel;
236 
240 
241  /* chosen_speech_version == 0 omits the IE */
243 
246 
247  const struct sockaddr_storage *aoip_transport_layer;
248 
249  bool more_items;
251  struct gsm0808_speech_codec_list codec_list_bss_supported; /*< omit when .len == 0 */
252 
253  /* more items are defined in the spec and may be added later */
254  bool more_items2;
255 };
257 
259  const uint8_t *l3_info;
260  uint8_t l3_info_len;
261 
263 
266 
267  /* more items are defined in the spec and may be added later */
268  bool more_items;
269 };
271 
274 
277  uint8_t rr_cause;
278 
281 
282  struct gsm0808_speech_codec_list codec_list_bss_supported; /*< omit when .len == 0 */
283 
286 
288  uint8_t chosen_channel;
289 
292 
293  /* more items are defined in the spec and may be added later */
294  bool more_items; /*< always set this to false */
295 };
297 
299  uint16_t cause;
300 
302  uint8_t rr_cause;
303 
304  struct gsm0808_speech_codec_list codec_list_bss_supported; /*< omit when .len == 0 */
305 
306  /* more items are defined in the spec and may be added later */
307  bool more_items; /*< always set this to false */
308 };
310 
312  uint16_t cause;
314 
316  uint8_t chosen_channel;
317 
320 
323 
326 
329 
330  /* more items are defined in the spec and may be added later */
331  bool more_items; /*< always set this to false */
332 };
334 
335 struct msgb *gsm0808_create_dtap(struct msgb *msg, uint8_t link_id);
336 void gsm0808_prepend_dtap_header(struct msgb *msg, uint8_t link_id);
337 
338 const struct tlv_definition *gsm0808_att_tlvdef(void);
340 
342 #define osmo_bssap_tlv_parse(dec, buf, len) tlv_parse(dec, gsm0808_att_tlvdef(), buf, len, 0, 0)
343 
344 #define osmo_bssap_tlv_parse2(dec, dec_multiples, buf, len) \
345  tlv_parse2(dec, dec_multiples, gsm0808_att_tlvdef(), buf, len, 0, 0)
346 
347 const char *gsm0808_bssmap_name(uint8_t msg_type);
348 const char *gsm0808_bssap_name(uint8_t msg_type);
349 const char *gsm0808_cause_name(enum gsm0808_cause cause);
350 const char *gsm0808_cause_class_name(enum gsm0808_cause_class class);
351 
354 enum gsm0808_cause gsm0808_get_cause(const struct tlv_parsed *tp);
355 
356 const char *gsm0808_diagnostics_octet_location_str(uint8_t pointer);
357 const char *gsm0808_diagnostics_bit_location_str(uint8_t bit_pointer);
358 
359 extern const struct value_string gsm0808_lcls_config_names[];
360 extern const struct value_string gsm0808_lcls_control_names[];
361 extern const struct value_string gsm0808_lcls_status_names[];
362 
363 static inline const char *gsm0808_lcls_config_name(enum gsm0808_lcls_config val) {
365 }
366 static inline const char *gsm0808_lcls_control_name(enum gsm0808_lcls_control val) {
368 }
369 static inline const char *gsm0808_lcls_status_name(enum gsm0808_lcls_status val) {
371 }
372 
gsm0808_create_layer3
struct msgb * gsm0808_create_layer3(struct msgb *msg_l3, uint16_t nc, uint16_t cc, int lac, uint16_t _ci) OSMO_DEPRECATED("Use gsm0808_create_layer3_2() instead
Create "Complete L3 Info" for A, legacy implementation.
Definition: gsm0808.c:121
gsm0808_handover_required_reject::cause
uint16_t cause
Definition: gsm0808.h:173
gsm0808_handover_request_ack::chosen_speech_version
enum gsm0808_permitted_speech chosen_speech_version
Definition: gsm0808.h:242
gsm0808_old_bss_to_new_bss_info::last_eutran_plmn_id_present
bool last_eutran_plmn_id_present
Definition: gsm0808.h:145
gsm0808_create_handover_command
struct msgb * gsm0808_create_handover_command(const struct gsm0808_handover_command *params)
Create BSSMAP HANDOVER COMMAND message, 3GPP TS 48.008 3.2.1.11.
Definition: gsm0808.c:1083
gsm0808_handover_required_reject
3GPP TS 48.008 §3.2.1.37 HANDOVER REQUIRED REJECT
Definition: gsm0808.h:172
gsm0808_handover_performed::lcls_bss_status
enum gsm0808_lcls_status lcls_bss_status
Definition: gsm0808.h:328
gsm0808_lcls_config
gsm0808_lcls_config
Definition: gsm_08_08.h:644
params
uint8_t params[0]
Definition: gsm_08_58.h:8
gsm0808_handover_required::current_channel_type_1_present
bool current_channel_type_1_present
Definition: gsm0808.h:157
gsm0808_lcls_config_names
const struct value_string gsm0808_lcls_config_names[]
Definition: gsm0808.c:1935
link_id
uint8_t link_id
Definition: gsm_08_08.h:4
gsm0808_create_clear_command
struct msgb * gsm0808_create_clear_command(uint8_t cause)
Create BSSMAP Clear Command message with BSSAP header before l3h and BSSMAP in l3h.
Definition: gsm0808.c:191
gsm0808_att_tlvdef
const struct tlv_definition * gsm0808_att_tlvdef(void)
Definition: gsm0808.c:1600
gsm0808_handover_request_ack::l3_info_len
uint8_t l3_info_len
Definition: gsm0808.h:232
gsm0808_handover_request::kc128
uint8_t kc128[16]
Definition: gsm0808.h:220
gsm0808_bssap_name
const char * gsm0808_bssap_name(uint8_t msg_type)
Return string name of BSSAP Message Type.
Definition: gsm0808.c:1750
gsm0808_handover_command::l3_info
const uint8_t * l3_info
Definition: gsm0808.h:259
gsm0808_create_layer3_2
struct msgb * gsm0808_create_layer3_2(const struct msgb *msg_l3, const struct osmo_cell_global_id *cell, const struct gsm0808_speech_codec_list *scl)
Create "Complete L3 Info" for AoIP.
Definition: gsm0808.c:73
OSMO_DEPRECATED
#define OSMO_DEPRECATED(text)
get_value_string
const char * get_value_string(const struct value_string *vs, uint32_t val)
gsm0808_create_handover_request
struct msgb * gsm0808_create_handover_request(const struct gsm0808_handover_request *params)
Create BSSMAP HANDOVER REQUEST message, 3GPP TS 48.008 3.2.1.8.
Definition: gsm0808.c:918
MNC
struct msgb to not lose leading zeros in the MNC
Definition: gsm0808.h:39
cause
uint8_t cause
Definition: gsm_04_08.h:768
gsm0808_lcls_status
gsm0808_lcls_status
Definition: gsm_08_08.h:665
gsm0808_handover_complete::rr_cause_present
bool rr_cause_present
Definition: gsm0808.h:276
gsm0808_handover_complete::chosen_channel
uint8_t chosen_channel
Definition: gsm0808.h:288
gsm0808_handover_request
3GPP TS 48.008 §3.2.1.8 HANDOVER REQUEST
Definition: gsm0808.h:181
gsm0808_handover_request::call_id_present
bool call_id_present
Definition: gsm0808.h:210
gsm0808_permitted_speech
gsm0808_permitted_speech
GSM 08.08 3.2.2.11 Channel Type (see also 3GPP TS 48.008, section 3.2.2.11)
Definition: gsm_08_08.h:488
utils.h
gsm0808_handover_complete::lcls_bss_status_present
bool lcls_bss_status_present
Definition: gsm0808.h:290
gsm0808_old_bss_to_new_bss_info::more_items
bool more_items
Definition: gsm0808.h:149
gsm0808_create_sapi_reject_cause
struct msgb * gsm0808_create_sapi_reject_cause(uint8_t link_id, uint16_t cause)
Create BSSMAP SAPI N Reject message.
Definition: gsm0808.c:462
gsm0808_create_handover_failure
struct msgb * gsm0808_create_handover_failure(const struct gsm0808_handover_failure *params)
Create BSSMAP HANDOVER FAILURE message, 3GPP TS 48.008 3.2.1.16.
Definition: gsm0808.c:1190
gsm0808_handover_required::cause
uint16_t cause
Definition: gsm0808.h:154
gsm0808_old_bss_to_new_bss_info_att_tlvdef
const struct tlv_definition gsm0808_old_bss_to_new_bss_info_att_tlvdef
Definition: gsm0808.c:1606
osmo_cell_global_id
Definition: gsm23003.h:28
config
write Write running configuration to or terminal n Write configuration to the copy running config startup config
gsm0808_create_ass2
struct msgb * gsm0808_create_ass2(const struct gsm0808_channel_type *ct, const uint16_t *cic, const struct sockaddr_storage *ss, const struct gsm0808_speech_codec_list *scl, const uint32_t *ci, const uint8_t *kc, const struct osmo_lcls *lcls)
Create BSSMAP Assignment Request message, 3GPP TS 48.008 §3.2.1.1.
Definition: gsm0808.c:498
gsm0808_lcls_config_name
static const char * gsm0808_lcls_config_name(enum gsm0808_lcls_config val)
Definition: gsm0808.h:363
gsm0808_handover_request::old_bss_to_new_bss_info_present
bool old_bss_to_new_bss_info_present
Pass either old_bss_to_new_bss_info or old_bss_to_new_bss_info_raw.
Definition: gsm0808.h:197
gsm0808_handover_required::speech_version_used
enum gsm0808_permitted_speech speech_version_used
Definition: gsm0808.h:161
gsm0808_cause_class
gsm0808_cause_class
Definition: gsm_08_08.h:430
gsm0808_create_common_id
struct msgb * gsm0808_create_common_id(const char *imsi, const struct osmo_plmn_id *selected_plmn_id, const struct osmo_plmn_id *last_used_eutran_plnm_id)
Create BSSMAP COMMON ID message, 3GPP TS 48.008 3.2.1.68.
Definition: gsm0808.c:1269
gsm0808_handover_request::cause
enum gsm0808_cause cause
Definition: gsm0808.h:187
gsm0808_create_handover_request_ack
struct msgb * gsm0808_create_handover_request_ack(const uint8_t *l3_info, uint8_t l3_info_len, uint8_t chosen_channel, uint8_t chosen_encr_alg, uint8_t chosen_speech_version)
Same as gsm0808_create_handover_request_ack2() but with less parameters.
Definition: gsm0808.c:1066
osmo_plmn_id
Definition: gsm23003.h:9
gsm0808_handover_request::call_id
uint32_t call_id
Definition: gsm0808.h:211
msg
uint8_t msg[0]
Definition: gsm_08_08.h:529
gsm0808_handover_failure::more_items
bool more_items
Definition: gsm0808.h:307
gsm0808_handover_request::aoip_transport_layer
const struct sockaddr_storage * aoip_transport_layer
Definition: gsm0808.h:206
gsm0808_lcls_status_name
static const char * gsm0808_lcls_status_name(enum gsm0808_lcls_status val)
Definition: gsm0808.h:369
gsm0808_handover_complete::chosen_encr_alg
uint8_t chosen_encr_alg
Definition: gsm0808.h:285
gsm0808_handover_command::new_bss_to_old_bss_info_raw_len
size_t new_bss_to_old_bss_info_raw_len
Definition: gsm0808.h:265
gsm0808_handover_request::classmark_information
struct osmo_gsm48_classmark classmark_information
Definition: gsm0808.h:184
gsm0808_handover_performed::cause
uint16_t cause
Definition: gsm0808.h:312
gsm0808_create_clear_complete
struct msgb * gsm0808_create_clear_complete(void)
Create BSSMAP Clear Complete message.
Definition: gsm0808.c:171
gsm0808_handover_request::chosen_encryption_algorithm_serving
uint8_t chosen_encryption_algorithm_serving
Definition: gsm0808.h:194
osmo_lcls
LCLS-related parameters from 3GPP TS 48.008.
Definition: gsm0808_utils.h:66
gsm0808_cause_class_name
const char * gsm0808_cause_class_name(enum gsm0808_cause_class class)
Return string name of BSSMAP Cause Class name.
Definition: gsm0808.c:1875
gsm0808_channel_type
Definition: gsm_08_08.h:613
gsm0808_create_lcls_notification
struct msgb * gsm0808_create_lcls_notification(enum gsm0808_lcls_status status, bool break_req)
Create BSSMAP LCLS NOTIFICATION message (TS 48.008 3.2.1.93).
Definition: gsm0808.c:403
gsm0808_create_ass_compl2
struct msgb * gsm0808_create_ass_compl2(uint8_t rr_cause, uint8_t chosen_channel, uint8_t encr_alg_id, uint8_t speech_mode, const struct sockaddr_storage *ss, const struct gsm0808_speech_codec *sc, const struct gsm0808_speech_codec_list *scl, enum gsm0808_lcls_status lcls_bss_status)
Create BSSMAP Assignment Completed message as per 3GPP TS 48.008 §3.2.1.2.
Definition: gsm0808.c:583
gsm0808_handover_failure::rr_cause
uint8_t rr_cause
Definition: gsm0808.h:302
gsm0808_handover_request_ack::l3_info
const uint8_t * l3_info
Definition: gsm0808.h:231
gsm0808_handover_request::cell_identifier_serving
struct gsm0808_cell_id cell_identifier_serving
Definition: gsm0808.h:185
rr_cause
uint8_t rr_cause
Definition: gsm_04_08.h:766
gsm0808_handover_complete::chosen_encr_alg_present
bool chosen_encr_alg_present
Definition: gsm0808.h:284
gsm0808_prepend_dtap_header
void gsm0808_prepend_dtap_header(struct msgb *msg, uint8_t link_id)
Prepend a DTAP header to given Message Buffer.
Definition: gsm0808.c:1322
gsm0808_create_handover_succeeded
struct msgb * gsm0808_create_handover_succeeded()
Create BSSMAP HANDOVER SUCCEEDED message, 3GPP TS 48.008 3.2.1.13.
Definition: gsm0808.c:1132
gsm0808_lcls_control_names
const struct value_string gsm0808_lcls_control_names[]
Definition: gsm0808.c:1951
gsm0808_handover_command::more_items
bool more_items
always set this to false
Definition: gsm0808.h:268
gsm0808_handover_request_ack::aoip_transport_layer
const struct sockaddr_storage * aoip_transport_layer
Definition: gsm0808.h:247
gsm0808_cause_name
const char * gsm0808_cause_name(enum gsm0808_cause cause)
Return string name of BSSMAP Cause name.
Definition: gsm0808.c:1881
gsm0808_handover_performed::more_items
bool more_items
Definition: gsm0808.h:331
gsm0808_old_bss_to_new_bss_info::ue_prob
bool ue_prob
Definition: gsm0808.h:136
gsm0808_create_handover_performed
struct msgb * gsm0808_create_handover_performed(const struct gsm0808_handover_performed *params)
Create BSSMAP HANDOVER PERFORMED message, 3GPP TS 48.008 3.2.1.25.
Definition: gsm0808.c:1221
tlv_definition
Definition of All 256 IE / TLV.
Definition: tlv.h:517
msgb
gsm0808_speech_codec_list
Definition: gsm_08_08.h:606
gsm0808_create_cipher2
struct msgb * gsm0808_create_cipher2(const struct gsm0808_cipher_mode_command *cmc)
Create BSSMAP Cipher Mode Command message.
Definition: gsm0808.c:247
gsm0808_old_bss_to_new_bss_info::field
uint8_t field
Definition: gsm0808.h:142
gsm0808_speech_codec
3GPP TS 48.008 3.2.2.104 Speech Codec
Definition: gsm_08_08.h:544
gsm0808_handover_complete::more_items
bool more_items
Definition: gsm0808.h:294
gsm0808_cipher_mode_command::kc128_present
bool kc128_present
Definition: gsm0808.h:65
gsm0808_create_clear_rqst
struct msgb * gsm0808_create_clear_rqst(uint8_t cause)
Create BSSMAP Clear Request message.
Definition: gsm0808.c:718
gsm0808_create_handover_request_ack2
struct msgb * gsm0808_create_handover_request_ack2(const struct gsm0808_handover_request_ack *params)
Create BSSMAP HANDOVER REQUEST ACKNOWLEDGE message, 3GPP TS 48.008 3.2.1.10.
Definition: gsm0808.c:1021
gsm0808_cause
gsm0808_cause
Definition: gsm_08_08.h:363
gsm0808_old_bss_to_new_bss_info::current_channel_type_2_present
bool current_channel_type_2_present
Definition: gsm0808.h:139
gsm0808_handover_complete::rr_cause
uint8_t rr_cause
Definition: gsm0808.h:277
gsm0808_handover_request_ack::speech_codec_chosen
struct gsm0808_speech_codec speech_codec_chosen
Definition: gsm0808.h:245
gsm0808_handover_complete::lcls_bss_status
enum gsm0808_lcls_status lcls_bss_status
Definition: gsm0808.h:291
gsm0808_old_bss_to_new_bss_info::last_eutran_plmn_id
struct osmo_plmn_id last_eutran_plmn_id
Definition: gsm0808.h:146
gsm0808_old_bss_to_new_bss_info::prec
bool prec
Definition: gsm0808.h:134
gsm0808_handover_performed::cell_id
struct gsm0808_cell_id cell_id
Definition: gsm0808.h:313
gsm0808_handover_request_ack::chosen_encr_alg
uint8_t chosen_encr_alg
For A5/N set chosen_encr_alg = N+1, e.g.
Definition: gsm0808.h:239
gsm0808_handover_request::more_items
bool more_items
set this to true iff any fields below are used
Definition: gsm0808.h:217
gsm0808_handover_required::old_bss_to_new_bss_info_present
bool old_bss_to_new_bss_info_present
Definition: gsm0808.h:163
gsm0808_handover_performed::chosen_channel
uint8_t chosen_channel
Definition: gsm0808.h:316
gsm0808_handover_performed::speech_version_chosen_present
bool speech_version_chosen_present
Definition: gsm0808.h:321
gsm0808_handover_command::l3_info_len
uint8_t l3_info_len
Definition: gsm0808.h:260
gsm0808_utils.h
gsm0808_old_bss_to_new_bss_info::lcs
bool lcs
Definition: gsm0808.h:135
gsm0808_handover_complete::speech_codec_chosen_present
bool speech_codec_chosen_present
Definition: gsm0808.h:279
gsm0808_cell_id_list
DEPRECATED: This definition of the cell identifier list is insufficient.
Definition: gsm_08_08.h:637
gsm0808_diagnostics_octet_location_str
const char * gsm0808_diagnostics_octet_location_str(uint8_t pointer)
Definition: gsm0808.c:1902
gsm0808_cell_id_list2
Parsed representation of a Cell Identifier List IE (3GPP TS 48.008 3.2.2.27).
Definition: gsm0808_utils.h:59
gsm0808_create_handover_detect
struct msgb * gsm0808_create_handover_detect()
Create BSSMAP HANDOVER DETECT message, 3GPP TS 48.008 3.2.1.40.
Definition: gsm0808.c:1113
gsm0808_handover_request::encryption_information
struct gsm0808_encrypt_info encryption_information
Definition: gsm0808.h:183
gsm0808_create_handover_required
struct msgb * gsm0808_create_handover_required(const struct gsm0808_handover_required *params)
Create BSSMAP HANDOVER REQUIRED message.
Definition: gsm0808.c:858
gsm0808_create_cipher_reject_ext
struct msgb * gsm0808_create_cipher_reject_ext(enum gsm0808_cause_class class, uint8_t ext)
Create BSSMAP Cipher Mode Reject message.
Definition: gsm0808.c:331
gsm0808_create_paging2
struct msgb * gsm0808_create_paging2(const char *imsi, const uint32_t *tmsi, const struct gsm0808_cell_id_list2 *cil, const uint8_t *chan_needed)
Create BSSMAP PAGING message.
Definition: gsm0808.c:740
gsm0808_lcls_status_names
const struct value_string gsm0808_lcls_status_names[]
Definition: gsm0808.c:1961
gsm0808_cipher_mode_command::cipher_response_mode
uint8_t cipher_response_mode
3GPP TS 48.008 3.2.2.34 Cipher Response Mode: 0 - IMEISV must not be included by the Mobile Station; ...
Definition: gsm0808.h:63
gsm0808_handover_request_ack::more_items
bool more_items
set this to true iff any fields below are used
Definition: gsm0808.h:249
gsm0808_create_ass_fail
struct msgb * gsm0808_create_ass_fail(uint8_t cause, const uint8_t *rr_cause, const struct gsm0808_speech_codec_list *scl)
Create BSSMAP Assignment Failure message.
Definition: gsm0808.c:676
gsm0808_handover_performed
Definition: gsm0808.h:311
gsm0808_old_bss_to_new_bss_info::extra_information_present
bool extra_information_present
Definition: gsm0808.h:132
gsm0808_handover_request::global_call_reference_len
uint8_t global_call_reference_len
Definition: gsm0808.h:214
gsm0808_cell_id
Parsed representation of Cell Identifier IE (3GPP TS 48.008 3.2.2.17)
Definition: gsm0808_utils.h:53
gsm0808_handover_request::cell_identifier_target
struct gsm0808_cell_id cell_identifier_target
Definition: gsm0808.h:186
gsm0808_handover_performed::speech_codec_chosen
struct gsm0808_speech_codec speech_codec_chosen
Definition: gsm0808.h:325
gsm0808_handover_required::old_bss_to_new_bss_info
struct gsm0808_old_bss_to_new_bss_info old_bss_to_new_bss_info
Definition: gsm0808.h:164
gsm0808_handover_request::old_bss_to_new_bss_info_raw_len
uint8_t old_bss_to_new_bss_info_raw_len
Definition: gsm0808.h:202
gsm0808_handover_command::new_bss_to_old_bss_info_raw
const uint8_t * new_bss_to_old_bss_info_raw
Definition: gsm0808.h:264
gsm0808_handover_required::more_items
bool more_items
Definition: gsm0808.h:167
gsm23003.h
instead
_parse instead
Definition: ipa.h:30
gsm0808_handover_performed::lcls_bss_status_present
bool lcls_bss_status_present
Definition: gsm0808.h:327
gsm0808_handover_required::current_channel_type_1
uint8_t current_channel_type_1
Definition: gsm0808.h:158
gsm0808_create_lcls_conn_ctrl
struct msgb * gsm0808_create_lcls_conn_ctrl(enum gsm0808_lcls_config config, enum gsm0808_lcls_control control)
Create BSSMAP LCLS CONNECT CONTROL message (TS 48.008 3.2.1.91).
Definition: gsm0808.c:359
gsm0808_handover_request::channel_type
struct gsm0808_channel_type channel_type
Definition: gsm0808.h:182
gsm0808_handover_command
Definition: gsm0808.h:258
gsm0808_handover_request::global_call_reference
const uint8_t * global_call_reference
Definition: gsm0808.h:213
gsm0808_handover_performed::chosen_channel_present
bool chosen_channel_present
Definition: gsm0808.h:315
gsm0808_handover_performed::chosen_encr_alg_present
bool chosen_encr_alg_present
Definition: gsm0808.h:318
gsm0808_create_assignment_completed
struct msgb * gsm0808_create_assignment_completed(uint8_t rr_cause, uint8_t chosen_channel, uint8_t encr_alg_id, uint8_t speech_mode)
Create BSSMAP Assignment Completed message.
Definition: gsm0808.c:662
gsm0808_diagnostics_bit_location_str
const char * gsm0808_diagnostics_bit_location_str(uint8_t bit_pointer)
Definition: gsm0808.c:1921
gsm0808_old_bss_to_new_bss_info
3GPP TS 48.008 §3.2.2.5.8 Old BSS to New BSS information
Definition: gsm0808.h:131
value_string
gsm0808_handover_request_ack::chosen_channel_present
bool chosen_channel_present
Definition: gsm0808.h:234
gsm0808_create_reset
struct msgb * gsm0808_create_reset(void)
Create BSSMAP RESET message.
Definition: gsm0808.c:139
gsm0808_handover_request::kc128_present
bool kc128_present
Definition: gsm0808.h:219
gsm0808_handover_request::imsi
const char * imsi
Definition: gsm0808.h:204
gsm0808_create_cipher_complete
struct msgb * gsm0808_create_cipher_complete(struct msgb *layer3, uint8_t alg_id)
Create BSSMAP Cipher Mode Complete message.
Definition: gsm0808.c:282
gsm0808_cipher_mode_command::more_items
bool more_items
Definition: gsm0808.h:69
gsm0808_handover_request_ack
Definition: gsm0808.h:230
gsm0808_handover_performed::chosen_encr_alg
uint8_t chosen_encr_alg
Definition: gsm0808.h:319
gsm0808_handover_request::more_items2
bool more_items2
always set this to false
Definition: gsm0808.h:222
gsm_23_003.h
gsm0808_handover_required
3GPP TS 48.008 §3.2.1.9 HANDOVER REQUIRED
Definition: gsm0808.h:153
gsm0808_handover_command::cell_identifier
struct gsm0808_cell_id cell_identifier
Definition: gsm0808.h:262
gsm0808_create_reset_ack
struct msgb * gsm0808_create_reset_ack(void)
Create BSSMAP RESET ACK message.
Definition: gsm0808.c:156
gsm_08_08.h
gsm0808_create_assignment_failure
struct msgb * gsm0808_create_assignment_failure(uint8_t cause, uint8_t *rr_cause)
Create BSSMAP Assignment Failure message.
Definition: gsm0808.c:709
lac
uint16_t lac
Definition: gsm_04_08.h:767
cm2_len
uint8_t cm2_len
Definition: gsm_04_08.h:766
gsm0808_encrypt_info
Definition: gsm_08_08.h:623
gsm0808_handover_failure::codec_list_bss_supported
struct gsm0808_speech_codec_list codec_list_bss_supported
Definition: gsm0808.h:304
gsm0808_handover_complete::speech_codec_chosen
struct gsm0808_speech_codec speech_codec_chosen
Definition: gsm0808.h:280
gsm0808_handover_performed::speech_codec_chosen_present
bool speech_codec_chosen_present
Definition: gsm0808.h:324
gsm0808_create_cipher_reject
struct msgb * gsm0808_create_cipher_reject(enum gsm0808_cause cause)
Create BSSMAP Cipher Mode Reject message.
Definition: gsm0808.c:311
gsm0808_handover_request::current_channel_type_1
uint8_t current_channel_type_1
Definition: gsm0808.h:190
gsm0808_handover_required_reject::more_items
bool more_items
Definition: gsm0808.h:176
gsm0808_handover_complete::chosen_channel_present
bool chosen_channel_present
Definition: gsm0808.h:287
gsm0808_handover_failure::rr_cause_present
bool rr_cause_present
Definition: gsm0808.h:301
gsm0808_handover_request_ack::more_items2
bool more_items2
always set this to false
Definition: gsm0808.h:254
gsm0808_handover_request::current_channel_type_1_present
bool current_channel_type_1_present
Definition: gsm0808.h:189
gsm0808_bssmap_name
const char * gsm0808_bssmap_name(uint8_t msg_type)
Return string name of BSSMAP Message Type.
Definition: gsm0808.c:1738
gsm0808_old_bss_to_new_bss_info::extra_information
struct gsm0808_old_bss_to_new_bss_info::@6 extra_information
gsm0808_lcls_control_name
static const char * gsm0808_lcls_control_name(enum gsm0808_lcls_control val)
Definition: gsm0808.h:366
gsm0808_handover_failure
Definition: gsm0808.h:298
gsm0808_create_sapi_reject
struct msgb * gsm0808_create_sapi_reject(uint8_t link_id) OSMO_DEPRECATED("Use gsm0808_create_sapi_reject_cause() instead")
Create BSSMAP SAPI N Reject message (with hard-coded cause "BSS not equipped").
Definition: gsm0808.c:483
gsm0808_cipher_mode_command
Definition: gsm0808.h:54
gsm0808_create_cipher
struct msgb * gsm0808_create_cipher(const struct gsm0808_encrypt_info *ei, const uint8_t *cipher_response_mode)
Superseded by gsm0808_create_cipher2() to include Kc128.
Definition: gsm0808.c:233
gsm0808_lcls_control
gsm0808_lcls_control
Definition: gsm_08_08.h:655
gsm0808_handover_performed::speech_version_chosen
enum gsm0808_permitted_speech speech_version_chosen
Definition: gsm0808.h:322
gsm0808_create_lcls_conn_ctrl_ack
struct msgb * gsm0808_create_lcls_conn_ctrl_ack(enum gsm0808_lcls_status status)
Create BSSMAP LCLS CONNECT CONTROL ACK message (TS 48.008 3.2.1.92).
Definition: gsm0808.c:385
gsm0808_handover_complete::codec_list_bss_supported
struct gsm0808_speech_codec_list codec_list_bss_supported
Definition: gsm0808.h:282
gsm0808_create_paging
struct msgb * gsm0808_create_paging(const char *imsi, const uint32_t *tmsi, const struct gsm0808_cell_id_list *cil, const uint8_t *chan_needed) OSMO_DEPRECATED("use gsm0808_create_paging2 instead")
DEPRECATED: Use gsm0808_create_paging2 instead.
Definition: gsm0808.c:798
cm2
struct gsm48_classmark2 cm2
Definition: gsm_04_08.h:767
gsm0808_handover_required::speech_version_used_present
bool speech_version_used_present
Definition: gsm0808.h:160
tlv.h
msg_type
uint8_t msg_type
Definition: gsm_04_08.h:768
gsm0808_create_ass
struct msgb * gsm0808_create_ass(const struct gsm0808_channel_type *ct, const uint16_t *cic, const struct sockaddr_storage *ss, const struct gsm0808_speech_codec_list *scl, const uint32_t *ci)
Create BSSMAP Assignment Request message, 3GPP TS 48.008 §3.2.1.1.
Definition: gsm0808.c:564
gsm0808_handover_request::old_bss_to_new_bss_info
struct gsm0808_old_bss_to_new_bss_info old_bss_to_new_bss_info
Definition: gsm0808.h:198
gsm0808_old_bss_to_new_bss_info::mode
uint8_t mode
Definition: gsm0808.h:141
osmo_gsm48_classmark
Definition: gsm_04_08.h:230
gsm0808_old_bss_to_new_bss_info::current_channel_type_2
struct gsm0808_old_bss_to_new_bss_info::@7 current_channel_type_2
gsm0808_handover_request_ack::codec_list_bss_supported
struct gsm0808_speech_codec_list codec_list_bss_supported
Definition: gsm0808.h:251
gsm0808_create_classmark_request
struct msgb * gsm0808_create_classmark_request()
Create BSSMAP Classmark Request message.
Definition: gsm0808.c:421
gsm0808_handover_request_ack::speech_codec_chosen_present
bool speech_codec_chosen_present
Definition: gsm0808.h:244
gsm0808_create_layer3_aoip
struct msgb * gsm0808_create_layer3_aoip(const struct msgb *msg_l3, uint16_t nc, uint16_t cc, int lac, uint16_t _ci, const struct gsm0808_speech_codec_list *scl) OSMO_DEPRECATED("Use gsm0808_create_layer3_2() instead
Create "Complete L3 Info" for AoIP, legacy implementation.
Definition: gsm0808.c:50
gsm0808_create_classmark_update
struct msgb * gsm0808_create_classmark_update(const uint8_t *cm2, uint8_t cm2_len, const uint8_t *cm3, uint8_t cm3_len)
Create BSSMAP Classmark Update message.
Definition: gsm0808.c:439
gsm0808_get_cause
enum gsm0808_cause gsm0808_get_cause(const struct tlv_parsed *tp)
Parse Cause TLV 3GPP TS 08.08 §3.2.2.5.
Definition: gsm0808.c:1886
tlv_parsed
result of the TLV parser
Definition: tlv.h:522
gsm0808_handover_complete
Definition: gsm0808.h:275
gsm0808_handover_request::codec_list_msc_preferred
const struct gsm0808_speech_codec_list * codec_list_msc_preferred
Definition: gsm0808.h:208
gsm0808_handover_failure::cause
uint16_t cause
Definition: gsm0808.h:299
gsm0808_create_handover_required_reject
struct msgb * gsm0808_create_handover_required_reject(const struct gsm0808_handover_required_reject *params)
Create BSSMAP HANDOVER REQUIRED REJECT message.
Definition: gsm0808.c:894
gsm0808_create_clear_command2
struct msgb * gsm0808_create_clear_command2(uint8_t cause, bool csfb_ind)
Create BSSMAP Clear Command message.
Definition: gsm0808.c:209
gsm0808_handover_request_ack::chosen_channel
uint8_t chosen_channel
Definition: gsm0808.h:235
gsm0808_create_dtap
struct msgb * gsm0808_create_dtap(struct msgb *msg, uint8_t link_id)
Create BSSMAP DTAP message.
Definition: gsm0808.c:1334
gsm0808_handover_request::speech_version_used
enum gsm0808_permitted_speech speech_version_used
Definition: gsm0808.h:192
gsm0808_create_ass_compl
struct msgb * gsm0808_create_ass_compl(uint8_t rr_cause, uint8_t chosen_channel, uint8_t encr_alg_id, uint8_t speech_mode, const struct sockaddr_storage *ss, const struct gsm0808_speech_codec *sc, const struct gsm0808_speech_codec_list *scl)
Create BSSMAP Assignment Completed message.
Definition: gsm0808.c:646
gsm0808_create_handover_complete
struct msgb * gsm0808_create_handover_complete(const struct gsm0808_handover_complete *params)
Create BSSMAP HANDOVER COMPLETE message, 3GPP TS 48.008 3.2.1.12.
Definition: gsm0808.c:1151
gsm0808_handover_required::cil
struct gsm0808_cell_id_list2 cil
Definition: gsm0808.h:155
gsm0808_cipher_mode_command::cipher_response_mode_present
bool cipher_response_mode_present
3GPP TS 48.008 3.2.2.34 Cipher Response Mode, optional IE
Definition: gsm0808.h:58
gsm0808_handover_request::old_bss_to_new_bss_info_raw
const uint8_t * old_bss_to_new_bss_info_raw
To feed the Old BSS to New BSS Information IE unchanged from the Handover Required message without ha...
Definition: gsm0808.h:201