lynxis lazus submitted this change.
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(-)
diff --git a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
index e7c4d7c..4df4585 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 change 38631. To unsubscribe, or for help writing mail filters, visit settings.