lynxis lazus has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/38631?usp=email )
Change subject: gsm 04.08: add P-TMSI type values
......................................................................
gsm 04.08: add P-TMSI type values
Change-Id: If996ccf48781f9dc8872f314f327b89a51f5a312
---
M include/osmocom/gsm/protocol/gsm_04_08_gprs.h
1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/31/38631/1
diff --git a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
index 99808b6..7477397 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
@@ -514,3 +514,10 @@
/* octet 16 */
uint8_t guar_bitrate_down_ext;
};
+
+/* TS 24.008 Table 10.5.5.29 */
+enum gsm48_ptsmi_type {
+ PTMSI_TYPE_NATIVE = 0x00,
+ PTMSI_TYPE_MAPPED = 0x01,
+}
+
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/38631?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: If996ccf48781f9dc8872f314f327b89a51f5a312
Gerrit-Change-Number: 38631
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>