lynxis lazus submitted this change.

View Change

Approvals: pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified daniel: Looks good to me, but someone else must approve lynxis lazus: Looks good to me, approved
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.

Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: If996ccf48781f9dc8872f314f327b89a51f5a312
Gerrit-Change-Number: 38631
Gerrit-PatchSet: 4
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>