Change in libosmocore[master]: GSMTAP: add definitions for LTE NAS subtypes

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Oct 8 06:29:04 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/11262 )

Change subject: GSMTAP: add definitions for LTE NAS subtypes
......................................................................

GSMTAP: add definitions for LTE NAS subtypes

Wireshark GSMTAP dissector has LTE NAS subtypes for plain NAS messages
and NAS messages with security header. This commit adds definition for
these subtypes.

Change-Id: I49d15fb13299c1bcbe0fb7e50bf222294c7a49ef
---
M include/osmocom/core/gsmtap.h
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/include/osmocom/core/gsmtap.h b/include/osmocom/core/gsmtap.h
index 9e3db0b..9c2965b 100644
--- a/include/osmocom/core/gsmtap.h
+++ b/include/osmocom/core/gsmtap.h
@@ -272,6 +272,14 @@
 	GSMTAP_LTE_RRC_SUB_MAX
 };
 
+/* LTE NAS message types */
+enum {
+	GSMTAP_LTE_NAS_PLAIN = 0,
+	GSMTAP_LTE_NAS_SEC_HEADER,
+
+	GSMTAP_LTE_NAS_SUB_MAX
+};
+
 /* ====== DO NOT MAKE UNAPPROVED MODIFICATIONS HERE ===== */
 /*! Structure of the GTMTAP pseudo-header */
 struct gsmtap_hdr {

-- 
To view, visit https://gerrit.osmocom.org/11262
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I49d15fb13299c1bcbe0fb7e50bf222294c7a49ef
Gerrit-Change-Number: 11262
Gerrit-PatchSet: 1
Gerrit-Owner: Shinjo Park <peremen at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Shinjo Park <peremen at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181008/db5ccf5d/attachment.htm>


More information about the gerrit-log mailing list