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 */