diff options
author | Harald Welte <laforge@gnumonks.org> | 2019-02-03 00:37:20 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2019-02-05 09:24:17 +0000 |
commit | cf2caeb4d4efc8e3fd78478ee9a4a2d59a0dfe5f (patch) | |
tree | 10a74cd89a46deedbb7c68065e08761af973f8c6 /include | |
parent | 0fd615fd7b701fc0b3fd7f96429691e3eaa5a877 (diff) |
Extend gsm_04_08.h with CSFB related definitiosn form 44.018 Rel 15
These are some IEI definitions that we'll need for CSFB Fast Return
Change-Id: I0e101af316438b56d63d43fc2cb16d7caf563d07
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_04_08.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h index fbd4fe6a..c052e4c8 100644 --- a/include/osmocom/gsm/protocol/gsm_04_08.h +++ b/include/osmocom/gsm/protocol/gsm_04_08.h @@ -1770,8 +1770,10 @@ static inline const char *osmo_lu_type_name(uint8_t lu_type) #define GSM48_IE_GROUP_CHDES 0x74 #define GSM48_IE_BA_LIST_PREF 0x75 #define GSM48_IE_MOB_OVSERV_DIF 0x77 +#define GSM48_IE_CELL_SEL_IND_AFTER_REL 0x77 /* 44.018 Section 9.1.7 */ #define GSM48_IE_REALTIME_DIFF 0x7b #define GSM48_IE_START_TIME 0x7c +#define GSM48_IE_INDIVIDUAL_PRIORITIES 0x7c /* 44.018 Section 9.1.7 */ #define GSM48_IE_TIMING_ADVANCE 0x7d #define GSM48_IE_GROUP_CIP_SEQ 0x80 #define GSM48_IE_CIP_MODE_SET 0x90 |