diff options
author | Harald Welte <laforge@gnumonks.org> | 2019-02-03 00:42:23 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2019-02-05 09:24:17 +0000 |
commit | 71806ddb29f5acc2ea78a08756ff2b82fd6d618e (patch) | |
tree | 211445c29e66a9e57e721985018ce01186a09def /include/osmocom/gsm/protocol | |
parent | cf2caeb4d4efc8e3fd78478ee9a4a2d59a0dfe5f (diff) |
gsm_08_08.h: Add IEI definitions from Release 15
Change-Id: If3649606ba7c25121e30ed02939ca08c94665be5
Diffstat (limited to 'include/osmocom/gsm/protocol')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_08_08.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_08_08.h b/include/osmocom/gsm/protocol/gsm_08_08.h index 33f3a6f2..721da331 100644 --- a/include/osmocom/gsm/protocol/gsm_08_08.h +++ b/include/osmocom/gsm/protocol/gsm_08_08.h @@ -298,6 +298,11 @@ enum GSM0808_IE_CODING { GSM0808_IE_CN_TO_MS_TRANSP_INFO = 0x93, GSM0808_IE_SELECTED_PLMN_ID = 0x94, GSM0808_IE_LAST_USED_EUTRAN_PLMN_ID = 0x95, + GSM0808_IE_OLD_LAI = 0x96, + GSM0808_IE_ATTACH_INDICATOR = 0x97, + GSM0808_IE_SELECTED_OPERATOR = 0x98, + GSM0808_IE_PS_REGISTERED_OPERATOR = 0x99, + GSM0808_IE_CS_REGISTERED_OPERATOR = 0x9a, }; /* 3GPP TS 48.008 3.2.3 Signalling Field Element Coding */ |