libosmogsm
1.4.0
Osmocom GSM library
|
int tlv_parse_one(uint8_t *o_tag, uint16_t *o_len, const uint8_t **o_val, const struct tlv_definition *def, const uint8_t *buf, int buf_len)
Parse a single TLV encoded IE.
Definition: tlv_parser.c:229
@ SYSINFO_TYPE_MEAS_INFO
Definition: sysinfo.h:38
#define RSL_EXT_MEAS_ORDER
Definition: gsm_08_58.h:588
@ RSL_IE_CMD_INDICATOR
Definition: gsm_08_58.h:319
#define RSL_ERR_IE_CONTENT
Definition: gsm_08_58.h:567
@ RSL_IE_UPLINK_MEAS
Definition: gsm_08_58.h:294
#define RSL_CHAN_OSMO_CBCH4
Definition: gsm_08_58.h:431
@ RSL_MT_CONN_FAIL
Definition: gsm_08_58.h:179
uint8_t len
Definition: gsm_04_11.h:0
const struct value_string osmo_sitype_strs[_MAX_SYSINFO_TYPE]
Definition: sysinfo.c:104
@ RSL_IE_SIEMENS_MRPCI
Definition: gsm_08_58.h:331
const char * rsl_or_ipac_msg_name(uint8_t msg_type)
Get human-readable name of standard or ip.access RSL msg type.
Definition: rsl.c:446
uint8_t osmo_sitype2rsl(enum osmo_sysinfo_type si_type)
Definition: sysinfo.c:220
uint8_t ie_link_id
RSL_IE_LINK_IDENT (tag)
Definition: gsm_08_58.h:89
uint8_t rxlev_buckets[NUM_RXLEVS][NUM_ARFCNS/8]
Definition: rxlev_stat.h:11
int plan
Definition: mncc.h:35
@ RSL_IE_ACCESS_DELAY
Definition: gsm_08_58.h:286
@ RSL_MT_IPAC_BIND_MUX_NACK
Definition: gsm_08_58.h:222
size_t osmo_earfcn_bit_size_ext(const struct osmo_earfcn_si2q *e, size_t offset)
Return number of bits necessary to represent earfcn struct as Repeated E-UTRAN Neighbour Cells IE fro...
Definition: sysinfo.c:166
struct tlv_parsed * osmo_tlvp_copy(const struct tlv_parsed *tp_orig, void *ctx)
Copy tlv_parsed using given talloc context.
Definition: tlv_parser.c:69
@ SYSINFO_TYPE_13
Definition: sysinfo.h:26
@ GMM_CAUSE_INV_MAND_INFO
Definition: gsm_04_08_gprs.h:230
uint8_t link_id
Definition: gsm_08_08.h:2
@ RSL_MT_RTD_REP
Definition: gsm_08_58.h:199
@ RSL_IE_NCH_DRX_INFO
Definition: gsm_08_58.h:318
@ RSL_MT_MODE_MODIFY_REQ
Definition: gsm_08_58.h:184
const uint8_t * val
pointer to value
Definition: tlv.h:459
static const struct value_string rsl_msgt_names[]
Definition: rsl.c:329
bool thresh_lo_valid
Definition: sysinfo.h:66
@ RSL_MT_PHY_CONTEXT_REQ
Definition: gsm_08_58.h:187
#define RLL_CAUSE_T200_EXPIRED
Definition: gsm_08_58.h:506
@ RSL_IPAC_EIE_TIMING_ERR
Definition: gsm_08_58.h:721
@ RSL_IE_CHAN_NR
Definition: gsm_08_58.h:270
#define RLL_CAUSE_UNSOL_DM_RESP
Definition: gsm_08_58.h:509
@ RSL_IE_IPAC_RTP_COMPR
Definition: gsm_08_58.h:355
#define RLL_CAUSE_SABM_INFO_NOTALL
Definition: gsm_08_58.h:519
@ RSL_MT_SACCH_FILL
Definition: gsm_08_58.h:168
@ RSL_MT_REL_CONF
Definition: gsm_08_58.h:148
int bitvec_set_bit_pos(struct bitvec *bv, unsigned int bitnr, enum bit_value bit)
@ OAP_MSGT_CHALLENGE_REQUEST
Definition: oap.h:55
@ SYSINFO_TYPE_2ter
Definition: sysinfo.h:33
@ RSL_IE_MS_POWER_PARAM
Definition: gsm_08_58.h:300
@ RSL_IE_CHAN_MODE
Definition: gsm_08_58.h:275
#define RSL_SYSTEM_INFO_5ter
Definition: gsm_08_58.h:586
const char * get_value_string(const struct value_string *vs, uint32_t val)
struct abis_rsl_common_hdr c
Definition: gsm_08_58.h:110
@ RSL_IE_CHAN_NEEDED
Definition: gsm_08_58.h:309
uint8_t xres[8]
Definition: oap.h:74
int osmo_tlvp_merge(struct tlv_parsed *dst, const struct tlv_parsed *src)
Merge all tlv_parsed attributes of 'src' into 'dst'.
Definition: tlv_parser.c:104
@ RSL_MT_SUSP_CONF
Definition: gsm_08_58.h:153
@ RSL_IE_PAGING_LOAD
Definition: gsm_08_58.h:284
uint8_t cause
Definition: gsm_04_08.h:2
@ OAP_RAND_IE
Definition: oap.h:42
@ RSL_IPAC_EIE_FREQ_ERR
Definition: gsm_08_58.h:720
@ OAP_CAUSE_IE
Definition: oap.h:41
@ SYSINFO_TYPE_17
Definition: sysinfo.h:28
@ OAP_AUTS_IE
Definition: oap.h:45
#define RSL_ERR_SERV_OPT_UNAVAIL
Definition: gsm_08_58.h:551
#define RSL_SYSTEM_INFO_9
Definition: gsm_08_58.h:593
#define RSL_SYSTEM_INFO_5bis
Definition: gsm_08_58.h:585
@ RSL_MT_REL_REQ
Definition: gsm_08_58.h:147
#define RSL_CHAN_BCCH
Definition: gsm_08_58.h:427
@ RSL_MT_IPAC_PDCH_DEACT_NACK
Definition: gsm_08_58.h:216
#define RSL_MEAS_INFO
Definition: gsm_08_58.h:589
#define RSL_ACT_INTER_ASYNC
Definition: gsm_08_58.h:439
@ RSL_MT_IPAC_PDCH_DEACT
Definition: gsm_08_58.h:214
static unsigned char * msgb_put(struct msgb *msgb, unsigned int len)
void tlv_def_patch(struct tlv_definition *dst, const struct tlv_definition *src)
take a master (src) tlvdev and fill up all empty slots in 'dst'
Definition: tlv_parser.c:437
const char * rsl_err_name(uint8_t err)
Get human-readable name for RSL Error.
Definition: rsl.c:323
#define NUM_ARFCNS
Definition: rxlev_stat.h:6
int tlv_parse(struct tlv_parsed *dec, const struct tlv_definition *def, const uint8_t *buf, int buf_len, uint8_t lv_tag, uint8_t lv_tag2)
Parse an entire buffer of TLV encoded Information Elements.
Definition: tlv_parser.c:334
#define RLL_CAUSE_IFRM_INC_LEN
Definition: gsm_08_58.h:516
@ RSL_MT_LISTENER_DET
Definition: gsm_08_58.h:197
enum osmo_oap_client_state::@19 state
#define RLL_CAUSE_IFRM_INC_MBITS
Definition: gsm_08_58.h:515
int bitvec_find_bit_pos(const struct bitvec *bv, unsigned int n, enum bit_value val)
uint8_t secret_k[16]
Definition: oap_client.h:56
@ RSL_IE_IPAC_SPEECH_MODE
Definition: gsm_08_58.h:348
@ RSL_IE_SMSCB_MSG
Definition: gsm_08_58.h:311
struct tlv_definition tvlv_att_def
Definition: tlv_parser.c:48
for(i=0;i< vector_active(cmdvec);i++) if((node
@ RSL_MT_HANDO_DET
Definition: gsm_08_58.h:182
@ OAP_AUTN_IE
Definition: oap.h:43
#define RSL_ERR_REMOTE_TRANSC_FAIL
Definition: gsm_08_58.h:546
#define RSL_BCCH_CCCH_CONF_4_NC
Definition: gsm_08_58.h:636
int16_t rxlev_stat_get_next(const struct rxlev_stats *st, uint8_t rxlev, int16_t arfcn)
Definition: rxlev_stat.c:50
@ RSL_MT_SUSP_REQ
Definition: gsm_08_58.h:152
#define RLL_CAUSE_REEST_REQ
Definition: gsm_08_58.h:507
write Write running configuration to or terminal n Write configuration to the copy running config startup config
@ RSL_IE_RESOURCE_INFO
Definition: gsm_08_58.h:290
@ SYSINFO_TYPE_16
Definition: sysinfo.h:27
#define OSMO_EARFCN_INVALID
Definition: sysinfo.h:11
@ RSL_MT_IPAC_DLCX_IND
Definition: gsm_08_58.h:235
static struct msgb * msgb_alloc_headroom(int size, int headroom, const char *name)
#define RSL_ERR_PROCESSOR_OVERLOAD
Definition: gsm_08_58.h:544
#define RSL_ERR_RES_UNAVAIL
Definition: gsm_08_58.h:548
int osmo_shift_tlv(uint8_t **data, size_t *data_len, uint8_t *tag, uint8_t **value, size_t *value_len)
Extract TLV and advance data pointer + subtract length.
Definition: tlv_parser.c:560
@ RSL_IE_IPAC_RTP_PAYLOAD2
Definition: gsm_08_58.h:356
@ RSL_MT_DATA_IND
Definition: gsm_08_58.h:142
int type
Definition: mncc.h:34
@ RSL_IE_EMLPP_PRIO
Definition: gsm_08_58.h:320
uint8_t * meas_bw
Definition: sysinfo.h:53
@ RSL_IE_FRAME_NUMBER
Definition: gsm_08_58.h:277
@ RSL_MT_BCCH_INFO
Definition: gsm_08_58.h:158
#define RSL_ACT_TYPE_INITIAL
Definition: gsm_08_58.h:435
#define RSL_ERR_IE_NONEXIST
Definition: gsm_08_58.h:565
osmo_static_assert(sizeof(struct gsm48_system_information_type_header)==3, _si_header_size)
@ RSL_IPAC_EIE_NCELL_BA_CHG_LIST
Definition: gsm_08_58.h:732
@ RSL_MT_PRE_HANDO_NOTIF
Definition: gsm_08_58.h:200
@ RSL_IE_SYSINFO_TYPE
Definition: gsm_08_58.h:299
@ RSL_IE_STARTNG_TIME
Definition: gsm_08_58.h:292
#define RSL_ERR_BTS_NOT_EQUIPPED
Definition: gsm_08_58.h:545
@ RSL_IE_REQ_REFERENCE
Definition: gsm_08_58.h:288
uint64_t osmo_decode_big_endian(const uint8_t *data, size_t data_len)
#define RSL_SYSTEM_INFO_6
Definition: gsm_08_58.h:579
#define TLVP_LEN(x, y)
Definition: tlv.h:512
uint8_t msg[0]
Definition: gsm_08_08.h:8
osmo_static_assert(_LOG_CTX_COUNT<=ARRAY_SIZE(((struct log_context *) NULL) ->ctx), enum_logging_ctx_items_fit_in_struct_log_context)
uint8_t res_len
length (in bytes) of res
Definition: auth.h:66
uint8_t timeslot
E1 timeslot.
Definition: gsm_12_21.h:2
@ RSL_IE_IPAC_RTP_JIT_BUF
Definition: gsm_08_58.h:354
@ RSL_IPAC_EIE_NUM_OF_MS
Definition: gsm_08_58.h:733
@ RSL_MT_IPAC_MDCX_NACK
Definition: gsm_08_58.h:234
@ TLV_TYPE_FIXED
fixed-length value-only
Definition: tlv.h:465
@ RSL_IE_MAIN_CHAN_REF
Definition: gsm_08_58.h:322
@ RSL_MT_LOCATION_INFO
Definition: gsm_08_58.h:207
uint16_t len
length
Definition: tlv.h:458
static uint8_t * msgb_v_put(struct msgb *msg, uint8_t val)
put (append) a V field to a Message buffers
Definition: tlv.h:366
#define RSL_ERR_NOTIFICATION_OVERFL
Definition: gsm_08_58.h:547
#define RSL_ERR_CCCH_OVERLOAD
Definition: gsm_08_58.h:542
uint8_t auts[14]
Definition: oap.h:76
static int msgb_tailroom(const struct msgb *msgb)
const char * get_value_string_or_null(const struct value_string *vs, uint32_t val)
@ RSL_IPAC_EIE_RXQUAL
Definition: gsm_08_58.h:719
#define RLL_CAUSE_SFRM_INC_PARAM
Definition: gsm_08_58.h:514
#define RSL_ERR_SERV_OPT_UNIMPL
Definition: gsm_08_58.h:554
@ RSL_MT_MS_POWER_CONTROL
Definition: gsm_08_58.h:190
const struct tlv_definition rsl_att_tlvdef
Definition: rsl.c:67
@ RSL_MT_IPAC_CONNECT_MUX
Definition: gsm_08_58.h:217
#define RSL_SYSTEM_INFO_20
Definition: gsm_08_58.h:596
@ TLV_TYPE_T
tag-only
Definition: tlv.h:466
int tlv_parse2(struct tlv_parsed *dec, int dec_multiples, const struct tlv_definition *def, const uint8_t *buf, int buf_len, uint8_t lv_tag, uint8_t lv_tag2)
Like tlv_parse(), but capable of decoding multiple occurences of the same IE.
Definition: tlv_parser.c:357
void osmo_oap_encode(struct msgb *msg, const struct osmo_oap_message *oap_msg)
Compose OAP message data.
Definition: oap.c:160
static const struct value_string rsl_rlm_cause_strs[]
Definition: rsl.c:454
@ RSL_MT_REL_IND
Definition: gsm_08_58.h:149
@ RSL_IPAC_EIE_BS_PWR_CTL
Definition: gsm_08_58.h:723
@ SYSINFO_TYPE_EMO
Definition: sysinfo.h:37
int osmo_earfcn_add(struct osmo_earfcn_si2q *e, uint16_t arfcn, uint8_t meas_bw)
Add pair of arfcn and measurement bandwith value to earfcn struct.
Definition: sysinfo.c:137
#define RLL_CAUSE_UNSOL_UA_RESP
Definition: gsm_08_58.h:508
@ RSL_IE_FULL_IMM_ASS_INFO
Definition: gsm_08_58.h:312
#define NUM_RXLEVS
Definition: rxlev_stat.h:5
uint8_t u8
Definition: common.h:18
#define RSL_ACT_SECOND_ADD
Definition: gsm_08_58.h:441
@ RSL_MT_MODE_MODIFY_NACK
Definition: gsm_08_58.h:186
#define RSL_SYSTEM_INFO_8
Definition: gsm_08_58.h:573
@ SYSINFO_TYPE_8
Definition: sysinfo.h:23
@ RSL_MT_CHAN_ACTIV_ACK
Definition: gsm_08_58.h:177
@ RSL_IE_IPAC_REMOTE_IP
Definition: gsm_08_58.h:344
@ RSL_IE_IPAC_REMOTE_PORT
Definition: gsm_08_58.h:345
@ RSL_IPAC_EIE_NCELL_DEF_EXT
Definition: gsm_08_58.h:735
char number[33]
Definition: mncc.h:38
@ RSL_MT_IPAC_MDCX_ACK
Definition: gsm_08_58.h:233
#define RSL_ERR_OM_INTERVENTION
Definition: gsm_08_58.h:535
@ RSL_MT_OVERLOAD
Definition: gsm_08_58.h:169
@ OAP_MSGT_CHALLENGE_RESULT
Definition: oap.h:57
#define RSL_CHAN_SDCCH8_ACCH
Definition: gsm_08_58.h:426
static uint8_t * msgb_tv16_push(struct msgb *msg, uint8_t tag, uint16_t val)
push (prepend) a TV16 field to a Message buffers
Definition: tlv.h:418
Definition: oap_client.h:34
char version[20]
Definition: ipaccess.h:10
const char * rsl_msg_name(uint8_t err)
Get human-readable string for RSL Message Type.
Definition: rsl.c:401
uint8_t type
Definition: gsm_08_08.h:0
@ OAP_MSGT_REGISTER_REQUEST
Definition: oap.h:51
@ RSL_IE_IPAC_LOCAL_PORT
Definition: gsm_08_58.h:347
const struct value_string rsl_act_type_names[]
String names of RSL Channel Activation Types.
Definition: rsl.c:624
@ RSL_MT_IPAC_BIND_MUX
Definition: gsm_08_58.h:220
#define RSL_ERR_INVALID_MESSAGE
Definition: gsm_08_58.h:557
#define RSL_SYSTEM_INFO_2
Definition: gsm_08_58.h:575
osmo_sysinfo_type
Definition: sysinfo.h:14
@ RSL_IPAC_EIE_HO_CAND_EXT
Definition: gsm_08_58.h:734
struct tlv_p_entry lv[256]
Definition: tlv.h:488
@ RSL_IE_IPAC_LOCAL_IP
Definition: gsm_08_58.h:349
@ RSL_IE_MS_IDENTITY
Definition: gsm_08_58.h:281
#define RSL_ERR_MSG_DISCR
Definition: gsm_08_58.h:559
@ RSL_MT_RF_RES_IND
Definition: gsm_08_58.h:167
@ RSL_IPAC_EIE_3G_NCELL_LIST
Definition: gsm_08_58.h:742
#define RLL_CAUSE_FRM_UNIMPL
Definition: gsm_08_58.h:517
@ TLV_TYPE_TLV
tag-length-value
Definition: tlv.h:468
int osmo_oap_decode(struct osmo_oap_message *oap_msg, const uint8_t *data, size_t data_len)
Decode OAP message data.
Definition: oap.c:43
@ RSL_MT_ERROR_REPORT
Definition: gsm_08_58.h:170
int tlv_encode(struct msgb *msg, const struct tlv_definition *def, const struct tlv_parsed *tp)
Encode a set of decoded TLVs according to a given definition into a message buffer.
Definition: tlv_parser.c:172
static struct msgb * oap_msg_register(uint16_t client_id)
Definition: oap_client.c:139
uint8_t autn[16]
authentication nonce
Definition: auth.h:62
@ RSL_IE_SMSCB_CHAN_INDICATOR
Definition: gsm_08_58.h:315
osmo_oap_iei
Information Element Identifiers for OAP IEs.
Definition: oap.h:40
@ RSL_IPAC_EIE_HO_THRESH_COMP
Definition: gsm_08_58.h:729
static struct msgb * oap_msg_challenge_response(uint8_t *xres)
Definition: oap_client.c:166
@ TLV_TYPE_TvLV
tag, variable length, value
Definition: tlv.h:470
@ RSL_IE_SMSCB_INFO
Definition: gsm_08_58.h:305
@ OAP_XRES_IE
Definition: oap.h:44
@ RSL_MT_IPAC_MDCX
Definition: gsm_08_58.h:232
Definition of All 256 IE / TLV.
Definition: tlv.h:482
int registration_failures
Definition: oap_client.h:58
@ SYSINFO_TYPE_7
Definition: sysinfo.h:22
@ RSL_IPAC_EIE_HO_CANDIDATES
Definition: gsm_08_58.h:731
static unsigned char * msgb_push(struct msgb *msgb, unsigned int len)
const struct value_string * gsm48_gmm_cause_names
Definition: gsm_04_08_gprs.c:80
@ RSL_IE_MEAS_RES_NR
Definition: gsm_08_58.h:296
Definition: gsm_08_58.h:82
#define RSL_ERR_T_MSRFPCI_EXP
Definition: gsm_08_58.h:537
const struct value_string osmo_mncc_names[]
#define RSL_BCCH_CCCH_CONF_3_NC
Definition: gsm_08_58.h:635
@ RSL_MT_CCCH_LOAD_IND
Definition: gsm_08_58.h:159
int autn_present
Definition: oap.h:71
@ RSL_IE_SACCH_INFO
Definition: gsm_08_58.h:313
uint8_t res[16]
authentication result
Definition: auth.h:65
@ SYSINFO_TYPE_2bis
Definition: sysinfo.h:32
#define RSL_ERR_TERR_CH_FAIL
Definition: gsm_08_58.h:541
void rsl_rll_push_l3(struct msgb *msg, uint8_t msg_type, uint8_t chan_nr, uint8_t link_id, int transparent)
Wrap msgb in L3 Info IE and push a RSL RLL header.
Definition: rsl.c:544
@ RSL_IE_IPAC_RTP_CSD_FMT
Definition: gsm_08_58.h:353
#define RSL_CHAN_PCH_AGCH
Definition: gsm_08_58.h:429
enum tlv_type type
TLV type.
Definition: tlv.h:477
@ RSL_MT_IPAC_DISC_MUX
Definition: gsm_08_58.h:223
void _osmo_mncc_log(int subsys, int level, const char *file, int line, const char *prefix, const uint8_t *msg, unsigned int len)
@ RSL_MT_IPAC_PDCH_ACT
Definition: gsm_08_58.h:211
#define RSL_ERR_PROTO
Definition: gsm_08_58.h:568
static uint8_t * msgb_vtvlv_gan_put(struct msgb *msg, uint16_t tag, uint16_t len, const uint8_t *val)
put (append) a vTvLV field to Message buffers
Definition: tlv.h:272
@ RSL_MT_RECON_REQ
Definition: gsm_08_58.h:155
#define RSL_ERR_ACCH_OVERLOAD
Definition: gsm_08_58.h:543
@ RSL_MT_SMS_BC_REQ
Definition: gsm_08_58.h:164
#define RSL_SYSTEM_INFO_18
Definition: gsm_08_58.h:594
@ RSL_MT_PREPROC_CONFIG
Definition: gsm_08_58.h:192
static const uint8_t sitype2rsl[_MAX_SYSINFO_TYPE]
Definition: sysinfo.c:52
#define RSL_ERR_RADIO_IF_FAIL
Definition: gsm_08_58.h:531
void msgb_free(struct msgb *m)
#define RSL_BCCH_CCCH_CONF_1_C
Definition: gsm_08_58.h:633
@ RSL_MT_CHAN_ACTIV_NACK
Definition: gsm_08_58.h:178
#define RSL_CHAN_Lm_ACCHs
Definition: gsm_08_58.h:424
@ RSL_IE_MR_CONTROL
Definition: gsm_08_58.h:324
@ RSL_IE_CHAN_IDENT
Definition: gsm_08_58.h:274
int present
Definition: mncc.h:36
@ RSL_MT_DEACTIVATE_SACCH
Definition: gsm_08_58.h:180
@ RSL_MT_IPAC_PDCH_ACT_ACK
Definition: gsm_08_58.h:212
tlv_type
TLV type.
Definition: tlv.h:463
@ RSL_MT_IPAC_CONNECT_MUX_ACK
Definition: gsm_08_58.h:218
@ RSL_MT_IPAC_DLCX_ACK
Definition: gsm_08_58.h:237
@ TLV_TYPE_TL16V
tag, 16 bit length, value
Definition: tlv.h:469
#define RSL_ERR_IE_LENGTH
Definition: gsm_08_58.h:566
#define RSL_ACT_SECOND_MULTI
Definition: gsm_08_58.h:442
@ RSL_IE_PYHS_CONTEXT
Definition: gsm_08_58.h:285
@ SYSINFO_TYPE_6
Definition: sysinfo.h:21
#define RLL_CAUSE_SEQ_ERR
Definition: gsm_08_58.h:512
@ RSL_MT_IPAC_DLCX
Definition: gsm_08_58.h:236
@ RSL_IPAC_EIE_SDCCH_CTL_PARAM
Definition: gsm_08_58.h:743
void rsl_init_cchan_hdr(struct abis_rsl_cchan_hdr *ch, uint8_t msg_type)
Initialize a RSL Common Channel header.
Definition: rsl.c:59
@ RSL_IE_BS_POWER
Definition: gsm_08_58.h:273
struct tlv_def def[256]
Definition: tlv.h:483
#define RSL_ERR_INTERWORKING
Definition: gsm_08_58.h:570
#define RSL_ERR_MSG_SEQ
Definition: gsm_08_58.h:561
void rxlev_stat_input(struct rxlev_stats *st, uint16_t arfcn, uint8_t rxlev)
Definition: rxlev_stat.c:36
#define RSL_ERR_HANDOVER_ACC_FAIL
Definition: gsm_08_58.h:533
@ RSL_IE_MSG_ID
Definition: gsm_08_58.h:297
uint8_t iei
Definition: gsm_08_58.h:2
@ RSL_IPAC_EIE_MASTER_KEY
Definition: gsm_08_58.h:737
@ RSL_IE_UIC
Definition: gsm_08_58.h:321
@ SYSINFO_TYPE_10
Definition: sysinfo.h:25
int rsl_ccch_conf_to_bs_ccch_sdcch_comb(int ccch_conf)
Definition: rsl.c:498
int osmo_match_shift_tv_fixed(uint8_t **data, size_t *data_len, uint8_t tag, size_t len, uint8_t **value)
Match tag, check length and assign value pointer.
Definition: tlv_parser.c:494
@ RSL_MT_SMS_BC_CMD
Definition: gsm_08_58.h:171
static uint8_t * msgb_tlv_put(struct msgb *msg, uint8_t tag, uint8_t len, const uint8_t *val)
put (append) a TLV field to a Message buffers
Definition: tlv.h:341
#define RSL_ERR_NORMAL_UNSPEC
Definition: gsm_08_58.h:536
@ RSL_IPAC_EIE_PC_THRESH_COMP
Definition: gsm_08_58.h:728
struct msgb * rsl_rll_simple(uint8_t msg_type, uint8_t chan_nr, uint8_t link_id, int transparent)
Create msgb with RSL RLL header.
Definition: rsl.c:565
@ RSL_MT_DATA_REQ
Definition: gsm_08_58.h:141
void rxlev_stat_dump(const struct rxlev_stats *st)
Definition: rxlev_stat.c:72
@ RSL_IE_PREPROC_PARAM
Definition: gsm_08_58.h:302
@ RSL_IE_RLM_CAUSE
Definition: gsm_08_58.h:291
int osmo_auth_gen_vec(struct osmo_auth_vector *vec, struct osmo_sub_auth_data *aud, const uint8_t *_rand)
Generate authentication vector.
Definition: auth_core.c:156
#define ABIS_RSL_MDISC_RLL
Definition: gsm_08_58.h:122
@ RSL_IPAC_EIE_HANDO_THRESH
Definition: gsm_08_58.h:725
@ TLV_TYPE_SINGLE_TV
tag and value (both 4 bit) in 1 byte
Definition: tlv.h:471
@ RSL_IE_ERR_MSG
Definition: gsm_08_58.h:307
@ RSL_IE_IMM_ASS_INFO
Definition: gsm_08_58.h:304
#define RSL_ALLOC_HEADROOM
Headroom size for RSL msgb_alloc.
Definition: rsl.c:43
#define RSL_SYSTEM_INFO_2bis
Definition: gsm_08_58.h:583
uint8_t rsl_enc_chan_nr(uint8_t type, uint8_t subch, uint8_t timeslot)
Encode channel number as per Section 9.3.1.
Definition: rsl.c:152
#define RSL_ERR_TRANSC_UNAVAIL
Definition: gsm_08_58.h:550
GSM TS 04.08 definitions.
#define RSL_CHAN_OSMO_CBCH8
Definition: gsm_08_58.h:432
int xres_present
Definition: oap.h:73
char * rsl_chan_nr_str_buf(char *buf, size_t buf_len, uint8_t chan_nr)
Get human-readable string for RSL channel number, in caller-provided buffer.
Definition: rsl.c:230
@ RSL_IE_TFO_STATUS
Definition: gsm_08_58.h:328
@ RSL_IE_RTD
Definition: gsm_08_58.h:327
const char * rsl_rlm_cause_name(uint8_t err)
Get human-readable string for RLM cause.
Definition: rsl.c:473
@ RSL_IE_SUP_CODEC_TYPES
Definition: gsm_08_58.h:325
@ RSL_IE_IPAC_BSCMPL_TOUT
Definition: gsm_08_58.h:343
@ RSL_MT_IPAC_CRCX_ACK
Definition: gsm_08_58.h:230
@ RSL_MT_REMOTE_CODEC_CONF_REP
Definition: gsm_08_58.h:198
@ RSL_MT_IPAC_DISC_MUX_NACK
Definition: gsm_08_58.h:225
@ RSL_IE_IPAC_RTP_MPLEX_ID
Definition: gsm_08_58.h:358
@ SYSINFO_TYPE_18
Definition: sysinfo.h:29
static __attribute__((constructor))
Definition: tlv_parser.c:449
#define RSL_SYSTEM_INFO_13
Definition: gsm_08_58.h:590
@ RSL_IE_MR_CONFIG
Definition: gsm_08_58.h:323
#define TLVP_PRESENT(x, y)
Definition: tlv.h:511
@ SYSINFO_TYPE_19
Definition: sysinfo.h:30
int rsl_ccch_conf_to_bs_cc_chans(int ccch_conf)
Definition: rsl.c:479
@ RSL_MT_UNIT_DATA_REQ
Definition: gsm_08_58.h:150
static uint8_t * msgb_tl16v_put(struct msgb *msg, uint8_t tag, uint16_t len, const uint8_t *val)
put (append) a TL16V field to Message buffers
Definition: tlv.h:239
@ RSL_MT_IPAC_PDCH_DEACT_ACK
Definition: gsm_08_58.h:215
enum osmo_sysinfo_type osmo_rsl2sitype(uint8_t rsl_si)
Definition: sysinfo.c:225
@ RSL_MT_CHAN_ACTIV
Definition: gsm_08_58.h:176
uint8_t fixed_len
length in case of TLV_TYPE_FIXED
Definition: tlv.h:478
@ SYSINFO_TYPE_1
Definition: sysinfo.h:16
@ RSL_MT_BS_POWER_CONTROL
Definition: gsm_08_58.h:191
uint8_t chan_nr
Definition: gsm_08_58.h:86
@ RSL_MT_CBCH_LOAD_IND
Definition: gsm_08_58.h:172
#define RSL_ACT_INTER_SYNC
Definition: gsm_08_58.h:440
void rxlev_stat_reset(struct rxlev_stats *st)
Definition: rxlev_stat.c:67
static unsigned int msgb_l2len(const struct msgb *msgb)
#define RSL_SYSTEM_INFO_19
Definition: gsm_08_58.h:595
@ RSL_MT_TALKER_DET
Definition: gsm_08_58.h:196
@ SYSINFO_TYPE_20
Definition: sysinfo.h:31
@ RSL_IE_IPAC_RTP_MPLEX
Definition: gsm_08_58.h:357
#define RSL_ALLOC_SIZE
Size for RSL msgb_alloc.
Definition: rsl.c:41
@ RSL_IE_CHAN_DESC
Definition: gsm_08_58.h:317
uint16_t * arfcn
Definition: sysinfo.h:50
@ RSL_IE_CBCH_LOAD_INFO
Definition: gsm_08_58.h:314
#define RLL_CAUSE_SABM_MF
Definition: gsm_08_58.h:518
@ RSL_MT_MODE_MODIFY_ACK
Definition: gsm_08_58.h:185
@ SYSINFO_TYPE_3
Definition: sysinfo.h:18
#define RSL_SYSTEM_INFO_7
Definition: gsm_08_58.h:580
@ OAP_CLIENT_ID_IE
Definition: oap.h:46
@ RSL_IPAC_EIE_NCELL_LIST_EXT
Definition: gsm_08_58.h:736
@ RSL_MT_IPAC_DLCX_NACK
Definition: gsm_08_58.h:238
#define RSL_ERR_RR_UNAVAIL
Definition: gsm_08_58.h:540
const struct tlv_definition rsl_ipac_eie_tlvdef
TLV parser definitions for IPA embedded IEs.
Definition: rsl.c:592
void rsl_init_rll_hdr(struct abis_rsl_rll_hdr *dh, uint8_t msg_type)
Initialize a RSL RLL header.
Definition: rsl.c:48
uint8_t ie_chan
RSL_IE_CHAN_NR (tag)
Definition: gsm_08_58.h:111
struct msgb * osmo_mncc_stringify(const uint8_t *msg, unsigned int len)
@ RSL_IPAC_EIE_HO_CAUSE
Definition: gsm_08_58.h:730
uint8_t * osmo_encode_big_endian(uint64_t value, size_t data_len)
@ RSL_IE_IPAC_PROXY_UDP
Definition: gsm_08_58.h:342
const char * rsl_chan_nr_str(uint8_t chan_nr)
Get human-readable string for RSL channel number, in static buffer.
Definition: rsl.c:265
#define RSL_ERR_OPT_IE_ERROR
Definition: gsm_08_58.h:564
@ RSL_IE_ENCR_INFO
Definition: gsm_08_58.h:276
@ RSL_IE_GROUP_CALL_REF
Definition: gsm_08_58.h:316
#define ABIS_RSL_MDISC_TRANSP
Definition: gsm_08_58.h:133
@ RSL_MT_DELETE_IND
Definition: gsm_08_58.h:161
@ RSL_MT_CHAN_RQD
Definition: gsm_08_58.h:160
@ SYSINFO_TYPE_2quater
Definition: sysinfo.h:34
const char * rsl_ipac_msg_name(uint8_t msg_type)
Get human-readable name of ip.access RSL msg type.
Definition: rsl.c:438
@ RSL_MT_IPAC_CRCX
Definition: gsm_08_58.h:229
static const uint8_t rsl2sitype[256]
Definition: sysinfo.c:78
uint8_t msg_type
message type (abis_rsl_msgtype)
Definition: gsm_08_58.h:77
#define RSL_ERR_RADIO_LINK_FAIL
Definition: gsm_08_58.h:532
@ OAP_MSGT_REGISTER_ERROR
Definition: oap.h:52
@ RSL_MT_IPAC_PDCH_ACT_NACK
Definition: gsm_08_58.h:213
@ GMM_CAUSE_PROTO_ERR_UNSPEC
Definition: gsm_04_08_gprs.h:236
#define RSL_ERR_IE_ERROR
Definition: gsm_08_58.h:562
@ RSL_IE_FULL_BCCH_INFO
Definition: gsm_08_58.h:308
@ RSL_MT_IPAC_CRCX_NACK
Definition: gsm_08_58.h:231
@ RSL_MT_IPAC_BIND_MUX_ACK
Definition: gsm_08_58.h:221
@ RSL_MT_TFO_MOD_REQ
Definition: gsm_08_58.h:206
#define ABIS_RSL_MDISC_COM_CHAN
Definition: gsm_08_58.h:126
#define RSL_ERR_RCH_ALR_ACTV_ALLOC
Definition: gsm_08_58.h:556
uint8_t rand[16]
Definition: oap.h:70
@ RSL_IE_L3_INFO
Definition: gsm_08_58.h:280
#define RSL_SYSTEM_INFO_5
Definition: gsm_08_58.h:578
@ TLV_TYPE_NONE
no type
Definition: tlv.h:464
@ RSL_MT_MR_CODEC_MOD_REQ
Definition: gsm_08_58.h:201
#define OSMO_EARFCN_MEAS_INVALID
Definition: sysinfo.h:12
struct abis_rsl_common_hdr c
Definition: gsm_08_58.h:83
char * rsl_chan_nr_str_c(const void *ctx, uint8_t chan_nr)
Get human-readable string for RSL channel number, in dynamically-allocated buffer.
Definition: rsl.c:276
void logp2(int subsys, unsigned int level, const char *file, int line, int cont, const char *format,...)
@ RSL_MT_MR_CODEC_MOD_ACK
Definition: gsm_08_58.h:202
int osmo_shift_v_fixed(uint8_t **data, size_t *data_len, size_t len, uint8_t **value)
Advance the data pointer, subtract length and assign value pointer.
Definition: tlv_parser.c:466
@ RSL_IE_PREPROC_MEAS
Definition: gsm_08_58.h:303
#define RSL_ERR_MSG_TYPE
Definition: gsm_08_58.h:560
enum osmo_sub_auth_type type
Definition: auth.h:40
#define RSL_ACT_INTRA_NORM_ASS
Definition: gsm_08_58.h:438
uint8_t autn[16]
Definition: oap.h:72
@ RSL_IPAC_EIE_NCELL_LIST
Definition: gsm_08_58.h:727
int log_check_level(int subsys, unsigned int level)
@ RSL_MT_SACCH_INFO_MODIFY
Definition: gsm_08_58.h:195
#define RSL_ACT_OSMO_PDCH
Definition: gsm_08_58.h:443
@ RSL_MT_TFO_REP
Definition: gsm_08_58.h:205
#define RSL_CHAN_RACH
Definition: gsm_08_58.h:428
@ RSL_IE_TIMING_ADVANCE
Definition: gsm_08_58.h:293
struct tlv_definition vtvlv_gan_att_def
Definition: tlv_parser.c:49
#define RSL_SYSTEM_INFO_3
Definition: gsm_08_58.h:576
uint8_t secret_opc[16]
Definition: oap_client.h:57
uint8_t link_id
Definition: gsm_08_58.h:91
Parsed/decoded OAP protocol message.
Definition: oap.h:65
static int oap_evaluate_challenge(const struct osmo_oap_client_state *state, const uint8_t *rx_random, const uint8_t *rx_autn, uint8_t *tx_xres)
Definition: oap_client.c:76
union osmo_sub_auth_data::@71 u
@ SYSINFO_TYPE_5
Definition: sysinfo.h:20
@ RSL_IE_LLP_APDU
Definition: gsm_08_58.h:329
#define RSL_CHAN_Bm_ACCHs
Definition: gsm_08_58.h:423
@ RSL_IE_HANDO_REF
Definition: gsm_08_58.h:278
int tlv_encode_ordered(struct msgb *msg, const struct tlv_definition *def, const struct tlv_parsed *tp, const uint8_t *tag_order, unsigned int tag_order_len)
Encode a set of decoded TLVs according to a given definition and IE order into a message buffer.
Definition: tlv_parser.c:198
int osmo_earfcn_del(struct osmo_earfcn_si2q *e, uint16_t arfcn)
Delete arfcn (and corresponding measurement bandwith) from earfcn struct.
Definition: sysinfo.c:195
static uint8_t * msgb_tvlv_put(struct msgb *msg, uint8_t tag, uint16_t len, const uint8_t *val)
put (append) a TvLV field to Message buffers
Definition: tlv.h:264
@ RSL_MT_MR_CODEC_MOD_NACK
Definition: gsm_08_58.h:203
uint8_t chan_nr
Definition: gsm_04_08.h:0
@ RSL_IE_CODEC_CONFIG
Definition: gsm_08_58.h:326
@ RSL_MT_RF_CHAN_REL_ACK
Definition: gsm_08_58.h:194
@ RSL_MT_EST_CONF
Definition: gsm_08_58.h:145
@ RSL_MT_ENCR_CMD
Definition: gsm_08_58.h:181
@ RSL_IE_CAUSE
Definition: gsm_08_58.h:295
#define RSL_SYSTEM_INFO_2ter
Definition: gsm_08_58.h:584
@ RSL_MT_PREPROC_MEAS_RES
Definition: gsm_08_58.h:193
@ RSL_IE_RACH_LOAD
Definition: gsm_08_58.h:287
write Write running configuration to or terminal n Write configuration to the file(same as write file)\n") ALIAS(config_write_file
#define RSL_SYSTEM_INFO_1
Definition: gsm_08_58.h:574
uint8_t msg_discr
message discriminator (ABIS_RSL_MDISC_*)
Definition: gsm_08_58.h:76
#define RSL_BCCH_CCCH_CONF_2_NC
Definition: gsm_08_58.h:634
@ RSL_MT_RES_REQ
Definition: gsm_08_58.h:154
@ RSL_MT_RF_CHAN_REL
Definition: gsm_08_58.h:189
#define RSL_SYSTEM_INFO_10
Definition: gsm_08_58.h:587
@ RSL_MT_IMMEDIATE_ASSIGN_CMD
Definition: gsm_08_58.h:163
@ RSL_IE_IPAC_CONN_ID
Definition: gsm_08_58.h:352
@ RSL_MT_MEAS_RES
Definition: gsm_08_58.h:183
int rsl_dec_chan_nr(uint8_t chan_nr, uint8_t *type, uint8_t *subch, uint8_t *timeslot)
Decode RSL channel number.
Definition: rsl.c:184
#define RSL_CHAN_OSMO_PDCH
Definition: gsm_08_58.h:430
int osmo_oap_client_init(struct osmo_oap_client_config *config, struct osmo_oap_client_state *state)
Definition: oap_client.c:35
#define RLL_CAUSE_UNSOL_DM_RESP_MF
Definition: gsm_08_58.h:510
@ OSMO_AUTH_ALG_MILENAGE
Definition: auth.h:34
@ RSL_IE_IPAC_RTP_PAYLOAD
Definition: gsm_08_58.h:346
@ OAP_MSGT_REGISTER_RESULT
Definition: oap.h:53
#define RSL_ERR_MAND_IE_ERROR
Definition: gsm_08_58.h:563
@ RSL_IE_CB_CMD_TYPE
Definition: gsm_08_58.h:310
#define LOGP(ss, level, fmt, args...)
struct msgb * msgb_alloc(uint16_t size, const char *name)
uint16_t client_id
Definition: oap_client.h:55
enum osmo_oap_message_type message_type
Definition: oap.h:66
@ SYSINFO_TYPE_2
Definition: sysinfo.h:17
uint16_t client_id
Definition: oap.h:68
@ RSL_MT_IPAC_DISC_MUX_ACK
Definition: gsm_08_58.h:224
@ RSL_IPAC_EIE_MASTER_SALT
Definition: gsm_08_58.h:738
int tlv_encode_one(struct msgb *msg, enum tlv_type type, uint8_t tag, unsigned int len, const uint8_t *val)
Encode a single TLV into given message buffer.
Definition: tlv_parser.c:131
static const char * osmo_mncc_name(uint32_t msg_type)
Definition: mncc.h:96
@ SYSINFO_TYPE_5ter
Definition: sysinfo.h:36
@ RSL_MT_NOT_CMD
Definition: gsm_08_58.h:173
@ _MAX_SYSINFO_TYPE
Definition: sysinfo.h:45
void rsl_rll_push_hdr(struct msgb *msg, uint8_t msg_type, uint8_t chan_nr, uint8_t link_id, int transparent)
Push a RSL RLL header onto an existing msgb.
Definition: rsl.c:522
char * osmo_hexdump_nospc(const unsigned char *buf, int len)
@ RSL_IPAC_EIE_AMR_CONV_THRESH
Definition: gsm_08_58.h:744
#define RSL_ERR_EQUIPMENT_FAIL
Definition: gsm_08_58.h:539
@ SYSINFO_TYPE_5bis
Definition: sysinfo.h:35
static int handle_challenge(struct osmo_oap_client_state *state, struct osmo_oap_message *oap_rx, struct msgb **msg_tx)
Definition: oap_client.c:176
@ RSL_MT_IPAC_CONNECT_MUX_NACK
Definition: gsm_08_58.h:219
#define RSL_SYSTEM_INFO_16
Definition: gsm_08_58.h:581
int osmo_match_shift_tlv(uint8_t **data, size_t *data_len, uint8_t tag, uint8_t **value, size_t *value_len)
Verify TLV header and advance data / subtract length.
Definition: tlv_parser.c:532
@ RSL_MT_ERROR_IND
Definition: gsm_08_58.h:143
uint8_t msg_type
Definition: gsm_04_08.h:2
@ RSL_IPAC_EIE_NCELL_DEFAULTS
Definition: gsm_08_58.h:726
GSM Radio Signalling Link messages on the A-bis interface.
@ RSL_IE_PAGING_GROUP
Definition: gsm_08_58.h:283
size_t osmo_earfcn_bit_size(const struct osmo_earfcn_si2q *e)
Return number of bits necessary to represent earfcn struct as Repeated E-UTRAN Neighbour Cells IE fro...
Definition: sysinfo.c:155
int osmo_oap_client_handle(struct osmo_oap_client_state *state, const struct msgb *msg_rx, struct msgb **msg_tx)
Definition: oap_client.c:213
@ RSL_MT_PHY_CONTEXT_CONF
Definition: gsm_08_58.h:188
@ RSL_MT_MR_CODEC_MOD_PER
Definition: gsm_08_58.h:204
@ RSL_MT_OSMO_ETWS_CMD
Definition: gsm_08_58.h:240
@ RSL_IE_MS_POWER
Definition: gsm_08_58.h:282
struct msgb * osmo_oap_client_encoded(const struct osmo_oap_message *oap_msg)
Definition: oap_client.c:129
#define RSL_SYSTEM_INFO_2quater
Definition: gsm_08_58.h:592
int rand_present
Definition: oap.h:69
@ RSL_MT_PAGING_CMD
Definition: gsm_08_58.h:162
@ RSL_IE_ACT_TYPE
Definition: gsm_08_58.h:272
bool qrxlm_valid
Definition: sysinfo.h:70
@ RSL_IE_MS_TIMING_OFFSET
Definition: gsm_08_58.h:306
int osmo_shift_lv(uint8_t **data, size_t *data_len, uint8_t **value, size_t *value_len)
Extract LV and advance data pointer + subtract length.
Definition: tlv_parser.c:600
#define RSL_ERR_TALKER_ACC_FAIL
Definition: gsm_08_58.h:534
@ RSL_IE_BS_POWER_PARAM
Definition: gsm_08_58.h:301
#define RLL_CAUSE_UFRM_INC_PARAM
Definition: gsm_08_58.h:513
#define RSL_CHAN_SDCCH4_ACCH
Definition: gsm_08_58.h:425
#define RSL_SYSTEM_INFO_17
Definition: gsm_08_58.h:582
@ RSL_MT_EST_REQ
Definition: gsm_08_58.h:144
@ RSL_IPAC_EIE_3G_HO_PARAM
Definition: gsm_08_58.h:741
@ RSL_IPAC_EIE_MS_PWR_CTL
Definition: gsm_08_58.h:724
Definition: gsm_08_58.h:109
@ RSL_IE_RELEASE_MODE
Definition: gsm_08_58.h:289
@ SYSINFO_TYPE_9
Definition: sysinfo.h:24
#define RSL_BCCH_CCCH_CONF_1_NC
Definition: gsm_08_58.h:632
Definition: gsm_04_08.h:463
@ RSL_MT_CHAN_CONF
Definition: gsm_08_58.h:165
int screen
Definition: mncc.h:37
static uint8_t * msgb_tv_fixed_put(struct msgb *msg, uint8_t tag, unsigned int len, const uint8_t *val)
put (append) a TVfixed field to a Message buffers
Definition: tlv.h:357
#define RSL_ACT_TYPE_REACT
Definition: gsm_08_58.h:436
int auts_present
Definition: oap.h:75
@ OSMO_AUTH_TYPE_UMTS
Definition: auth.h:19
size_t length
Definition: sysinfo.h:55
static const struct value_string rsl_err_vals[]
Definition: rsl.c:284
@ RSL_IPAC_EIE_RXLEV
Definition: gsm_08_58.h:718
struct osmo_sub_auth_data::@71::@72 umts
static const struct value_string rsl_ipac_msgt_names[]
ip.access specific
Definition: rsl.c:407
void osmo_earfcn_init(struct osmo_earfcn_si2q *e)
Initialize earfcn struct.
Definition: sysinfo.c:211
int msgb_printf(struct msgb *msgb, const char *format,...)
result of the TLV parser
Definition: tlv.h:487
@ RSL_MT_IPAC_DIR_RETR_ENQ
Definition: gsm_08_58.h:210
@ RSL_IPAC_EIE_MEAS_TRANS_RES
Definition: gsm_08_58.h:740
int osmo_oap_client_register(struct osmo_oap_client_state *state, struct msgb **msg_tx)
Definition: oap_client.c:153
int osmo_constant_time_cmp(const uint8_t *exp, const uint8_t *rel, const int count)
@ RSL_MT_UNIT_DATA_IND
Definition: gsm_08_58.h:151
#define RLL_CAUSE_UNSOL_SPRV_RESP
Definition: gsm_08_58.h:511
Definition: oap_client.h:46
permanent (secret) subscriber auth data
Definition: auth.h:39
#define RSL_SYSTEM_INFO_4
Definition: gsm_08_58.h:577
static uint8_t * msgb_tv_put(struct msgb *msg, uint8_t tag, uint8_t val)
put (append) a TV field to a Message buffers
Definition: tlv.h:349
@ RSL_IPAC_EIE_MEAS_AVG_CFG
Definition: gsm_08_58.h:722
@ TLV_TYPE_vTvLV_GAN
variable-length tag, variable-length length
Definition: tlv.h:472
int tlv_dump(struct tlv_parsed *dec)
Dump parsed TLV structure to stdout.
Definition: tlv_parser.c:52
@ TLV_TYPE_TV
tag-value (8bit)
Definition: tlv.h:467
#define TLVP_VAL(x, y)
Definition: tlv.h:513
#define RSL_ACT_INTRA_IMM_ASS
Definition: gsm_08_58.h:437
Definition: rxlev_stat.h:8
uint8_t ie_chan
RSL_IE_CHAN_NR (tag)
Definition: gsm_08_58.h:84
@ RSL_IE_LINK_IDENT
Definition: gsm_08_58.h:271
#define RSL_ERR_ENCR_UNIMPL
Definition: gsm_08_58.h:553
bool prio_valid
Definition: sysinfo.h:68
enum gsm48_gmm_cause cause
Definition: oap.h:67
@ RSL_IE_L1_INFO
Definition: gsm_08_58.h:279
@ SYSINFO_TYPE_4
Definition: sysinfo.h:19
@ RSL_MT_EST_IND
Definition: gsm_08_58.h:146