diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-06-15 09:32:14 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-06-15 09:32:14 +0200 |
commit | 639f74bdf4d0107f04c30691e2e7749150541681 (patch) | |
tree | b86a205e08c7e1af2e410ee21a041cb33d51ccff /include | |
parent | d005eabe16b8621b125454fc356ec85e37908b06 (diff) |
[GSM 04.08] add more RR IEIs
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocore/protocol/gsm_04_08.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/osmocore/protocol/gsm_04_08.h b/include/osmocore/protocol/gsm_04_08.h index c79b1d03..03cee003 100644 --- a/include/osmocore/protocol/gsm_04_08.h +++ b/include/osmocore/protocol/gsm_04_08.h @@ -526,6 +526,15 @@ struct gsm48_imsi_detach_ind { #define GSM48_IE_CHANMODE_7 0x17 #define GSM48_IE_CHANMODE_8 0x18 #define GSM48_IE_CHANDESC_2 0x64 +#define GSM48_IE_MA_AFTER 0x72 +#define GSM48_IE_START_TIME 0x7c +#define GSM48_IE_FREQ_L_BEFORE 0x19 +#define GSM48_IE_CH_DESC_1_BEFORE 0x1c +#define GSM48_IE_CH_DESC_2_BEFORE 0x1d +#define GSM48_IE_F_CH_SEQ_BEFORE 0x1e +#define GSM48_IE_MA_BEFORE 0x21 +#define GSM48_IE_VGCS_T_MODE_I 0x01 + /* FIXME */ /* Section 10.5.4.23 / Table 10.5.130 */ |