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) */
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) */
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) */
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;
438  } chan_desc;
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  uint8_t last_block:2;
546  uint8_t spare:1;
547  uint8_t def_bcast:1;
548  uint8_t command:4;
549 } __attribute__ ((packed));
550 /* ->command */
551 #define RSL_CB_CMD_TYPE_NORMAL 0x00
552 #define RSL_CB_CMD_TYPE_SCHEDULE 0x08
553 #define RSL_CB_CMD_TYPE_DEFAULT 0x0e
554 #define RSL_CB_CMD_TYPE_NULL 0x0f
555 /* ->def_bcast */
556 #define RSL_CB_CMD_DEFBCAST_NORMAL 0
557 #define RSL_CB_CMD_DEFBCAST_NULL 1
558 /* ->last_block */
559 #define RSL_CB_CMD_LASTBLOCK_4 0
560 #define RSL_CB_CMD_LASTBLOCK_1 1
561 #define RSL_CB_CMD_LASTBLOCK_2 2
562 #define RSL_CB_CMD_LASTBLOCK_3 3
563 
564 /* Chapter 3.3.2.3 Brocast control channel */
565 /* CCCH-CONF, NC is not combined */
566 #define RSL_BCCH_CCCH_CONF_1_NC 0x00
567 #define RSL_BCCH_CCCH_CONF_1_C 0x01
568 #define RSL_BCCH_CCCH_CONF_2_NC 0x02
569 #define RSL_BCCH_CCCH_CONF_3_NC 0x04
570 #define RSL_BCCH_CCCH_CONF_4_NC 0x06
571 
572 /* BS-PA-MFRMS */
573 #define RSL_BS_PA_MFRMS_2 0x00
574 #define RSL_BS_PA_MFRMS_3 0x01
575 #define RSL_BS_PA_MFRMS_4 0x02
576 #define RSL_BS_PA_MFRMS_5 0x03
577 #define RSL_BS_PA_MFRMS_6 0x04
578 #define RSL_BS_PA_MFRMS_7 0x05
579 #define RSL_BS_PA_MFRMS_8 0x06
580 #define RSL_BS_PA_MFRMS_9 0x07
581 
582 /* RSL_IE_IPAC_RTP_PAYLOAD[2] */
589 };
590 
591 /* RSL_IE_IPAC_SPEECH_MODE, lower four bits */
593  RSL_IPAC_SPEECH_GSM_FR = 0, /* GSM FR (Type 1, FS) */
594  RSL_IPAC_SPEECH_GSM_EFR = 1, /* GSM EFR (Type 2, FS) */
595  RSL_IPAC_SPEECH_GSM_AMR_FR = 2, /* GSM AMR/FR (Type 3, FS) */
596  RSL_IPAC_SPEECH_GSM_HR = 3, /* GSM HR (Type 1, HS) */
597  RSL_IPAC_SPEECH_GSM_AMR_HR = 5, /* GSM AMR/hr (Type 3, HS) */
598  RSL_IPAC_SPEECH_AS_RTP = 0xf, /* As specified by RTP Payload IE */
599 };
600 /* RSL_IE_IPAC_SPEECH_MODE, upper four bits */
602  RSL_IPAC_SPEECH_M_RXTX = 0, /* Send and Receive */
603  RSL_IPAC_SPEECH_M_RX = 1, /* Receive only */
604  RSL_IPAC_SPEECH_M_TX = 2, /* Send only */
605 };
606 
607 /* RSL_IE_IPAC_RTP_CSD_FMT, lower four bits */
613 };
614 /* RSL_IE_IPAC_RTP_CSD_FMT, upper four bits */
620 };
621 
622 /* Siemens vendor-specific RSL extensions */
623 struct rsl_mrpci {
624  uint8_t power_class:3,
625  vgcs_capable:1,
626  vbs_capable:1,
627  gsm_phase:2;
628 } __attribute__ ((packed));
629 
636 };
639  /* reserved */
642 };
643 
644 /* 9.3.20 Release Mode */
648 };
649 
673  /* additional IPAC measurement pre-processing related IEI */
679 
680 };
681 
683  uint8_t h_reqave:5,
684  param_id:2,
685  reserved:1;
686  uint8_t h_reqt:5,
687  ave_method:3;
688 }__attribute__ ((packed));
689 
691  uint8_t l_rxlev_ul_h:6,
693  uint8_t l_rxlev_dl_h:6,
695  uint8_t rxlev_ul_ih:6,
697  uint8_t rxlev_dl_ih:6,
699  uint8_t l_rxqual_ul_h:3,
701  l_rxqual_dl_h:3,
703  uint8_t ms_range_max:6,
705 }__attribute__ ((packed));
706 
708  uint8_t p5:5,
709  reserved_p5:3;
710  uint8_t n5:5,
711  reserved_n5:3;
712  uint8_t p6:5,
713  reserved_p6:3;
714  uint8_t n6:5,
715  reserved_n6:3;
716  uint8_t p7:5,
717  reserved_p7:3;
718  uint8_t n7:5,
719  reserved_n7:3;
720  uint8_t p8:5,
721  reserved_p8:3;
722  uint8_t n8:5,
723  reserved_n8:3;
724  uint8_t ho_interval:5,
725  reserved_ho:3;
726  uint8_t reserved;
727 
728 }__attribute__ ((packed));
729 
731  uint8_t bsic:6,
732  reserved0:2;
733  uint8_t bcch_freq:5,
734  ba_used:1,
735  s:1,
736  reserved1:1;
737 }__attribute__ ((packed));
738 
740  uint8_t rxlev_min_def:6,
742  uint8_t ho_margin_def:5,
744  uint8_t ms_txpwr_max_def:5,
746 }__attribute__ ((packed));
747 
749  uint8_t sdcch_ho_gsm:1,
750  sdcch_ho_umts:1,
751  reserved:6;
752 }__attribute__ ((packed));
753 
755  uint8_t meas_rep_mode;
756  uint32_t meas_mode_flags;
757  struct ipac_preproc_ave_cfg ms_ave_cfg[3];
758  struct ipac_preproc_ave_cfg ave_cfg;
759  struct ipac_preproc_ho_thresh ho_thresh;
760  struct ipac_preproc_ho_comp ho_comp;
761  struct ipac_preproc_ncell_dflts ncell_dflts;
762  struct ipac_preproc_ho_ctl_param ho_ctl_param;
763 };
764 
Definition: gsm_08_58.h:98
Definition: gsm_08_58.h:272
Definition: gsm_08_58.h:183
Definition: gsm_08_58.h:174
Definition: gsm_08_58.h:132
Definition: gsm_08_58.h:289
Definition: gsm_08_58.h:105
uint8_t vbs_capable
Definition: gsm_08_58.h:543
uint8_t rxlev_min_def
Definition: gsm_08_58.h:740
Definition: gsm_08_58.h:96
uint8_t reserved_p6
Definition: gsm_08_58.h:712
Definition: gsm_08_58.h:345
Definition: gsm_08_58.h:146
Definition: gsm_08_58.h:349
uint8_t chan_rate
Definition: gsm_08_58.h:392
Definition: gsm_08_58.h:226
uint8_t oct3
Definition: gsm_08_58.h:436
Definition: gsm_08_58.h:117
Definition: gsm_08_58.h:100
uint8_t p6
Definition: gsm_08_58.h:547
uint8_t reserved_l_rxlev_dl
Definition: gsm_08_58.h:693
Definition: gsm_08_58.h:200
Definition: gsm_08_58.h:246
Definition: gsm_08_58.h:251
Definition: gsm_08_58.h:634
Definition: gsm_08_58.h:136
uint8_t sdcch_ho_gsm
Definition: gsm_08_58.h:543
Definition: gsm_08_58.h:191
Definition: gsm_08_58.h:352
Definition: gsm_08_58.h:295
Definition: gsm_08_58.h:141
Definition: gsm_08_58.h:332
RSL Channel Mode IF (Chapter 9.3.6)
Definition: gsm_08_58.h:388
Definition: gsm_08_58.h:126
Definition: gsm_08_58.h:754
Definition: gsm_08_58.h:597
Definition: gsm_08_58.h:158
uint8_t chan_rt
Definition: gsm_08_58.h:391
Definition: gsm_08_58.h:271
Definition: gsm_08_58.h:222
Definition: gsm_08_58.h:256
Definition: gsm_08_58.h:330
Definition: gsm_08_58.h:619
Definition: gsm_08_58.h:674
Definition: gsm_08_58.h:119
Definition: gsm_08_58.h:144
Definition: gsm_08_58.h:331
Definition: gsm_08_58.h:302
Definition: gsm_08_58.h:123
uint8_t reserved_p5
Definition: gsm_08_58.h:708
Definition: gsm_08_58.h:610
struct @36 chan_desc
rsl_ipac_rtp_csd_format_d
Definition: gsm_08_58.h:608
Definition: gsm_08_58.h:149
RSL Channel Identification IE (Chapter 9.3.5)
Definition: gsm_08_58.h:431
Definition: gsm_08_58.h:115
Definition: gsm_08_58.h:127
Definition: gsm_08_58.h:239
uint8_t p5
Definition: gsm_08_58.h:543
Definition: gsm_08_58.h:252
Definition: gsm_08_58.h:197
uint8_t ie_chan
RSL_IE_CHAN_NR (tag)
Definition: gsm_08_58.h:52
Definition: gsm_08_58.h:278
Definition: gsm_08_58.h:108
Definition: gsm_08_58.h:216
Definition: gsm_08_58.h:118
Definition: gsm_08_58.h:101
Definition: gsm_08_58.h:245
rsl_rel_mode
Definition: gsm_08_58.h:645
Definition: gsm_08_58.h:235
Definition: gsm_08_58.h:87
Definition: gsm_08_58.h:225
Definition: gsm_08_58.h:204
Definition: gsm_08_58.h:277
Definition: gsm_08_58.h:125
Definition: gsm_08_58.h:658
Definition: gsm_08_58.h:676
Definition: gsm_08_58.h:301
rsl_mrpci_pwrclass
Definition: gsm_08_58.h:630
uint8_t reserved
Definition: gsm_08_58.h:683
rsl_mrpci_phase
Definition: gsm_08_58.h:637
Definition: gsm_08_58.h:151
Definition: gsm_08_58.h:259
Definition: gsm_08_58.h:192
Definition: gsm_08_58.h:237
uint8_t reserved_n6
Definition: gsm_08_58.h:714
rsl_ipac_speech_mode_s
Definition: gsm_08_58.h:592
Definition: gsm_08_58.h:182
Definition: gsm_08_58.h:240
Definition: gsm_08_58.h:229
Definition: gsm_08_58.h:677
uint8_t command
Definition: gsm_08_58.h:546
uint8_t ms_range_max
Definition: gsm_08_58.h:555
Definition: gsm_08_58.h:133
Definition: gsm_08_58.h:397
Definition: gsm_08_58.h:107
Definition: gsm_08_58.h:91
uint8_t last_block
Definition: gsm_08_58.h:543
Definition: gsm_08_58.h:241
uint8_t spare
Definition: gsm_08_58.h:544
uint8_t chan_nr
RSL channel number (value)
Definition: gsm_08_58.h:43
abis_rsl_msgtype_siemens
Siemens vendor-specific RSL message types.
Definition: gsm_08_58.h:188
uint8_t msg_discr
message discriminator (ABIS_RSL_MDISC_*)
Definition: gsm_08_58.h:34
Definition: gsm_08_58.h:359
Definition: gsm_08_58.h:159
Definition: gsm_08_58.h:227
Definition: gsm_08_58.h:285
uint8_t spd_ind
Definition: gsm_08_58.h:390
Definition: gsm_08_58.h:294
Definition: gsm_08_58.h:135
Definition: gsm_08_58.h:152
Definition: gsm_08_58.h:129
uint8_t gsm_phase
Definition: gsm_08_58.h:543
uint8_t reserved_ho_margin_def
Definition: gsm_08_58.h:742
Definition: gsm_08_58.h:595
Definition: gsm_08_58.h:233
Definition: gsm_08_58.h:147
Definition: gsm_08_58.h:675
Definition: gsm_08_58.h:124
uint8_t h_reqave
Definition: gsm_08_58.h:543
uint8_t n6
Definition: gsm_08_58.h:549
Definition: gsm_08_58.h:261
uint8_t reserved_n5
Definition: gsm_08_58.h:710
Definition: gsm_08_58.h:672
Definition: gsm_08_58.h:218
Definition: gsm_08_58.h:230
Definition: gsm_08_58.h:273
uint8_t chan_nr
RSL channel number (value)
Definition: gsm_08_58.h:53
Definition: gsm_08_58.h:160
Definition: gsm_08_58.h:611
Definition: gsm_08_58.h:640
Definition: gsm_08_58.h:106
Definition: gsm_08_58.h:682
Definition: gsm_08_58.h:165
Definition: gsm_08_58.h:609
uint8_t reserved_l_rxlev_ul
Definition: gsm_08_58.h:691
abis_rsl_msgtype
Definition: gsm_08_58.h:85
Definition: gsm_08_58.h:150
Definition: gsm_08_58.h:215
Definition: gsm_08_58.h:244
Definition: gsm_08_58.h:638
Definition: gsm_08_58.h:264
uint8_t p7
Definition: gsm_08_58.h:551
Definition: gsm_08_58.h:296
Definition: gsm_08_58.h:88
Definition: gsm_08_58.h:588
uint8_t vgcs_capable
Definition: gsm_08_58.h:624
Definition: gsm_08_58.h:221
Definition: gsm_08_58.h:203
Definition: gsm_08_58.h:99
uint8_t reserved_rxlev_ul
Definition: gsm_08_58.h:547
uint8_t n8
Definition: gsm_08_58.h:557
Definition: gsm_08_58.h:243
Definition: gsm_08_58.h:666
Definition: gsm_08_58.h:602
Definition: gsm_08_58.h:228
Definition: gsm_08_58.h:148
uint8_t reserved_rxqual_dl
Definition: gsm_08_58.h:699
Definition: gsm_08_58.h:667
Definition: gsm_08_58.h:594
uint8_t reserved_p8
Definition: gsm_08_58.h:720
Definition: gsm_08_58.h:153
Definition: gsm_08_58.h:358
Definition: gsm_08_58.h:641
Definition: gsm_08_58.h:664
Definition: gsm_08_58.h:130
Definition: gsm_08_58.h:255
Definition: gsm_08_58.h:97
Definition: gsm_08_58.h:220
uint8_t def_bcast
Definition: gsm_08_58.h:545
Definition: gsm_08_58.h:655
Definition: gsm_08_58.h:114
rsl_ipac_rtp_payload
Definition: gsm_08_58.h:583
Definition: gsm_08_58.h:89
Definition: gsm_08_58.h:660
Definition: gsm_08_58.h:276
uint8_t msg_type
message type (abis_rsl_msgtype)
Definition: gsm_08_58.h:35
uint8_t reserved_ms_range
Definition: gsm_08_58.h:703
Definition: gsm_08_58.h:177
Definition: gsm_08_58.h:253
Definition: gsm_08_58.h:109
Definition: gsm_08_58.h:356
Definition: gsm_08_58.h:142
Definition: gsm_08_58.h:224
Definition: gsm_08_58.h:236
Definition: gsm_08_58.h:669
Definition: gsm_08_58.h:339
Definition: gsm_08_58.h:166
Definition: gsm_08_58.h:275
Definition: gsm_08_58.h:670
Definition: gsm_08_58.h:292
uint8_t reserved
Definition: gsm_08_58.h:543
Definition: gsm_08_58.h:262
uint8_t ms_txpwr_max_def
Definition: gsm_08_58.h:547
Definition: gsm_08_58.h:116
Definition: gsm_08_58.h:593
uint8_t reserved_n8
Definition: gsm_08_58.h:722
uint8_t oct4
Definition: gsm_08_58.h:437
Definition: gsm_08_58.h:167
uint8_t rxlev_dl_ih
Definition: gsm_08_58.h:697
Definition: gsm_08_58.h:223
uint8_t ave_method
Definition: gsm_08_58.h:546
Definition: gsm_08_58.h:346
Definition: gsm_08_58.h:90
Definition: gsm_08_58.h:40
uint8_t chan_nr
Definition: gsm_08_58.h:435
Definition: gsm_08_58.h:290
Definition: gsm_08_58.h:281
Definition: gsm_08_58.h:730
Definition: gsm_08_58.h:263
Definition: gsm_08_58.h:173
Definition: gsm_08_58.h:254
Definition: gsm_08_58.h:266
Definition: gsm_08_58.h:297
Definition: gsm_08_58.h:169
uint8_t reserved
Definition: gsm_08_58.h:726
uint8_t l_rxqual_ul_h
Definition: gsm_08_58.h:551
Definition: gsm_08_58.h:291
uint8_t reserved0
Definition: gsm_08_58.h:731
uint8_t n5
Definition: gsm_08_58.h:545
Definition: gsm_08_58.h:162
Definition: gsm_08_58.h:170
uint8_t s
Definition: gsm_08_58.h:733
Definition: gsm_08_58.h:156
Definition: gsm_08_58.h:739
uint8_t ba_used
Definition: gsm_08_58.h:545
uint8_t n7
Definition: gsm_08_58.h:553
Definition: gsm_08_58.h:338
Definition: gsm_08_58.h:190
Definition: gsm_08_58.h:270
Definition: gsm_08_58.h:140
uint8_t l_rxlev_ul_h
Definition: gsm_08_58.h:543
Definition: gsm_08_58.h:354
Definition: gsm_08_58.h:128
Definition: gsm_08_58.h:280
enum abis_rsl_msgtype __attribute__
uint8_t reserved_ho
Definition: gsm_08_58.h:724
uint8_t ie_link_id
RSL_IE_LINK_IDENT (tag)
Definition: gsm_08_58.h:44
Definition: gsm_08_58.h:282
Definition: gsm_08_58.h:134
Definition: gsm_08_58.h:337
Definition: gsm_08_58.h:164
Definition: gsm_08_58.h:181
Definition: gsm_08_58.h:139
Definition: gsm_08_58.h:231
Definition: gsm_08_58.h:586
uint8_t reserved_rxlev_dl
Definition: gsm_08_58.h:549
Definition: gsm_08_58.h:219
uint8_t sdcch_ho_umts
Definition: gsm_08_58.h:749
Definition: gsm_08_58.h:250
uint8_t chan_nr
RSL channel number (value)
Definition: gsm_08_58.h:61
Definition: gsm_08_58.h:217
Definition: gsm_08_58.h:179
uint8_t len
Definition: gsm_04_11.h:434
Definition: gsm_08_58.h:189
Definition: gsm_08_58.h:193
Definition: gsm_08_58.h:671
uint8_t l_rxlev_dl_h
Definition: gsm_08_58.h:545
Definition: gsm_08_58.h:633
uint8_t rxlev_ul_ih
Definition: gsm_08_58.h:695
Definition: gsm_08_58.h:652
Definition: gsm_08_58.h:110
Definition: gsm_08_58.h:113
Definition: gsm_08_58.h:355
Definition: gsm_08_58.h:145
Definition: gsm_08_58.h:604
Definition: gsm_08_58.h:138
Definition: gsm_08_58.h:678
Definition: gsm_08_58.h:347
Definition: gsm_08_58.h:163
Definition: gsm_08_58.h:656
Definition: gsm_08_58.h:360
uint8_t l_rxqual_dl_h
Definition: gsm_08_58.h:551
Definition: gsm_08_58.h:214
Definition: gsm_08_58.h:299
Definition: gsm_08_58.h:95
Definition: gsm_08_58.h:198
Definition: gsm_08_58.h:665
uint8_t reserved_rxlqual_ul
Definition: gsm_08_58.h:551
Definition: gsm_08_58.h:269
Definition: gsm_08_58.h:585
Definition: gsm_08_58.h:351
Definition: gsm_08_58.h:176
Definition: gsm_08_58.h:171
uint8_t reserved_p7
Definition: gsm_08_58.h:716
Definition: gsm_08_58.h:300
Definition: gsm_08_58.h:348
Definition: gsm_08_58.h:399
Definition: gsm_08_58.h:617
uint8_t reserved_rxlev_min_def
Definition: gsm_08_58.h:543
Definition: gsm_08_58.h:58
Definition: gsm_08_58.h:267
Definition: gsm_08_58.h:257
Definition: gsm_08_58.h:654
uint8_t bcch_freq
Definition: gsm_08_58.h:545
RSL Cell Broadcast Command (Chapter 9.3.45)
Definition: gsm_08_58.h:544
uint8_t h_reqt
Definition: gsm_08_58.h:686
rsl_ipac_rtp_csd_format_ir
Definition: gsm_08_58.h:615
Definition: gsm_08_58.h:647
Definition: gsm_08_58.h:194
Definition: gsm_08_58.h:50
Definition: gsm_08_58.h:748
Definition: gsm_08_58.h:111
Definition: gsm_08_58.h:344
Definition: gsm_08_58.h:298
rsl_cmod_spd
Definition: gsm_08_58.h:396
Definition: gsm_08_58.h:157
Definition: gsm_08_58.h:202
Definition: gsm_08_58.h:668
uint8_t param_id
Definition: gsm_08_58.h:543
Definition: gsm_08_58.h:653
abis_rsl_ie
RSL Information Element Identifiers (Chapter 9.3)
Definition: gsm_08_58.h:213
uint8_t ho_interval
Definition: gsm_08_58.h:559
Definition: gsm_08_58.h:361
Definition: gsm_08_58.h:635
Definition: gsm_08_58.h:663
uint8_t meas_rep_mode
Definition: gsm_08_58.h:755
Definition: gsm_08_58.h:657
Definition: gsm_08_58.h:646
Definition: gsm_08_58.h:172
Definition: gsm_08_58.h:268
uint8_t link_id
RSL link identifier (value)
Definition: gsm_08_58.h:45
Definition: gsm_08_58.h:587
Definition: gsm_08_58.h:178
Definition: gsm_08_58.h:131
Definition: gsm_08_58.h:350
uint8_t data[0]
actual payload data
Definition: gsm_08_58.h:36
RSL common header.
Definition: gsm_08_58.h:33
Definition: gsm_08_58.h:94
uint8_t p8
Definition: gsm_08_58.h:555
uint8_t reserved1
Definition: gsm_08_58.h:545
uint8_t reserved_ms_txpwr_max_def
Definition: gsm_08_58.h:744
Definition: gsm_08_58.h:199
rsl_ipac_embedded_ie
ip.access specific embedded information elements
Definition: gsm_08_58.h:651
Definition: gsm_08_58.h:92
Definition: gsm_08_58.h:260
Definition: gsm_08_58.h:623
abis_rsl_msgtype_ericsson
Ericsson vendor-specific RSL message types.
Definition: gsm_08_58.h:208
Definition: gsm_08_58.h:232
Definition: gsm_08_58.h:175
Definition: gsm_08_58.h:238
Definition: gsm_08_58.h:161
Definition: gsm_08_58.h:209
Definition: gsm_08_58.h:631
Definition: gsm_08_58.h:632
Definition: gsm_08_58.h:137
Definition: gsm_08_58.h:196
Definition: gsm_08_58.h:707
Definition: gsm_08_58.h:618
Definition: gsm_08_58.h:293
Definition: gsm_08_58.h:662
Definition: gsm_08_58.h:168
Definition: gsm_08_58.h:612
Definition: gsm_08_58.h:659
Definition: gsm_08_58.h:603
uint8_t bsic
Definition: gsm_08_58.h:543
Definition: gsm_08_58.h:279
rsl_ipac_speech_mode_m
Definition: gsm_08_58.h:601
uint32_t meas_mode_flags
Definition: gsm_08_58.h:756
Definition: gsm_08_58.h:143
uint8_t ie_chan
RSL_IE_CHAN_NR (tag)
Definition: gsm_08_58.h:42
uint8_t iei
Definition: gsm_08_58.h:434
Definition: gsm_08_58.h:247
Definition: gsm_08_58.h:249
uint8_t ho_margin_def
Definition: gsm_08_58.h:545
Definition: gsm_08_58.h:598
Definition: gsm_08_58.h:357
uint8_t dtx_dtu
Definition: gsm_08_58.h:389
Definition: gsm_08_58.h:184
Definition: gsm_08_58.h:234
Definition: gsm_08_58.h:287
Definition: gsm_08_58.h:104
Definition: gsm_08_58.h:286
uint8_t ie_chan
RSL_IE_CHAN_NR (tag)
Definition: gsm_08_58.h:60
Definition: gsm_08_58.h:288
Definition: gsm_08_58.h:353
Definition: gsm_08_58.h:265
Definition: gsm_08_58.h:398
Definition: gsm_08_58.h:122
struct abis_rsl_common_hdr c
Definition: gsm_08_58.h:543
Definition: gsm_08_58.h:180
uint8_t power_class
Definition: gsm_08_58.h:543
Definition: gsm_08_58.h:690
Definition: gsm_08_58.h:93
Definition: gsm_08_58.h:195
uint8_t reserved_n7
Definition: gsm_08_58.h:718
Definition: gsm_08_58.h:596
Definition: gsm_08_58.h:201
Definition: gsm_08_58.h:616
Definition: gsm_08_58.h:248
Definition: gsm_08_58.h:584
Definition: gsm_08_58.h:258
Definition: gsm_08_58.h:661