lynxis lazus has submitted this change. (
https://gerrit.osmocom.org/c/libosmocore/+/38630?usp=email )
Change subject: gsm 04.08: add GSM48 IE GMM_ADD_IDENTITY/RAI2
......................................................................
gsm 04.08: add GSM48 IE GMM_ADD_IDENTITY/RAI2
Both IEs are used for 4G to 2G mobility.
Change-Id: I1861bae4b9c89a19500322de5670df1d46a6cd81
---
M include/osmocom/gsm/protocol/gsm_04_08_gprs.h
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
daniel: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
index 2671aaf..e7c4d7c 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
@@ -87,6 +87,8 @@
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_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 */
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/38630?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I1861bae4b9c89a19500322de5670df1d46a6cd81
Gerrit-Change-Number: 38630
Gerrit-PatchSet: 3
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-CC: pespin <pespin(a)sysmocom.de>