daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/38825?usp=email )
Change subject: gsm_04_08: Add IEs seen during 4G->2G RAU ......................................................................
gsm_04_08: Add IEs seen during 4G->2G RAU
Change-Id: Id5c2f4b2ef4a78f694d8232b9c2f45b0fdc10617 --- M include/osmocom/gsm/protocol/gsm_04_08_gprs.h 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/25/38825/1
diff --git a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h index 4df4585..b9d8b74 100644 --- a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h +++ b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h @@ -104,6 +104,8 @@ 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_T3346 = 0x3A, /* 10.5.7.4 */ + GSM48_IE_GMM_UE_NET_CAP = 0x58, /* 10.5.5.26 */ + GSM48_IE_GMM_VD_PREF_UE_USAGE = 0x5d, /* 10.5.5.28 */ GSM48_IE_GMM_NET_FEAT_SUPPORT = 0xB0, /* 10.5.5.23 */ };