libosmogsm  0.12.0
Osmocom GSM library
gsm_08_58.h
Go to the documentation of this file.
1 
4 /*
5  * (C) 2008 by Harald Welte <laforge@gnumonks.org>
6  * All Rights Reserved
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2 of the License, or
11  * (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License along
19  * with this program; if not, write to the Free Software Foundation, Inc.,
20  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21  *
22  */
23 
24 #pragma once
25 
26 #include <stdint.h>
27 
34  uint8_t msg_discr;
35  uint8_t msg_type;
36  uint8_t data[0];
37 } __attribute__ ((packed));
38 
39 /* RSL RLL header (Chapter 8.3) */
41  struct abis_rsl_common_hdr c;
42  uint8_t ie_chan;
43  uint8_t chan_nr;
44  uint8_t ie_link_id;
45  uint8_t link_id;
46  uint8_t data[0];
47 } __attribute__ ((packed));
48 
49 /* RSL Dedicated Channel header (Chapter 8.3 and 8.4) */
51  struct abis_rsl_common_hdr c;
52  uint8_t ie_chan;
53  uint8_t chan_nr;
54  uint8_t data[0];
55 } __attribute__ ((packed));
56 
57 /* RSL Common Channel header (Chapter 8.5) */
59  struct abis_rsl_common_hdr c;
60  uint8_t ie_chan;
61  uint8_t chan_nr;
62  uint8_t data[0];
63 } __attribute__ ((packed));
64 
65 
66 /* Chapter 9.1 */
67 /* RSL Message Discriminator: RLL */
68 #define ABIS_RSL_MDISC_RLL 0x02
69 /* RSL Message Discriminator: Dedicated Channel */
70 #define ABIS_RSL_MDISC_DED_CHAN 0x08
71 /* RSL Message Discriminator: Common Channel */
72 #define ABIS_RSL_MDISC_COM_CHAN 0x0c
73 /* RSL Message Discriminator: TRX Management */
74 #define ABIS_RSL_MDISC_TRX 0x10
75 /* RSL Message Discriminator: Location Service */
76 #define ABIS_RSL_MDISC_LOC 0x20
77 /* RSL Message Discriminator: ip.access */
78 #define ABIS_RSL_MDISC_IPACCESS 0x7e
79 #define ABIS_RSL_MDISC_TRANSP 0x01
80 
81 /* Check if given RSL message discriminator is transparent */
82 #define ABIS_RSL_MDISC_IS_TRANSP(x) (x & 0x01)
83 
84 /* RSL Message Type (Chapter 9.1) */
86  /* Radio Link Layer Management */
98  RSL_MT_SUSP_REQ, /* non-standard elements */
101  RSL_MT_RECON_REQ, /* 0x0f */
102 
103  /* Common Channel Management / TRX Management */
111  RSL_MT_CHAN_CONF, /* non-standard element */
112  /* empty */
119  RSL_MT_NOT_CMD, /* 0x1f */
120 
121  /* Dedicate Channel Management */
152  RSL_MT_TFO_MOD_REQ, /* 0x3f */
154 
155  /* ip.access specific RSL message types */
172  RSL_MT_IPAC_MEAS_PREPROC_DFT = 0x60, /*Extented Common Channel Management */
175  RSL_MT_IPAC_CRCX = 0x70, /* Bind to local BTS RTP port */
185 };
186 
205 };
206 
210 };
211 
242  /* reserved */
248  RSL_IE_IMM_ASS_INFO, /* Phase 1 (3.6.0), later Full below */
274  /* Siemens vendor-specific */
283 
284  /* ip.access */
303 };
304 
305 /* Ericsson specific IEs, clash with above partially, so they're not
306  * part of the enum */
307 #define RSL_IE_ERIC_PAGING_GROUP 0x0e
308 #define RSL_IE_ERIC_INST_NR 0x48
309 #define RSL_IE_ERIC_PGSL_TIMERS 0x49
310 #define RSL_IE_ERIC_REPEAT_DL_FACCH 0x4a
311 #define RSL_IE_ERIC_POWER_INFO 0xf0
312 #define RSL_IE_ERIC_MOBILE_ID 0xf1
313 #define RSL_IE_ERIC_BCCH_MAPPING 0xf2
314 #define RSL_IE_ERIC_PACKET_PAG_IND 0xf3
315 #define RSL_IE_ERIC_CNTR_CTRL 0xf4
316 #define RSL_IE_ERIC_CNTR_CTRL_ACK 0xf5
317 #define RSL_IE_ERIC_CNTR_REPORT 0xf6
318 #define RSL_IE_ERIC_ICP_CONN 0xf7
319 #define RSL_IE_ERIC_EMR_SUPPORT 0xf8
320 #define RSL_IE_ERIC_EGPRS_REQ_REF 0xf9
321 #define RSL_IE_ERIC_VGCS_REL 0xfa
322 #define RSL_IE_ERIC_REP_PER_NCH 0xfb
323 #define RSL_IE_ERIC_NY2 0xfc
324 #define RSL_IE_ERIC_T3115 0xfd
325 #define RSL_IE_ERIC_ACTIVATE_FLAG 0xfe
326 #define RSL_IE_ERIC_FULL_NCH_INFO 0xff
327 
328 /* IPAC MEAS_PREPROC AVERAGING METHOD */
329 enum {
333 };
334 
335 /* IPAC MEAS_PREPROC AVERAGING PARAMID */
336 enum {
340 };
341 
342 /* IPAC MEAS_PREPROC HO CAUSES */
343 enum {
362 };
363 
364 /* Chapter 9.3.1 */
365 #define RSL_CHAN_NR_MASK 0xf8
366 #define RSL_CHAN_NR_1 0x08 /*< bit to add for 2nd,... lchan */
367 #define RSL_CHAN_Bm_ACCHs 0x08
368 #define RSL_CHAN_Lm_ACCHs 0x10 /* .. 0x18 */
369 #define RSL_CHAN_SDCCH4_ACCH 0x20 /* .. 0x38 */
370 #define RSL_CHAN_SDCCH8_ACCH 0x40 /* ...0x78 */
371 #define RSL_CHAN_BCCH 0x80
372 #define RSL_CHAN_RACH 0x88
373 #define RSL_CHAN_PCH_AGCH 0x90
374 #define RSL_CHAN_OSMO_PDCH 0xc0 /*< non-standard, for dyn TS */
375 
376 /* Chapter 9.3.3 */
377 #define RSL_ACT_TYPE_INITIAL 0x00
378 #define RSL_ACT_TYPE_REACT 0x80
379 #define RSL_ACT_INTRA_IMM_ASS 0x00
380 #define RSL_ACT_INTRA_NORM_ASS 0x01
381 #define RSL_ACT_INTER_ASYNC 0x02
382 #define RSL_ACT_INTER_SYNC 0x03
383 #define RSL_ACT_SECOND_ADD 0x04
384 #define RSL_ACT_SECOND_MULTI 0x05
385 #define RSL_ACT_OSMO_PDCH 0x0f /*< non-standard, for dyn TS */
386 
389  uint8_t dtx_dtu;
390  uint8_t spd_ind;
391  uint8_t chan_rt;
392  uint8_t chan_rate;
393 } __attribute__ ((packed));
394 #define RSL_CMOD_DTXu 0x01 /* uplink */
395 #define RSL_CMOD_DTXd 0x02 /* downlink */
400 };
401 #define RSL_CMOD_CRT_SDCCH 0x01
402 #define RSL_CMOD_CRT_TCH_Bm 0x08 /* full-rate */
403 #define RSL_CMOD_CRT_TCH_Lm 0x09 /* half-rate */
404 /* FIXME: More CRT types */
405 /* Speech */
406 #define RSL_CMOD_SP_GSM1 0x01
407 #define RSL_CMOD_SP_GSM2 0x11
408 #define RSL_CMOD_SP_GSM3 0x21
409 /* non-transparent data */
410 #define RSL_CMOD_CSD_NT_43k5 0x74
411 #define RSL_CMOD_CSD_NT_28k8 0x71
412 #define RSL_CMOD_CSD_NT_14k5 0x58
413 #define RSL_CMOD_CSD_NT_12k0 0x50
414 #define RSL_CMOD_CSD_NT_6k0 0x51
415 /* legacy #defines with wrong name */
416 #define RSL_CMOD_SP_NT_14k5 RSL_CMOD_CSD_NT_14k5
417 #define RSL_CMOD_SP_NT_12k0 RSL_CMOD_CSD_NT_12k0
418 #define RSL_CMOD_SP_NT_6k0 RSL_CMOD_CSD_NT_6k0
419 /* transparent data */
420 #define RSL_CMOD_CSD_T_32000 0x38
421 #define RSL_CMOD_CSD_T_29000 0x39
422 #define RSL_CMOD_CSD_T_14400 0x18
423 #define RSL_CMOD_CSD_T_9600 0x10
424 #define RSL_CMOD_CSD_T_4800 0x11
425 #define RSL_CMOD_CSD_T_2400 0x12
426 #define RSL_CMOD_CSD_T_1200 0x13
427 #define RSL_CMOD_CSD_T_600 0x14
428 #define RSL_CMOD_CSD_T_1200_75 0x15
429 
432  /* GSM 04.08 10.5.2.5 */
433  struct {
434  uint8_t iei;
435  uint8_t chan_nr; /* enc_chan_nr */
436  uint8_t oct3;
437  uint8_t oct4;
439 #if 0 /* spec says we need this but Abissim doesn't use it */
440  struct {
441  uint8_t tag;
442  uint8_t len;
443  } mobile_alloc;
444 #endif
445 } __attribute__ ((packed));
446 
447 /* Chapter 9.3.22 */
448 #define RLL_CAUSE_T200_EXPIRED 0x01
449 #define RLL_CAUSE_REEST_REQ 0x02
450 #define RLL_CAUSE_UNSOL_UA_RESP 0x03
451 #define RLL_CAUSE_UNSOL_DM_RESP 0x04
452 #define RLL_CAUSE_UNSOL_DM_RESP_MF 0x05
453 #define RLL_CAUSE_UNSOL_SPRV_RESP 0x06
454 #define RLL_CAUSE_SEQ_ERR 0x07
455 #define RLL_CAUSE_UFRM_INC_PARAM 0x08
456 #define RLL_CAUSE_SFRM_INC_PARAM 0x09
457 #define RLL_CAUSE_IFRM_INC_MBITS 0x0a
458 #define RLL_CAUSE_IFRM_INC_LEN 0x0b
459 #define RLL_CAUSE_FRM_UNIMPL 0x0c
460 #define RLL_CAUSE_SABM_MF 0x0d
461 #define RLL_CAUSE_SABM_INFO_NOTALL 0x0e
462 
463 /* Chapter 9.3.26 */
464 #define RSL_ERRCLS_NORMAL 0x00
465 #define RSL_ERRCLS_RESOURCE_UNAVAIL 0x20
466 #define RSL_ERRCLS_SERVICE_UNAVAIL 0x30
467 #define RSL_ERRCLS_SERVICE_UNIMPL 0x40
468 #define RSL_ERRCLS_INVAL_MSG 0x50
469 #define RSL_ERRCLS_PROTO_ERROR 0x60
470 #define RSL_ERRCLS_INTERWORKING 0x70
471 
472 /* normal event */
473 #define RSL_ERR_RADIO_IF_FAIL 0x00
474 #define RSL_ERR_RADIO_LINK_FAIL 0x01
475 #define RSL_ERR_HANDOVER_ACC_FAIL 0x02
476 #define RSL_ERR_TALKER_ACC_FAIL 0x03
477 #define RSL_ERR_OM_INTERVENTION 0x07
478 #define RSL_ERR_NORMAL_UNSPEC 0x0f
479 #define RSL_ERR_T_MSRFPCI_EXP 0x18
480 /* resource unavailable */
481 #define RSL_ERR_EQUIPMENT_FAIL 0x20
482 #define RSL_ERR_RR_UNAVAIL 0x21
483 #define RSL_ERR_TERR_CH_FAIL 0x22
484 #define RSL_ERR_CCCH_OVERLOAD 0x23
485 #define RSL_ERR_ACCH_OVERLOAD 0x24
486 #define RSL_ERR_PROCESSOR_OVERLOAD 0x25
487 #define RSL_ERR_RES_UNAVAIL 0x2f
488 /* service or option not available */
489 #define RSL_ERR_TRANSC_UNAVAIL 0x30
490 #define RSL_ERR_SERV_OPT_UNAVAIL 0x3f
491 /* service or option not implemented */
492 #define RSL_ERR_ENCR_UNIMPL 0x40
493 #define RSL_ERR_SERV_OPT_UNIMPL 0x4f
494 /* invalid message */
495 #define RSL_ERR_RCH_ALR_ACTV_ALLOC 0x50
496 #define RSL_ERR_INVALID_MESSAGE 0x5f
497 /* protocol error */
498 #define RSL_ERR_MSG_DISCR 0x60
499 #define RSL_ERR_MSG_TYPE 0x61
500 #define RSL_ERR_MSG_SEQ 0x62
501 #define RSL_ERR_IE_ERROR 0x63
502 #define RSL_ERR_MAND_IE_ERROR 0x64
503 #define RSL_ERR_OPT_IE_ERROR 0x65
504 #define RSL_ERR_IE_NONEXIST 0x66
505 #define RSL_ERR_IE_LENGTH 0x67
506 #define RSL_ERR_IE_CONTENT 0x68
507 #define RSL_ERR_PROTO 0x6f
508 /* interworking */
509 #define RSL_ERR_INTERWORKING 0x7f
510 
511 /* Chapter 9.3.30 */
512 #define RSL_SYSTEM_INFO_8 0x00
513 #define RSL_SYSTEM_INFO_1 0x01
514 #define RSL_SYSTEM_INFO_2 0x02
515 #define RSL_SYSTEM_INFO_3 0x03
516 #define RSL_SYSTEM_INFO_4 0x04
517 #define RSL_SYSTEM_INFO_5 0x05
518 #define RSL_SYSTEM_INFO_6 0x06
519 #define RSL_SYSTEM_INFO_7 0x07
520 #define RSL_SYSTEM_INFO_16 0x08
521 #define RSL_SYSTEM_INFO_17 0x09
522 #define RSL_SYSTEM_INFO_2bis 0x0a
523 #define RSL_SYSTEM_INFO_2ter 0x0b
524 #define RSL_SYSTEM_INFO_5bis 0x0d
525 #define RSL_SYSTEM_INFO_5ter 0x0e
526 #define RSL_SYSTEM_INFO_10 0x0f
527 #define RSL_EXT_MEAS_ORDER 0x47
528 #define RSL_MEAS_INFO 0x48
529 #define RSL_SYSTEM_INFO_13 0x28
530 #define RSL_ERIC_SYSTEM_INFO_13 0x0C
531 #define RSL_SYSTEM_INFO_2quater 0x29
532 #define RSL_SYSTEM_INFO_9 0x2a
533 #define RSL_SYSTEM_INFO_18 0x2b
534 #define RSL_SYSTEM_INFO_19 0x2c
535 #define RSL_SYSTEM_INFO_20 0x2d
536 
537 /* Chapter 9.3.40 */
538 #define RSL_CHANNEED_ANY 0x00
539 #define RSL_CHANNEED_SDCCH 0x01
540 #define RSL_CHANNEED_TCH_F 0x02
541 #define RSL_CHANNEED_TCH_ForH 0x03
542 
545 #if OSMO_IS_LITTLE_ENDIAN == 1
546  uint8_t last_block:2;
547  uint8_t spare:1;
548  uint8_t def_bcast:1;
549  uint8_t command:4;
550 #else
551  uint8_t command:4;
552  uint8_t def_bcast:1;
553  uint8_t spare:1;
554  uint8_t last_block:2;
555 #endif
556 } __attribute__ ((packed));
557 /* ->command */
558 #define RSL_CB_CMD_TYPE_NORMAL 0x00
559 #define RSL_CB_CMD_TYPE_SCHEDULE 0x08
560 #define RSL_CB_CMD_TYPE_DEFAULT 0x0e
561 #define RSL_CB_CMD_TYPE_NULL 0x0f
562 /* ->def_bcast */
563 #define RSL_CB_CMD_DEFBCAST_NORMAL 0
564 #define RSL_CB_CMD_DEFBCAST_NULL 1
565 /* ->last_block */
566 #define RSL_CB_CMD_LASTBLOCK_4 0
567 #define RSL_CB_CMD_LASTBLOCK_1 1
568 #define RSL_CB_CMD_LASTBLOCK_2 2
569 #define RSL_CB_CMD_LASTBLOCK_3 3
570 
571 /* Chapter 3.3.2.3 Brocast control channel */
572 /* CCCH-CONF, NC is not combined */
573 #define RSL_BCCH_CCCH_CONF_1_NC 0x00
574 #define RSL_BCCH_CCCH_CONF_1_C 0x01
575 #define RSL_BCCH_CCCH_CONF_2_NC 0x02
576 #define RSL_BCCH_CCCH_CONF_3_NC 0x04
577 #define RSL_BCCH_CCCH_CONF_4_NC 0x06
578 
579 /* BS-PA-MFRMS */
580 #define RSL_BS_PA_MFRMS_2 0x00
581 #define RSL_BS_PA_MFRMS_3 0x01
582 #define RSL_BS_PA_MFRMS_4 0x02
583 #define RSL_BS_PA_MFRMS_5 0x03
584 #define RSL_BS_PA_MFRMS_6 0x04
585 #define RSL_BS_PA_MFRMS_7 0x05
586 #define RSL_BS_PA_MFRMS_8 0x06
587 #define RSL_BS_PA_MFRMS_9 0x07
588 
589 /* RSL_IE_IPAC_RTP_PAYLOAD[2] */
596 };
597 
598 /* RSL_IE_IPAC_SPEECH_MODE, lower four bits */
600  RSL_IPAC_SPEECH_GSM_FR = 0, /* GSM FR (Type 1, FS) */
601  RSL_IPAC_SPEECH_GSM_EFR = 1, /* GSM EFR (Type 2, FS) */
602  RSL_IPAC_SPEECH_GSM_AMR_FR = 2, /* GSM AMR/FR (Type 3, FS) */
603  RSL_IPAC_SPEECH_GSM_HR = 3, /* GSM HR (Type 1, HS) */
604  RSL_IPAC_SPEECH_GSM_AMR_HR = 5, /* GSM AMR/hr (Type 3, HS) */
605  RSL_IPAC_SPEECH_AS_RTP = 0xf, /* As specified by RTP Payload IE */
606 };
607 /* RSL_IE_IPAC_SPEECH_MODE, upper four bits */
609  RSL_IPAC_SPEECH_M_RXTX = 0, /* Send and Receive */
610  RSL_IPAC_SPEECH_M_RX = 1, /* Receive only */
611  RSL_IPAC_SPEECH_M_TX = 2, /* Send only */
612 };
613 
614 /* RSL_IE_IPAC_RTP_CSD_FMT, lower four bits */
620 };
621 /* RSL_IE_IPAC_RTP_CSD_FMT, upper four bits */
627 };
628 
629 /* Siemens vendor-specific RSL extensions */
630 struct rsl_mrpci {
631 #if OSMO_IS_LITTLE_ENDIAN == 1
632  uint8_t power_class:3,
633  vgcs_capable:1,
634  vbs_capable:1,
635  gsm_phase:2;
636 #else
637  uint8_t gsm_phase:2,
641 #endif
642 } __attribute__ ((packed));
643 
650 };
653  /* reserved */
656 };
657 
658 /* 9.3.20 Release Mode */
662 };
663 
687  /* additional IPAC measurement pre-processing related IEI */
693 
694 };
695 
697 #if OSMO_IS_LITTLE_ENDIAN == 1
698  uint8_t h_reqave:5,
699  param_id:2,
700  reserved:1;
701  uint8_t h_reqt:5,
702  ave_method:3;
703 #else
704  uint8_t reserved:1,
707  uint8_t ave_method:3,
709 #endif
710 }__attribute__ ((packed));
711 
713 #if OSMO_IS_LITTLE_ENDIAN == 1
714  uint8_t l_rxlev_ul_h:6,
716  uint8_t l_rxlev_dl_h:6,
718  uint8_t rxlev_ul_ih:6,
720  uint8_t rxlev_dl_ih:6,
722  uint8_t l_rxqual_ul_h:3,
724  l_rxqual_dl_h:3,
726  uint8_t ms_range_max:6,
728 #else
733  uint8_t reserved_rxlev_ul:2,
735  uint8_t reserved_rxlev_dl:2,
741  uint8_t reserved_ms_range:2,
743 #endif
744 }__attribute__ ((packed));
745 
747 #if OSMO_IS_LITTLE_ENDIAN == 1
748  uint8_t p5:5,
749  reserved_p5:3;
750  uint8_t n5:5,
751  reserved_n5:3;
752  uint8_t p6:5,
753  reserved_p6:3;
754  uint8_t n6:5,
755  reserved_n6:3;
756  uint8_t p7:5,
757  reserved_p7:3;
758  uint8_t n7:5,
759  reserved_n7:3;
760  uint8_t p8:5,
761  reserved_p8:3;
762  uint8_t n8:5,
763  reserved_n8:3;
764  uint8_t ho_interval:5,
765  reserved_ho:3;
766  uint8_t reserved;
767 #else
768  uint8_t reserved_p5:3,
769  p5:5;
770  uint8_t reserved_n5:3,
771  n5:5;
772  uint8_t reserved_p6:3,
773  p6:5;
774  uint8_t reserved_n6:3,
775  n6:5;
776  uint8_t reserved_p7:3,
777  p7:5;
778  uint8_t reserved_n7:3,
779  n7:5;
780  uint8_t reserved_p8:3,
781  p8:5;
782  uint8_t reserved_n8:3,
783  n8:5;
784  uint8_t reserved_ho:3,
786  uint8_t reserved;
787 #endif
788 
789 }__attribute__ ((packed));
790 
792 #if OSMO_IS_LITTLE_ENDIAN == 1
793  uint8_t bsic:6,
794  reserved0:2;
795  uint8_t bcch_freq:5,
796  ba_used:1,
797  s:1,
798  reserved1:1;
799 #else
800  uint8_t reserved0:2,
801  bsic:6;
802  uint8_t reserved1:1,
803  s:1,
806 #endif
807 }__attribute__ ((packed));
808 
810 #if OSMO_IS_LITTLE_ENDIAN == 1
811  uint8_t rxlev_min_def:6,
813  uint8_t ho_margin_def:5,
815  uint8_t ms_txpwr_max_def:5,
817 #else
824 #endif
825 }__attribute__ ((packed));
826 
828 #if OSMO_IS_LITTLE_ENDIAN == 1
829  uint8_t sdcch_ho_gsm:1,
830  sdcch_ho_umts:1,
831  reserved:6;
832 #else
833  uint8_t reserved:6,
836 #endif
837 }__attribute__ ((packed));
838 
840  uint8_t meas_rep_mode;
841  uint32_t meas_mode_flags;
848 };
849 
RSL_IE_CMD_INDICATOR
@ RSL_IE_CMD_INDICATOR
Definition: gsm_08_58.h:263
RSL_IE_UPLINK_MEAS
@ RSL_IE_UPLINK_MEAS
Definition: gsm_08_58.h:238
RSL_MT_CONN_FAIL
@ RSL_MT_CONN_FAIL
Definition: gsm_08_58.h:125
len
uint8_t len
Definition: gsm_04_11.h:0
ipac_preproc_cfg::ms_ave_cfg
struct ipac_preproc_ave_cfg ms_ave_cfg[3]
Definition: gsm_08_58.h:842
RSL_MT_ERICSSON_IMM_ASS_SENT
@ RSL_MT_ERICSSON_IMM_ASS_SENT
Definition: gsm_08_58.h:209
RSL_IE_SIEMENS_MRPCI
@ RSL_IE_SIEMENS_MRPCI
Definition: gsm_08_58.h:275
ipac_preproc_ncell_dflts::reserved_ho_margin_def
uint8_t reserved_ho_margin_def
Definition: gsm_08_58.h:820
RSL_MT_IPAC_HO_CAN_ENQ
@ RSL_MT_IPAC_HO_CAN_ENQ
Definition: gsm_08_58.h:173
ipac_preproc_ho_thresh::rxlev_dl_ih
uint8_t rxlev_dl_ih
Definition: gsm_08_58.h:736
abis_rsl_rll_hdr::ie_link_id
uint8_t ie_link_id
RSL_IE_LINK_IDENT (tag)
Definition: gsm_08_58.h:44
ipac_preproc_ho_thresh::l_rxlev_dl_h
uint8_t l_rxlev_dl_h
Definition: gsm_08_58.h:732
RSL_IE_ACCESS_DELAY
@ RSL_IE_ACCESS_DELAY
Definition: gsm_08_58.h:230
RSL_MT_IPAC_BIND_MUX_NACK
@ RSL_MT_IPAC_BIND_MUX_NACK
Definition: gsm_08_58.h:168
rsl_ie_chan_mode::chan_rate
uint8_t chan_rate
Definition: gsm_08_58.h:392
rsl_ie_cb_cmd_type::last_block
uint8_t last_block
Definition: gsm_08_58.h:554
RSL_IE_NCH_DRX_INFO
@ RSL_IE_NCH_DRX_INFO
Definition: gsm_08_58.h:262
RSL_MT_RTD_REP
@ RSL_MT_RTD_REP
Definition: gsm_08_58.h:145
RSL_MT_MODE_MODIFY_REQ
@ RSL_MT_MODE_MODIFY_REQ
Definition: gsm_08_58.h:130
RSL_MRPCI_PHASE_2
@ RSL_MRPCI_PHASE_2
Definition: gsm_08_58.h:654
RSL_MT_PHY_CONTEXT_REQ
@ RSL_MT_PHY_CONTEXT_REQ
Definition: gsm_08_58.h:133
RSL_IPAC_EIE_TIMING_ERR
@ RSL_IPAC_EIE_TIMING_ERR
Definition: gsm_08_58.h:669
IPAC_HO_RQD_CAUSE_LOAD_DEMOTION
@ IPAC_HO_RQD_CAUSE_LOAD_DEMOTION
Definition: gsm_08_58.h:360
RSL_IPAC_SPEECH_AS_RTP
@ RSL_IPAC_SPEECH_AS_RTP
Definition: gsm_08_58.h:605
RSL_IPAC_RTP_CSD_EXT_TRAU
@ RSL_IPAC_RTP_CSD_EXT_TRAU
Definition: gsm_08_58.h:616
RSL_IE_CHAN_NR
@ RSL_IE_CHAN_NR
Definition: gsm_08_58.h:214
RSL_IE_IPAC_RTP_COMPR
@ RSL_IE_IPAC_RTP_COMPR
Definition: gsm_08_58.h:299
RSL_MT_SIEMENS_TRMR
@ RSL_MT_SIEMENS_TRMR
Definition: gsm_08_58.h:198
RSL_MT_SACCH_FILL
@ RSL_MT_SACCH_FILL
Definition: gsm_08_58.h:114
RSL_MT_REL_CONF
@ RSL_MT_REL_CONF
Definition: gsm_08_58.h:94
IPAC_HO_RQD_CAUSE_POWER_BUDGET
@ IPAC_HO_RQD_CAUSE_POWER_BUDGET
Definition: gsm_08_58.h:351
RSL_IE_MS_POWER_PARAM
@ RSL_IE_MS_POWER_PARAM
Definition: gsm_08_58.h:244
RSL_IE_CHAN_MODE
@ RSL_IE_CHAN_MODE
Definition: gsm_08_58.h:219
ipac_preproc_ho_comp::reserved_n7
uint8_t reserved_n7
Definition: gsm_08_58.h:778
ipac_preproc_ho_thresh::reserved_rxlev_ul
uint8_t reserved_rxlev_ul
Definition: gsm_08_58.h:733
abis_rsl_cchan_hdr::c
struct abis_rsl_common_hdr c
Definition: gsm_08_58.h:59
RSL_IE_CHAN_NEEDED
@ RSL_IE_CHAN_NEEDED
Definition: gsm_08_58.h:253
rsl_ie_chan_ident::chan_desc
struct rsl_ie_chan_ident::@35 chan_desc
RSL_MT_SUSP_CONF
@ RSL_MT_SUSP_CONF
Definition: gsm_08_58.h:99
RSL_IE_PAGING_LOAD
@ RSL_IE_PAGING_LOAD
Definition: gsm_08_58.h:228
RSL_IPAC_EIE_FREQ_ERR
@ RSL_IPAC_EIE_FREQ_ERR
Definition: gsm_08_58.h:668
IPAC_MS_BTS_DIS_AVE
@ IPAC_MS_BTS_DIS_AVE
Definition: gsm_08_58.h:339
RSL_CMOD_SPD_DATA
@ RSL_CMOD_SPD_DATA
Definition: gsm_08_58.h:398
RSL_MT_SIEMENS_PREF_AREA_REQ
@ RSL_MT_SIEMENS_PREF_AREA_REQ
Definition: gsm_08_58.h:193
ipac_preproc_ave_cfg::reserved
uint8_t reserved
Definition: gsm_08_58.h:704
rsl_ie_chan_ident::oct3
uint8_t oct3
Definition: gsm_08_58.h:436
RSL_MT_REL_REQ
@ RSL_MT_REL_REQ
Definition: gsm_08_58.h:93
ipac_preproc_ho_comp::p7
uint8_t p7
Definition: gsm_08_58.h:777
RSL_MT_IPAC_PDCH_DEACT_NACK
@ RSL_MT_IPAC_PDCH_DEACT_NACK
Definition: gsm_08_58.h:162
RSL_MT_IPAC_PDCH_DEACT
@ RSL_MT_IPAC_PDCH_DEACT
Definition: gsm_08_58.h:160
ipac_preproc_ho_comp::reserved
uint8_t reserved
Definition: gsm_08_58.h:786
RSL_MRPCI_PHASE_2PLUS
@ RSL_MRPCI_PHASE_2PLUS
Definition: gsm_08_58.h:655
abis_rsl_common_hdr::data
uint8_t data[0]
actual payload data
Definition: gsm_08_58.h:36
RSL_MT_LISTENER_DET
@ RSL_MT_LISTENER_DET
Definition: gsm_08_58.h:143
IPAC_HO_RQD_CAUSE_MAX
@ IPAC_HO_RQD_CAUSE_MAX
Definition: gsm_08_58.h:361
RSL_IE_IPAC_SPEECH_MODE
@ RSL_IE_IPAC_SPEECH_MODE
Definition: gsm_08_58.h:292
RSL_IE_SMSCB_MSG
@ RSL_IE_SMSCB_MSG
Definition: gsm_08_58.h:255
rsl_ie_chan_mode
RSL Channel Mode IF (Chapter 9.3.6)
Definition: gsm_08_58.h:388
IPAC_HO_RQD_CAUSE_NORMAL3G
@ IPAC_HO_RQD_CAUSE_NORMAL3G
Definition: gsm_08_58.h:354
RSL_MT_HANDO_DET
@ RSL_MT_HANDO_DET
Definition: gsm_08_58.h:128
ipac_preproc_ave_cfg
Definition: gsm_08_58.h:696
RSL_MT_SUSP_REQ
@ RSL_MT_SUSP_REQ
Definition: gsm_08_58.h:98
RSL_IE_RESOURCE_INFO
@ RSL_IE_RESOURCE_INFO
Definition: gsm_08_58.h:234
abis_rsl_dchan_hdr::data
uint8_t data[0]
message payload data
Definition: gsm_08_58.h:54
RSL_MT_IPAC_DLCX_IND
@ RSL_MT_IPAC_DLCX_IND
Definition: gsm_08_58.h:181
RSL_IE_IPAC_RTP_PAYLOAD2
@ RSL_IE_IPAC_RTP_PAYLOAD2
Definition: gsm_08_58.h:300
ipac_preproc_ho_candidates::reserved1
uint8_t reserved1
Definition: gsm_08_58.h:802
RSL_MT_DATA_IND
@ RSL_MT_DATA_IND
Definition: gsm_08_58.h:88
RSL_IE_EMLPP_PRIO
@ RSL_IE_EMLPP_PRIO
Definition: gsm_08_58.h:264
RSL_IE_FRAME_NUMBER
@ RSL_IE_FRAME_NUMBER
Definition: gsm_08_58.h:221
RSL_MT_SIEMENS_SET_SYS_INFO_10
@ RSL_MT_SIEMENS_SET_SYS_INFO_10
Definition: gsm_08_58.h:203
RSL_MT_BCCH_INFO
@ RSL_MT_BCCH_INFO
Definition: gsm_08_58.h:104
RSL_IPAC_EIE_NCELL_BA_CHG_LIST
@ RSL_IPAC_EIE_NCELL_BA_CHG_LIST
Definition: gsm_08_58.h:680
RSL_MT_PRE_HANDO_NOTIF
@ RSL_MT_PRE_HANDO_NOTIF
Definition: gsm_08_58.h:146
RSL_IE_SYSINFO_TYPE
@ RSL_IE_SYSINFO_TYPE
Definition: gsm_08_58.h:243
RSL_IE_STARTNG_TIME
@ RSL_IE_STARTNG_TIME
Definition: gsm_08_58.h:236
RSL_IE_REQ_REFERENCE
@ RSL_IE_REQ_REFERENCE
Definition: gsm_08_58.h:232
IPAC_HO_RQD_CAUSE_L_RXLEV_DL_H
@ IPAC_HO_RQD_CAUSE_L_RXLEV_DL_H
Definition: gsm_08_58.h:345
ipac_preproc_cfg
Definition: gsm_08_58.h:839
RSL_MT_SIEMENS_PREF_AREA
@ RSL_MT_SIEMENS_PREF_AREA
Definition: gsm_08_58.h:194
RSL_IE_IPAC_RTP_JIT_BUF
@ RSL_IE_IPAC_RTP_JIT_BUF
Definition: gsm_08_58.h:298
RSL_IPAC_EIE_NUM_OF_MS
@ RSL_IPAC_EIE_NUM_OF_MS
Definition: gsm_08_58.h:681
RSL_MT_IPAC_MDCX_NACK
@ RSL_MT_IPAC_MDCX_NACK
Definition: gsm_08_58.h:180
RSL_IE_MAIN_CHAN_REF
@ RSL_IE_MAIN_CHAN_REF
Definition: gsm_08_58.h:266
RSL_MT_LOCATION_INFO
@ RSL_MT_LOCATION_INFO
Definition: gsm_08_58.h:153
rsl_ie_chan_ident::oct4
uint8_t oct4
Definition: gsm_08_58.h:437
IPAC_HO_RQD_CAUSE_L_RXLEV_UL_H
@ IPAC_HO_RQD_CAUSE_L_RXLEV_UL_H
Definition: gsm_08_58.h:344
RSL_MT_SIEMENS_STOP_TRACE_ACK
@ RSL_MT_SIEMENS_STOP_TRACE_ACK
Definition: gsm_08_58.h:200
rsl_mrpci_pwrclass
rsl_mrpci_pwrclass
Definition: gsm_08_58.h:644
RSL_IPAC_EIE_RXQUAL
@ RSL_IPAC_EIE_RXQUAL
Definition: gsm_08_58.h:667
ipac_preproc_ho_thresh::l_rxqual_ul_h
uint8_t l_rxqual_ul_h
Definition: gsm_08_58.h:740
ipac_preproc_ho_comp::reserved_p5
uint8_t reserved_p5
Definition: gsm_08_58.h:768
rsl_ipac_speech_mode_m
rsl_ipac_speech_mode_m
Definition: gsm_08_58.h:608
RSL_IPAC_RTP_CSD_IR_8k
@ RSL_IPAC_RTP_CSD_IR_8k
Definition: gsm_08_58.h:623
rsl_ie_cb_cmd_type
RSL Cell Broadcast Command (Chapter 9.3.45)
Definition: gsm_08_58.h:544
ipac_preproc_ho_thresh::reserved_ms_range
uint8_t reserved_ms_range
Definition: gsm_08_58.h:741
RSL_MT_MS_POWER_CONTROL
@ RSL_MT_MS_POWER_CONTROL
Definition: gsm_08_58.h:136
ipac_preproc_ho_thresh::rxlev_ul_ih
uint8_t rxlev_ul_ih
Definition: gsm_08_58.h:734
IPAC_HO_RQD_CAUSE_L_RXQUAL_DL_H
@ IPAC_HO_RQD_CAUSE_L_RXQUAL_DL_H
Definition: gsm_08_58.h:347
RSL_MT_IPAC_CONNECT_MUX
@ RSL_MT_IPAC_CONNECT_MUX
Definition: gsm_08_58.h:163
RSL_IE_IPAC_HO_C_PARMS
@ RSL_IE_IPAC_HO_C_PARMS
Definition: gsm_08_58.h:295
RSL_MT_SIEMENS_INTERC_HO_COND_IND
@ RSL_MT_SIEMENS_INTERC_HO_COND_IND
Definition: gsm_08_58.h:191
ipac_preproc_ho_thresh::l_rxlev_ul_h
uint8_t l_rxlev_ul_h
Definition: gsm_08_58.h:730
RSL_MT_REL_IND
@ RSL_MT_REL_IND
Definition: gsm_08_58.h:95
RSL_IPAC_EIE_BS_PWR_CTL
@ RSL_IPAC_EIE_BS_PWR_CTL
Definition: gsm_08_58.h:671
RSL_IPAC_SPEECH_GSM_AMR_HR
@ RSL_IPAC_SPEECH_GSM_AMR_HR
Definition: gsm_08_58.h:604
RSL_IPAC_RTP_AMR
@ RSL_IPAC_RTP_AMR
Definition: gsm_08_58.h:593
rsl_ipac_rtp_payload
rsl_ipac_rtp_payload
Definition: gsm_08_58.h:590
RSL_IE_FULL_IMM_ASS_INFO
@ RSL_IE_FULL_IMM_ASS_INFO
Definition: gsm_08_58.h:256
rsl_ie_chan_ident
RSL Channel Identification IE (Chapter 9.3.5)
Definition: gsm_08_58.h:431
RSL_MT_MODE_MODIFY_NACK
@ RSL_MT_MODE_MODIFY_NACK
Definition: gsm_08_58.h:132
RSL_MT_CHAN_ACTIV_ACK
@ RSL_MT_CHAN_ACTIV_ACK
Definition: gsm_08_58.h:123
RSL_IE_IPAC_REMOTE_IP
@ RSL_IE_IPAC_REMOTE_IP
Definition: gsm_08_58.h:288
RSL_IE_IPAC_REMOTE_PORT
@ RSL_IE_IPAC_REMOTE_PORT
Definition: gsm_08_58.h:289
RSL_IPAC_EIE_NCELL_DEF_EXT
@ RSL_IPAC_EIE_NCELL_DEF_EXT
Definition: gsm_08_58.h:683
RSL_MT_IPAC_MDCX_ACK
@ RSL_MT_IPAC_MDCX_ACK
Definition: gsm_08_58.h:179
RSL_MT_OVERLOAD
@ RSL_MT_OVERLOAD
Definition: gsm_08_58.h:115
ipac_preproc_ho_ctl_param::reserved
uint8_t reserved
Definition: gsm_08_58.h:833
RSL_IE_IPAC_LOCAL_PORT
@ RSL_IE_IPAC_LOCAL_PORT
Definition: gsm_08_58.h:291
RSL_MT_IPAC_BIND_MUX
@ RSL_MT_IPAC_BIND_MUX
Definition: gsm_08_58.h:166
abis_rsl_common_hdr
RSL common header.
Definition: gsm_08_58.h:33
RSL_IPAC_EIE_HO_CAND_EXT
@ RSL_IPAC_EIE_HO_CAND_EXT
Definition: gsm_08_58.h:682
RSL_IE_IPAC_LOCAL_IP
@ RSL_IE_IPAC_LOCAL_IP
Definition: gsm_08_58.h:293
ipac_preproc_ho_comp::reserved_p6
uint8_t reserved_p6
Definition: gsm_08_58.h:772
RSL_IE_MS_IDENTITY
@ RSL_IE_MS_IDENTITY
Definition: gsm_08_58.h:225
ipac_preproc_ho_candidates::bsic
uint8_t bsic
Definition: gsm_08_58.h:801
ipac_preproc_cfg::meas_mode_flags
uint32_t meas_mode_flags
Definition: gsm_08_58.h:841
ipac_preproc_ho_thresh::ms_range_max
uint8_t ms_range_max
Definition: gsm_08_58.h:742
RSL_MT_RF_RES_IND
@ RSL_MT_RF_RES_IND
Definition: gsm_08_58.h:113
ipac_preproc_ncell_dflts::reserved_rxlev_min_def
uint8_t reserved_rxlev_min_def
Definition: gsm_08_58.h:818
RSL_IPAC_EIE_3G_NCELL_LIST
@ RSL_IPAC_EIE_3G_NCELL_LIST
Definition: gsm_08_58.h:690
RSL_MT_ERROR_REPORT
@ RSL_MT_ERROR_REPORT
Definition: gsm_08_58.h:116
rsl_ie_cb_cmd_type::spare
uint8_t spare
Definition: gsm_08_58.h:553
RSL_IE_SMSCB_CHAN_INDICATOR
@ RSL_IE_SMSCB_CHAN_INDICATOR
Definition: gsm_08_58.h:259
RSL_IPAC_EIE_HO_THRESH_COMP
@ RSL_IPAC_EIE_HO_THRESH_COMP
Definition: gsm_08_58.h:677
ipac_preproc_ho_candidates::reserved0
uint8_t reserved0
Definition: gsm_08_58.h:800
RSL_IE_SMSCB_INFO
@ RSL_IE_SMSCB_INFO
Definition: gsm_08_58.h:249
rsl_ie_chan_mode::dtx_dtu
uint8_t dtx_dtu
Definition: gsm_08_58.h:389
IPAC_HO_RQD_CAUSE_O_M_SHUTDOWN
@ IPAC_HO_RQD_CAUSE_O_M_SHUTDOWN
Definition: gsm_08_58.h:357
RSL_MT_IPAC_MDCX
@ RSL_MT_IPAC_MDCX
Definition: gsm_08_58.h:178
RSL_IPAC_EIE_HO_CANDIDATES
@ RSL_IPAC_EIE_HO_CANDIDATES
Definition: gsm_08_58.h:679
ipac_preproc_ho_comp::reserved_n5
uint8_t reserved_n5
Definition: gsm_08_58.h:770
ipac_preproc_cfg::ho_ctl_param
struct ipac_preproc_ho_ctl_param ho_ctl_param
Definition: gsm_08_58.h:847
RSL_IE_MEAS_RES_NR
@ RSL_IE_MEAS_RES_NR
Definition: gsm_08_58.h:240
ipac_preproc_ho_thresh::reserved_l_rxlev_ul
uint8_t reserved_l_rxlev_ul
Definition: gsm_08_58.h:729
abis_rsl_rll_hdr
Definition: gsm_08_58.h:40
IPAC_UNWEIGHTED_AVE
@ IPAC_UNWEIGHTED_AVE
Definition: gsm_08_58.h:330
rsl_mrpci::power_class
uint8_t power_class
Definition: gsm_08_58.h:640
RSL_MT_CCCH_LOAD_IND
@ RSL_MT_CCCH_LOAD_IND
Definition: gsm_08_58.h:105
RSL_CMOD_SPD_SPEECH
@ RSL_CMOD_SPD_SPEECH
Definition: gsm_08_58.h:397
RSL_IE_SACCH_INFO
@ RSL_IE_SACCH_INFO
Definition: gsm_08_58.h:257
IPAC_HO_RQD_CAUSE_ENQUIRY_FAILED
@ IPAC_HO_RQD_CAUSE_ENQUIRY_FAILED
Definition: gsm_08_58.h:353
RSL_MRPCI_PWRC_2
@ RSL_MRPCI_PWRC_2
Definition: gsm_08_58.h:646
ipac_preproc_ho_comp::reserved_p8
uint8_t reserved_p8
Definition: gsm_08_58.h:780
RSL_IE_IPAC_RTP_CSD_FMT
@ RSL_IE_IPAC_RTP_CSD_FMT
Definition: gsm_08_58.h:297
rsl_cmod_spd
rsl_cmod_spd
Definition: gsm_08_58.h:396
RSL_MT_SIEMENS_START_TRACE_ACK
@ RSL_MT_SIEMENS_START_TRACE_ACK
Definition: gsm_08_58.h:196
ipac_preproc_ho_ctl_param::sdcch_ho_umts
uint8_t sdcch_ho_umts
Definition: gsm_08_58.h:834
RSL_MT_IPAC_DISC_MUX
@ RSL_MT_IPAC_DISC_MUX
Definition: gsm_08_58.h:169
RSL_IE_SIEMENS_TRACE_REF_NR
@ RSL_IE_SIEMENS_TRACE_REF_NR
Definition: gsm_08_58.h:278
rsl_rel_mode
rsl_rel_mode
Definition: gsm_08_58.h:659
RSL_MT_IPAC_PDCH_ACT
@ RSL_MT_IPAC_PDCH_ACT
Definition: gsm_08_58.h:157
RSL_MRPCI_PWRC_3
@ RSL_MRPCI_PWRC_3
Definition: gsm_08_58.h:647
RSL_MT_RECON_REQ
@ RSL_MT_RECON_REQ
Definition: gsm_08_58.h:101
RSL_MT_SMS_BC_REQ
@ RSL_MT_SMS_BC_REQ
Definition: gsm_08_58.h:110
abis_rsl_ie
abis_rsl_ie
RSL Information Element Identifiers (Chapter 9.3)
Definition: gsm_08_58.h:213
ipac_preproc_ho_comp::n7
uint8_t n7
Definition: gsm_08_58.h:779
RSL_MT_PREPROC_CONFIG
@ RSL_MT_PREPROC_CONFIG
Definition: gsm_08_58.h:138
RSL_IE_SIEMENS_ININ_CELL_HO_PAR
@ RSL_IE_SIEMENS_ININ_CELL_HO_PAR
Definition: gsm_08_58.h:277
ipac_preproc_ho_thresh::reserved_rxqual_dl
uint8_t reserved_rxqual_dl
Definition: gsm_08_58.h:737
RSL_MT_CHAN_ACTIV_NACK
@ RSL_MT_CHAN_ACTIV_NACK
Definition: gsm_08_58.h:124
rsl_mrpci_phase
rsl_mrpci_phase
Definition: gsm_08_58.h:651
ipac_preproc_ave_cfg::param_id
uint8_t param_id
Definition: gsm_08_58.h:705
abis_rsl_cchan_hdr::data
uint8_t data[0]
message payload data
Definition: gsm_08_58.h:62
RSL_MT_IPAC_MEAS_PREPROC_DFT
@ RSL_MT_IPAC_MEAS_PREPROC_DFT
Definition: gsm_08_58.h:172
RSL_IE_MR_CONTROL
@ RSL_IE_MR_CONTROL
Definition: gsm_08_58.h:268
RSL_IE_CHAN_IDENT
@ RSL_IE_CHAN_IDENT
Definition: gsm_08_58.h:218
RSL_IE_SIEMENS_SUGGESTED_RATE
@ RSL_IE_SIEMENS_SUGGESTED_RATE
Definition: gsm_08_58.h:282
RSL_MT_DEACTIVATE_SACCH
@ RSL_MT_DEACTIVATE_SACCH
Definition: gsm_08_58.h:126
RSL_MT_IPAC_PDCH_ACT_ACK
@ RSL_MT_IPAC_PDCH_ACT_ACK
Definition: gsm_08_58.h:158
rsl_ie_chan_mode::chan_rt
uint8_t chan_rt
Definition: gsm_08_58.h:391
RSL_IPAC_RTP_EFR
@ RSL_IPAC_RTP_EFR
Definition: gsm_08_58.h:592
RSL_MT_IPAC_CONNECT_MUX_ACK
@ RSL_MT_IPAC_CONNECT_MUX_ACK
Definition: gsm_08_58.h:164
RSL_MT_IPAC_DLCX_ACK
@ RSL_MT_IPAC_DLCX_ACK
Definition: gsm_08_58.h:183
RSL_IE_PYHS_CONTEXT
@ RSL_IE_PYHS_CONTEXT
Definition: gsm_08_58.h:229
RSL_MT_IPAC_DLCX
@ RSL_MT_IPAC_DLCX
Definition: gsm_08_58.h:182
RSL_IPAC_EIE_SDCCH_CTL_PARAM
@ RSL_IPAC_EIE_SDCCH_CTL_PARAM
Definition: gsm_08_58.h:691
RSL_IE_BS_POWER
@ RSL_IE_BS_POWER
Definition: gsm_08_58.h:217
RSL_IPAC_RTP_CSD_IR_16k
@ RSL_IPAC_RTP_CSD_IR_16k
Definition: gsm_08_58.h:624
RSL_IE_MSG_ID
@ RSL_IE_MSG_ID
Definition: gsm_08_58.h:241
RSL_IPAC_EIE_MASTER_KEY
@ RSL_IPAC_EIE_MASTER_KEY
Definition: gsm_08_58.h:685
IPAC_HO_RQD_CAUSE_LOAD_PROMOTION
@ IPAC_HO_RQD_CAUSE_LOAD_PROMOTION
Definition: gsm_08_58.h:359
RSL_IE_UIC
@ RSL_IE_UIC
Definition: gsm_08_58.h:265
RSL_REL_LOCAL_END
@ RSL_REL_LOCAL_END
Definition: gsm_08_58.h:661
RSL_MT_SMS_BC_CMD
@ RSL_MT_SMS_BC_CMD
Definition: gsm_08_58.h:117
ipac_preproc_ho_thresh::reserved_rxlqual_ul
uint8_t reserved_rxlqual_ul
Definition: gsm_08_58.h:739
RSL_IPAC_EIE_PC_THRESH_COMP
@ RSL_IPAC_EIE_PC_THRESH_COMP
Definition: gsm_08_58.h:676
RSL_MT_DATA_REQ
@ RSL_MT_DATA_REQ
Definition: gsm_08_58.h:87
RSL_IPAC_SPEECH_M_RX
@ RSL_IPAC_SPEECH_M_RX
Definition: gsm_08_58.h:610
RSL_IE_PREPROC_PARAM
@ RSL_IE_PREPROC_PARAM
Definition: gsm_08_58.h:246
RSL_IE_RLM_CAUSE
@ RSL_IE_RLM_CAUSE
Definition: gsm_08_58.h:235
RSL_IPAC_EIE_HANDO_THRESH
@ RSL_IPAC_EIE_HANDO_THRESH
Definition: gsm_08_58.h:673
RSL_IPAC_SPEECH_M_TX
@ RSL_IPAC_SPEECH_M_TX
Definition: gsm_08_58.h:611
rsl_ie_cb_cmd_type::command
uint8_t command
Definition: gsm_08_58.h:551
RSL_IE_ERR_MSG
@ RSL_IE_ERR_MSG
Definition: gsm_08_58.h:251
RSL_IE_IMM_ASS_INFO
@ RSL_IE_IMM_ASS_INFO
Definition: gsm_08_58.h:248
ipac_preproc_ho_ctl_param::sdcch_ho_gsm
uint8_t sdcch_ho_gsm
Definition: gsm_08_58.h:835
RSL_IPAC_SPEECH_GSM_EFR
@ RSL_IPAC_SPEECH_GSM_EFR
Definition: gsm_08_58.h:601
ipac_preproc_ho_ctl_param
Definition: gsm_08_58.h:827
IPAC_MEDIAN_AVE
@ IPAC_MEDIAN_AVE
Definition: gsm_08_58.h:332
IPAC_HO_RQD_CAUSE_QUALITY_PROMOTION
@ IPAC_HO_RQD_CAUSE_QUALITY_PROMOTION
Definition: gsm_08_58.h:358
ipac_preproc_ho_comp::n6
uint8_t n6
Definition: gsm_08_58.h:775
RSL_IPAC_RTP_CSD
@ RSL_IPAC_RTP_CSD
Definition: gsm_08_58.h:594
RSL_IE_TFO_STATUS
@ RSL_IE_TFO_STATUS
Definition: gsm_08_58.h:272
RSL_IE_RTD
@ RSL_IE_RTD
Definition: gsm_08_58.h:271
RSL_IE_SUP_CODEC_TYPES
@ RSL_IE_SUP_CODEC_TYPES
Definition: gsm_08_58.h:269
RSL_IE_IPAC_BSCMPL_TOUT
@ RSL_IE_IPAC_BSCMPL_TOUT
Definition: gsm_08_58.h:287
abis_rsl_dchan_hdr::chan_nr
uint8_t chan_nr
RSL channel number (value)
Definition: gsm_08_58.h:53
RSL_MT_IPAC_CRCX_ACK
@ RSL_MT_IPAC_CRCX_ACK
Definition: gsm_08_58.h:176
RSL_MT_REMOTE_CODEC_CONF_REP
@ RSL_MT_REMOTE_CODEC_CONF_REP
Definition: gsm_08_58.h:144
RSL_MT_IPAC_DISC_MUX_NACK
@ RSL_MT_IPAC_DISC_MUX_NACK
Definition: gsm_08_58.h:171
RSL_IE_IPAC_RTP_MPLEX_ID
@ RSL_IE_IPAC_RTP_MPLEX_ID
Definition: gsm_08_58.h:302
IPAC_HO_RQD_CAUSE_RXLEV_UL_IH
@ IPAC_HO_RQD_CAUSE_RXLEV_UL_IH
Definition: gsm_08_58.h:348
RSL_IPAC_RTP_CSD_NON_TRAU
@ RSL_IPAC_RTP_CSD_NON_TRAU
Definition: gsm_08_58.h:617
RSL_IPAC_RTP_CSD_IR_64k
@ RSL_IPAC_RTP_CSD_IR_64k
Definition: gsm_08_58.h:626
ipac_preproc_ho_candidates::bcch_freq
uint8_t bcch_freq
Definition: gsm_08_58.h:805
RSL_IE_MR_CONFIG
@ RSL_IE_MR_CONFIG
Definition: gsm_08_58.h:267
RSL_MT_UNIT_DATA_REQ
@ RSL_MT_UNIT_DATA_REQ
Definition: gsm_08_58.h:96
ipac_preproc_cfg::ave_cfg
struct ipac_preproc_ave_cfg ave_cfg
Definition: gsm_08_58.h:843
RSL_MRPCI_PWRC_1
@ RSL_MRPCI_PWRC_1
Definition: gsm_08_58.h:645
RSL_MT_IPAC_PDCH_DEACT_ACK
@ RSL_MT_IPAC_PDCH_DEACT_ACK
Definition: gsm_08_58.h:161
RSL_MT_CHAN_ACTIV
@ RSL_MT_CHAN_ACTIV
Definition: gsm_08_58.h:122
RSL_IE_SIEMENS_PREF_AREA_TYPE
@ RSL_IE_SIEMENS_PREF_AREA_TYPE
Definition: gsm_08_58.h:276
abis_rsl_msgtype
abis_rsl_msgtype
Definition: gsm_08_58.h:85
RSL_MT_BS_POWER_CONTROL
@ RSL_MT_BS_POWER_CONTROL
Definition: gsm_08_58.h:137
RSL_MT_CBCH_LOAD_IND
@ RSL_MT_CBCH_LOAD_IND
Definition: gsm_08_58.h:118
abis_rsl_rll_hdr::chan_nr
uint8_t chan_nr
RSL channel number (value)
Definition: gsm_08_58.h:43
RSL_MT_SIEMENS_UPLB
@ RSL_MT_SIEMENS_UPLB
Definition: gsm_08_58.h:202
rsl_ie_cb_cmd_type::def_bcast
uint8_t def_bcast
Definition: gsm_08_58.h:552
ipac_preproc_ho_candidates::s
uint8_t s
Definition: gsm_08_58.h:803
RSL_MT_SIEMENS_UPLF
@ RSL_MT_SIEMENS_UPLF
Definition: gsm_08_58.h:201
RSL_MT_TALKER_DET
@ RSL_MT_TALKER_DET
Definition: gsm_08_58.h:142
ipac_preproc_ho_comp::p6
uint8_t p6
Definition: gsm_08_58.h:773
RSL_IE_IPAC_RTP_MPLEX
@ RSL_IE_IPAC_RTP_MPLEX
Definition: gsm_08_58.h:301
rsl_ie_chan_ident::chan_nr
uint8_t chan_nr
Definition: gsm_08_58.h:435
rsl_ie_chan_ident::iei
uint8_t iei
Definition: gsm_08_58.h:434
ipac_preproc_ho_thresh::reserved_l_rxlev_dl
uint8_t reserved_l_rxlev_dl
Definition: gsm_08_58.h:731
RSL_IE_CHAN_DESC
@ RSL_IE_CHAN_DESC
Definition: gsm_08_58.h:261
RSL_MRPCI_PWRC_5
@ RSL_MRPCI_PWRC_5
Definition: gsm_08_58.h:649
RSL_IE_CBCH_LOAD_INFO
@ RSL_IE_CBCH_LOAD_INFO
Definition: gsm_08_58.h:258
RSL_REL_NORMAL
@ RSL_REL_NORMAL
Definition: gsm_08_58.h:660
RSL_MT_MODE_MODIFY_ACK
@ RSL_MT_MODE_MODIFY_ACK
Definition: gsm_08_58.h:131
RSL_IPAC_EIE_NCELL_LIST_EXT
@ RSL_IPAC_EIE_NCELL_LIST_EXT
Definition: gsm_08_58.h:684
RSL_MT_IPAC_DLCX_NACK
@ RSL_MT_IPAC_DLCX_NACK
Definition: gsm_08_58.h:184
IPAC_HO_RQD_CAUSE_MAX_MS_RANGE
@ IPAC_HO_RQD_CAUSE_MAX_MS_RANGE
Definition: gsm_08_58.h:350
RSL_MT_SIEMENS_HO_FAIL_IND
@ RSL_MT_SIEMENS_HO_FAIL_IND
Definition: gsm_08_58.h:199
abis_rsl_cchan_hdr::ie_chan
uint8_t ie_chan
RSL_IE_CHAN_NR (tag)
Definition: gsm_08_58.h:60
RSL_IPAC_RTP_CSD_TRAU_BTS
@ RSL_IPAC_RTP_CSD_TRAU_BTS
Definition: gsm_08_58.h:618
RSL_IPAC_EIE_HO_CAUSE
@ RSL_IPAC_EIE_HO_CAUSE
Definition: gsm_08_58.h:678
__attribute__
enum abis_rsl_msgtype __attribute__
RSL_IE_IPAC_PROXY_UDP
@ RSL_IE_IPAC_PROXY_UDP
Definition: gsm_08_58.h:286
RSL_IE_ENCR_INFO
@ RSL_IE_ENCR_INFO
Definition: gsm_08_58.h:220
RSL_IE_GROUP_CALL_REF
@ RSL_IE_GROUP_CALL_REF
Definition: gsm_08_58.h:260
RSL_MT_DELETE_IND
@ RSL_MT_DELETE_IND
Definition: gsm_08_58.h:107
ipac_preproc_ho_comp::n5
uint8_t n5
Definition: gsm_08_58.h:771
RSL_MT_CHAN_RQD
@ RSL_MT_CHAN_RQD
Definition: gsm_08_58.h:106
RSL_MT_IPAC_CRCX
@ RSL_MT_IPAC_CRCX
Definition: gsm_08_58.h:175
ipac_preproc_ave_cfg::h_reqt
uint8_t h_reqt
Definition: gsm_08_58.h:708
abis_rsl_common_hdr::msg_type
uint8_t msg_type
message type (abis_rsl_msgtype)
Definition: gsm_08_58.h:35
RSL_MT_IPAC_PDCH_ACT_NACK
@ RSL_MT_IPAC_PDCH_ACT_NACK
Definition: gsm_08_58.h:159
ipac_preproc_ho_comp::p8
uint8_t p8
Definition: gsm_08_58.h:781
rsl_mrpci::vbs_capable
uint8_t vbs_capable
Definition: gsm_08_58.h:638
ipac_preproc_ho_thresh::l_rxqual_dl_h
uint8_t l_rxqual_dl_h
Definition: gsm_08_58.h:738
RSL_IE_FULL_BCCH_INFO
@ RSL_IE_FULL_BCCH_INFO
Definition: gsm_08_58.h:252
RSL_MT_IPAC_CRCX_NACK
@ RSL_MT_IPAC_CRCX_NACK
Definition: gsm_08_58.h:177
RSL_MT_IPAC_BIND_MUX_ACK
@ RSL_MT_IPAC_BIND_MUX_ACK
Definition: gsm_08_58.h:167
RSL_MT_TFO_MOD_REQ
@ RSL_MT_TFO_MOD_REQ
Definition: gsm_08_58.h:152
ipac_preproc_cfg::ho_comp
struct ipac_preproc_ho_comp ho_comp
Definition: gsm_08_58.h:845
ipac_preproc_ho_comp::n8
uint8_t n8
Definition: gsm_08_58.h:783
RSL_IPAC_RTP_MUX
@ RSL_IPAC_RTP_MUX
Definition: gsm_08_58.h:595
RSL_IPAC_RTP_CSD_IWF_FREE
@ RSL_IPAC_RTP_CSD_IWF_FREE
Definition: gsm_08_58.h:619
RSL_IPAC_RTP_CSD_IR_32k
@ RSL_IPAC_RTP_CSD_IR_32k
Definition: gsm_08_58.h:625
RSL_MT_SIEMENS_START_TRACE
@ RSL_MT_SIEMENS_START_TRACE
Definition: gsm_08_58.h:195
RSL_IE_SIEMENS_INT_TRACE_IDX
@ RSL_IE_SIEMENS_INT_TRACE_IDX
Definition: gsm_08_58.h:279
RSL_IE_L3_INFO
@ RSL_IE_L3_INFO
Definition: gsm_08_58.h:224
RSL_IE_SIEMENS_HIGHEST_RATE
@ RSL_IE_SIEMENS_HIGHEST_RATE
Definition: gsm_08_58.h:281
RSL_MT_MR_CODEC_MOD_REQ
@ RSL_MT_MR_CODEC_MOD_REQ
Definition: gsm_08_58.h:147
abis_rsl_rll_hdr::c
struct abis_rsl_common_hdr c
Definition: gsm_08_58.h:41
ipac_preproc_cfg::meas_rep_mode
uint8_t meas_rep_mode
Definition: gsm_08_58.h:840
RSL_MT_MR_CODEC_MOD_ACK
@ RSL_MT_MR_CODEC_MOD_ACK
Definition: gsm_08_58.h:148
RSL_IE_PREPROC_MEAS
@ RSL_IE_PREPROC_MEAS
Definition: gsm_08_58.h:247
ipac_preproc_ncell_dflts::ho_margin_def
uint8_t ho_margin_def
Definition: gsm_08_58.h:821
RSL_IPAC_EIE_NCELL_LIST
@ RSL_IPAC_EIE_NCELL_LIST
Definition: gsm_08_58.h:675
IPAC_HO_RQD_CAUSE_ENQUIRY
@ IPAC_HO_RQD_CAUSE_ENQUIRY
Definition: gsm_08_58.h:352
RSL_MT_SACCH_INFO_MODIFY
@ RSL_MT_SACCH_INFO_MODIFY
Definition: gsm_08_58.h:141
RSL_MT_TFO_REP
@ RSL_MT_TFO_REP
Definition: gsm_08_58.h:151
RSL_IE_TIMING_ADVANCE
@ RSL_IE_TIMING_ADVANCE
Definition: gsm_08_58.h:237
RSL_MT_SIEMENS_FORCED_HO_REQ
@ RSL_MT_SIEMENS_FORCED_HO_REQ
Definition: gsm_08_58.h:192
RSL_MT_IPAC_HO_CAN_RES
@ RSL_MT_IPAC_HO_CAN_RES
Definition: gsm_08_58.h:174
abis_rsl_rll_hdr::link_id
uint8_t link_id
RSL link identifier (value)
Definition: gsm_08_58.h:45
rsl_mrpci::vgcs_capable
uint8_t vgcs_capable
Definition: gsm_08_58.h:639
RSL_IE_LLP_APDU
@ RSL_IE_LLP_APDU
Definition: gsm_08_58.h:273
RSL_IE_HANDO_REF
@ RSL_IE_HANDO_REF
Definition: gsm_08_58.h:222
ipac_preproc_ave_cfg::ave_method
uint8_t ave_method
Definition: gsm_08_58.h:707
RSL_MT_MR_CODEC_MOD_NACK
@ RSL_MT_MR_CODEC_MOD_NACK
Definition: gsm_08_58.h:149
RSL_IE_CODEC_CONFIG
@ RSL_IE_CODEC_CONFIG
Definition: gsm_08_58.h:270
RSL_MT_RF_CHAN_REL_ACK
@ RSL_MT_RF_CHAN_REL_ACK
Definition: gsm_08_58.h:140
RSL_MT_EST_CONF
@ RSL_MT_EST_CONF
Definition: gsm_08_58.h:91
RSL_MT_ENCR_CMD
@ RSL_MT_ENCR_CMD
Definition: gsm_08_58.h:127
RSL_IE_CAUSE
@ RSL_IE_CAUSE
Definition: gsm_08_58.h:239
RSL_IE_SIEMENS_L2_HDR_INFO
@ RSL_IE_SIEMENS_L2_HDR_INFO
Definition: gsm_08_58.h:280
IPAC_RXLEV_AVE
@ IPAC_RXLEV_AVE
Definition: gsm_08_58.h:337
RSL_MT_SIEMENS_STOP_TRACE
@ RSL_MT_SIEMENS_STOP_TRACE
Definition: gsm_08_58.h:197
RSL_MT_PREPROC_MEAS_RES
@ RSL_MT_PREPROC_MEAS_RES
Definition: gsm_08_58.h:139
RSL_IE_RACH_LOAD
@ RSL_IE_RACH_LOAD
Definition: gsm_08_58.h:231
ipac_preproc_ncell_dflts::reserved_ms_txpwr_max_def
uint8_t reserved_ms_txpwr_max_def
Definition: gsm_08_58.h:822
IPAC_HO_RQD_CAUSE_RXLEV_DL_IH
@ IPAC_HO_RQD_CAUSE_RXLEV_DL_IH
Definition: gsm_08_58.h:349
RSL_IE_IPAC_SRTP_CONFIG
@ RSL_IE_IPAC_SRTP_CONFIG
Definition: gsm_08_58.h:285
abis_rsl_common_hdr::msg_discr
uint8_t msg_discr
message discriminator (ABIS_RSL_MDISC_*)
Definition: gsm_08_58.h:34
abis_rsl_dchan_hdr::ie_chan
uint8_t ie_chan
RSL_IE_CHAN_NR (tag)
Definition: gsm_08_58.h:52
RSL_MT_RES_REQ
@ RSL_MT_RES_REQ
Definition: gsm_08_58.h:100
RSL_MT_RF_CHAN_REL
@ RSL_MT_RF_CHAN_REL
Definition: gsm_08_58.h:135
RSL_IPAC_SPEECH_GSM_HR
@ RSL_IPAC_SPEECH_GSM_HR
Definition: gsm_08_58.h:603
RSL_MT_IMMEDIATE_ASSIGN_CMD
@ RSL_MT_IMMEDIATE_ASSIGN_CMD
Definition: gsm_08_58.h:109
RSL_IE_IPAC_CONN_ID
@ RSL_IE_IPAC_CONN_ID
Definition: gsm_08_58.h:296
RSL_MT_MEAS_RES
@ RSL_MT_MEAS_RES
Definition: gsm_08_58.h:129
rsl_ipac_rtp_csd_format_ir
rsl_ipac_rtp_csd_format_ir
Definition: gsm_08_58.h:622
ipac_preproc_ncell_dflts
Definition: gsm_08_58.h:809
RSL_IPAC_SPEECH_M_RXTX
@ RSL_IPAC_SPEECH_M_RXTX
Definition: gsm_08_58.h:609
RSL_MT_SIEMENS_MODIF_COND_IND
@ RSL_MT_SIEMENS_MODIF_COND_IND
Definition: gsm_08_58.h:204
RSL_IE_IPAC_RTP_PAYLOAD
@ RSL_IE_IPAC_RTP_PAYLOAD
Definition: gsm_08_58.h:290
RSL_IE_CB_CMD_TYPE
@ RSL_IE_CB_CMD_TYPE
Definition: gsm_08_58.h:254
RSL_IPAC_RTP_GSM
@ RSL_IPAC_RTP_GSM
Definition: gsm_08_58.h:591
RSL_MT_IPAC_DISC_MUX_ACK
@ RSL_MT_IPAC_DISC_MUX_ACK
Definition: gsm_08_58.h:170
RSL_IPAC_EIE_MASTER_SALT
@ RSL_IPAC_EIE_MASTER_SALT
Definition: gsm_08_58.h:686
rsl_ipac_speech_mode_s
rsl_ipac_speech_mode_s
Definition: gsm_08_58.h:599
rsl_mrpci::gsm_phase
uint8_t gsm_phase
Definition: gsm_08_58.h:637
RSL_MT_NOT_CMD
@ RSL_MT_NOT_CMD
Definition: gsm_08_58.h:119
ipac_preproc_ho_comp::p5
uint8_t p5
Definition: gsm_08_58.h:769
ipac_preproc_ho_comp::ho_interval
uint8_t ho_interval
Definition: gsm_08_58.h:785
RSL_IPAC_EIE_AMR_CONV_THRESH
@ RSL_IPAC_EIE_AMR_CONV_THRESH
Definition: gsm_08_58.h:692
IPAC_RXQUAL_AVE
@ IPAC_RXQUAL_AVE
Definition: gsm_08_58.h:338
RSL_MT_IPAC_CONNECT_MUX_NACK
@ RSL_MT_IPAC_CONNECT_MUX_NACK
Definition: gsm_08_58.h:165
ipac_preproc_ho_comp::reserved_p7
uint8_t reserved_p7
Definition: gsm_08_58.h:776
rsl_ipac_rtp_csd_format_d
rsl_ipac_rtp_csd_format_d
Definition: gsm_08_58.h:615
RSL_MT_SIEMENS_INTRAC_HO_COND_IND
@ RSL_MT_SIEMENS_INTRAC_HO_COND_IND
Definition: gsm_08_58.h:190
ipac_preproc_ho_candidates::ba_used
uint8_t ba_used
Definition: gsm_08_58.h:804
RSL_IPAC_SPEECH_GSM_FR
@ RSL_IPAC_SPEECH_GSM_FR
Definition: gsm_08_58.h:600
ipac_preproc_ho_comp::reserved_n6
uint8_t reserved_n6
Definition: gsm_08_58.h:774
RSL_MT_ERROR_IND
@ RSL_MT_ERROR_IND
Definition: gsm_08_58.h:89
RSL_IPAC_EIE_NCELL_DEFAULTS
@ RSL_IPAC_EIE_NCELL_DEFAULTS
Definition: gsm_08_58.h:674
ipac_preproc_cfg::ho_thresh
struct ipac_preproc_ho_thresh ho_thresh
Definition: gsm_08_58.h:844
RSL_IE_PAGING_GROUP
@ RSL_IE_PAGING_GROUP
Definition: gsm_08_58.h:227
RSL_MT_PHY_CONTEXT_CONF
@ RSL_MT_PHY_CONTEXT_CONF
Definition: gsm_08_58.h:134
RSL_MT_MR_CODEC_MOD_PER
@ RSL_MT_MR_CODEC_MOD_PER
Definition: gsm_08_58.h:150
abis_rsl_dchan_hdr
Definition: gsm_08_58.h:50
RSL_IE_MS_POWER
@ RSL_IE_MS_POWER
Definition: gsm_08_58.h:226
RSL_MRPCI_PHASE_1
@ RSL_MRPCI_PHASE_1
Definition: gsm_08_58.h:652
ipac_preproc_ho_comp::reserved_ho
uint8_t reserved_ho
Definition: gsm_08_58.h:784
abis_rsl_msgtype_ericsson
abis_rsl_msgtype_ericsson
Ericsson vendor-specific RSL message types.
Definition: gsm_08_58.h:208
RSL_MT_PAGING_CMD
@ RSL_MT_PAGING_CMD
Definition: gsm_08_58.h:108
ipac_preproc_cfg::ncell_dflts
struct ipac_preproc_ncell_dflts ncell_dflts
Definition: gsm_08_58.h:846
abis_rsl_rll_hdr::data
uint8_t data[0]
message payload data
Definition: gsm_08_58.h:46
RSL_IE_IPAC_CONN_STAT
@ RSL_IE_IPAC_CONN_STAT
Definition: gsm_08_58.h:294
RSL_IE_ACT_TYPE
@ RSL_IE_ACT_TYPE
Definition: gsm_08_58.h:216
RSL_IE_MS_TIMING_OFFSET
@ RSL_IE_MS_TIMING_OFFSET
Definition: gsm_08_58.h:250
abis_rsl_cchan_hdr::chan_nr
uint8_t chan_nr
RSL channel number (value)
Definition: gsm_08_58.h:61
RSL_IE_BS_POWER_PARAM
@ RSL_IE_BS_POWER_PARAM
Definition: gsm_08_58.h:245
ipac_preproc_ho_thresh
Definition: gsm_08_58.h:712
IPAC_HO_RQD_CAUSE_L_RXQUAL_UL_H
@ IPAC_HO_RQD_CAUSE_L_RXQUAL_UL_H
Definition: gsm_08_58.h:346
IPAC_HO_RQD_CAUSE_SERVICE_PREFERRED3G
@ IPAC_HO_RQD_CAUSE_SERVICE_PREFERRED3G
Definition: gsm_08_58.h:356
RSL_MT_EST_REQ
@ RSL_MT_EST_REQ
Definition: gsm_08_58.h:90
RSL_IPAC_EIE_3G_HO_PARAM
@ RSL_IPAC_EIE_3G_HO_PARAM
Definition: gsm_08_58.h:689
ipac_preproc_ho_thresh::reserved_rxlev_dl
uint8_t reserved_rxlev_dl
Definition: gsm_08_58.h:735
RSL_IPAC_SPEECH_GSM_AMR_FR
@ RSL_IPAC_SPEECH_GSM_AMR_FR
Definition: gsm_08_58.h:602
RSL_IPAC_EIE_MS_PWR_CTL
@ RSL_IPAC_EIE_MS_PWR_CTL
Definition: gsm_08_58.h:672
abis_rsl_cchan_hdr
Definition: gsm_08_58.h:58
RSL_IE_RELEASE_MODE
@ RSL_IE_RELEASE_MODE
Definition: gsm_08_58.h:233
RSL_MRPCI_PWRC_4
@ RSL_MRPCI_PWRC_4
Definition: gsm_08_58.h:648
RSL_MT_SIEMENS_MRPCI
@ RSL_MT_SIEMENS_MRPCI
Definition: gsm_08_58.h:189
ipac_preproc_ho_comp
Definition: gsm_08_58.h:746
RSL_MT_CHAN_CONF
@ RSL_MT_CHAN_CONF
Definition: gsm_08_58.h:111
rsl_ie_chan_mode::spd_ind
uint8_t spd_ind
Definition: gsm_08_58.h:390
RSL_IPAC_EIE_RXLEV
@ RSL_IPAC_EIE_RXLEV
Definition: gsm_08_58.h:666
ipac_preproc_ho_comp::reserved_n8
uint8_t reserved_n8
Definition: gsm_08_58.h:782
ipac_preproc_ncell_dflts::rxlev_min_def
uint8_t rxlev_min_def
Definition: gsm_08_58.h:819
abis_rsl_dchan_hdr::c
struct abis_rsl_common_hdr c
Definition: gsm_08_58.h:51
RSL_MT_IPAC_DIR_RETR_ENQ
@ RSL_MT_IPAC_DIR_RETR_ENQ
Definition: gsm_08_58.h:156
RSL_IPAC_EIE_MEAS_TRANS_RES
@ RSL_IPAC_EIE_MEAS_TRANS_RES
Definition: gsm_08_58.h:688
rsl_mrpci
Definition: gsm_08_58.h:630
ipac_preproc_ho_candidates
Definition: gsm_08_58.h:791
IPAC_HO_RQD_CAUSE_EMERGENCY3G
@ IPAC_HO_RQD_CAUSE_EMERGENCY3G
Definition: gsm_08_58.h:355
RSL_MT_UNIT_DATA_IND
@ RSL_MT_UNIT_DATA_IND
Definition: gsm_08_58.h:97
IPAC_WEIGHTED_AVE
@ IPAC_WEIGHTED_AVE
Definition: gsm_08_58.h:331
RSL_IPAC_EIE_MEAS_AVG_CFG
@ RSL_IPAC_EIE_MEAS_AVG_CFG
Definition: gsm_08_58.h:670
abis_rsl_msgtype_siemens
abis_rsl_msgtype_siemens
Siemens vendor-specific RSL message types.
Definition: gsm_08_58.h:188
ipac_preproc_ncell_dflts::ms_txpwr_max_def
uint8_t ms_txpwr_max_def
Definition: gsm_08_58.h:823
rsl_ipac_embedded_ie
rsl_ipac_embedded_ie
ip.access specific embedded information elements
Definition: gsm_08_58.h:665
ipac_preproc_ave_cfg::h_reqave
uint8_t h_reqave
Definition: gsm_08_58.h:706
abis_rsl_rll_hdr::ie_chan
uint8_t ie_chan
RSL_IE_CHAN_NR (tag)
Definition: gsm_08_58.h:42
RSL_IE_LINK_IDENT
@ RSL_IE_LINK_IDENT
Definition: gsm_08_58.h:215
RSL_IE_L1_INFO
@ RSL_IE_L1_INFO
Definition: gsm_08_58.h:223
RSL_CMOD_SPD_SIGN
@ RSL_CMOD_SPD_SIGN
Definition: gsm_08_58.h:399
RSL_MT_EST_IND
@ RSL_MT_EST_IND
Definition: gsm_08_58.h:92