lynxis lazus has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/38996?usp=email )
Change subject: gsm48: add additional GSM 24.008 IE for GMM
......................................................................
gsm48: add additional GSM 24.008 IE for GMM
Add release 17 GMM IEs
Change-Id: I4824a319948f1088137c13d1cf610a1b1c2529f2
---
M include/osmocom/gsm/protocol/gsm_04_08_gprs.h
1 file changed, 16 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/96/38996/1
diff --git a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
index b9d8b74..6ba92c2 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
@@ -81,31 +81,42 @@
#define GSM48_MT_GMM_SERVICE_REJ 0x0e
enum gsm48_gprs_ie_mm {
- GSM48_IE_GMM_CIPH_CKSN = 0x08, /* 10.5.1.2 */
- GSM48_IE_GMM_PTMSI_TYPE = 0x0e, /* 10.5.5.29 */
- GSM48_IE_GMM_TMSI_BASED_NRI_C = 0x10, /* 10.5.5.31 */
+ GSM48_IE_GMM_CIPH_CKSN = 0x08, /* 10.5.1.2 */
+ GSM48_IE_GMM_TMSI_STATUS = 0x09, /* 10.5.5.4 */
+ GSM48_IE_GMM_MS_NET_FEAT_SUP = 0x0c, /* 10.5.1.15 */
+ GSM48_IE_GMM_DEVICE_PROP = 0x0d, /* 10.5.7.8 */
+ GSM48_IE_GMM_PTMSI_TYPE = 0x0e, /* 10.5.5.29 */
+ GSM48_IE_GMM_ADD_UPDATE_TYPE = 0x0f, /* 10.5.5.0 */
+ GSM48_IE_GMM_TMSI_BASED_NRI_C = 0x10, /* 10.5.5.31 */
+ GSM48_IE_GMM_MS_CLASSMARK2 = 0x11, /* 10.5.1.6 */
+ GSM48_IE_GMM_OLD_LAI = 0x14, /* 10.5.5.30 */
GSM48_IE_GMM_TIMER_READY = 0x17, /* 10.5.7.3 */
GSM48_IE_GMM_ALLOC_PTMSI = 0x18, /* 10.5.1.4 */
GSM48_IE_GMM_PTMSI_SIG = 0x19, /* 10.5.5.8 */
GSM48_IE_GMM_ADD_IDENTITY = 0x1a, /* 10.5.1.4 */
GSM48_IE_GMM_RAI2 = 0x1b, /* 10.5.5.15a */
+ GSM48_IE_GMM_MS_CLASSMARK3 = 0x20, /* 10.5.1.7 */
GSM48_IE_GMM_AUTH_RAND = 0x21, /* 10.5.3.1 */
GSM48_IE_GMM_AUTH_SRES = 0x22, /* 10.5.3.2 */
GSM48_IE_GMM_IMEISV = 0x23, /* 10.5.1.4 */
GSM48_IE_GMM_CAUSE = 0x25, /* 10.5.5.14 */
- GSM48_IE_GMM_RX_NPDU_NUM_LIST = 0x26, /* 10.5.5.11 */
+ GSM48_IE_GMM_RX_NPDU_NUM_LIST = 0x26, /* 10.5.5.11 */
GSM48_IE_GMM_DRX_PARAM = 0x27, /* 10.5.5.6 */
GSM48_IE_GMM_AUTN = 0x28, /* 10.5.3.1.1 */
- GSM48_IE_GMM_AUTH_RES_EXT = 0x29, /* 10.5.3.2.1 */
+ GSM48_IE_GMM_AUTH_RES_EXT = 0x29, /* 10.5.3.2.1 */
GSM48_IE_GMM_TIMER_T3302 = 0x2A, /* 10.5.7.4 */
GSM48_IE_GMM_AUTH_FAIL_PAR = 0x30, /* 10.5.3.2.2 */
GSM48_IE_GMM_MS_NET_CAPA = 0x31, /* 10.5.5.12 */
GSM48_IE_GMM_PDP_CTX_STATUS = 0x32, /* 10.5.7.1 */
GSM48_IE_GMM_PS_LCS_CAPA = 0x33, /* 10.5.5.22 */
GSM48_IE_GMM_GMM_MBMS_CTX_ST = 0x35, /* 10.5.7.6 */
+ GSM48_IE_GMM_TIMER_T3312_EXT = 0x39, /* 10.5.7.4a */
GSM48_IE_GMM_TIMER_T3346 = 0x3A, /* 10.5.7.4 */
+ GSM48_IE_GMM_SUPP_CODEC_LIST = 0x40, /* 10.5.4.32 */
GSM48_IE_GMM_UE_NET_CAP = 0x58, /* 10.5.5.26 */
GSM48_IE_GMM_VD_PREF_UE_USAGE = 0x5d, /* 10.5.5.28 */
+ GMM48_IE_GMM_TIMER_T3324 = 0x6a, /* 10.5.7.4 */
+ GSM48_IE_GMM_EXT_DRX_PARAMS = 0x6e, /* 10.5.5.32 */
GSM48_IE_GMM_NET_FEAT_SUPPORT = 0xB0, /* 10.5.5.23 */
};
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/38996?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I4824a319948f1088137c13d1cf610a1b1c2529f2
Gerrit-Change-Number: 38996
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>