From f9b1e5556a43738322b8a566beec7bc93d120fdd Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 23 Nov 2017 22:30:36 +0100 Subject: gsmtap.h: Introduce new GSMTAP type for LTE NAS messages Change-Id: I6e1274f17e2d9d2eee16481940642216ca96e3e3 --- include/osmocom/core/gsmtap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom') diff --git a/include/osmocom/core/gsmtap.h b/include/osmocom/core/gsmtap.h index c2261853..7a14ba90 100644 --- a/include/osmocom/core/gsmtap.h +++ b/include/osmocom/core/gsmtap.h @@ -47,6 +47,7 @@ #define GSMTAP_TYPE_LTE_MAC_FRAMED 0x0f /* LTE MAC with context hdr */ #define GSMTAP_TYPE_OSMOCORE_LOG 0x10 /* libosmocore logging */ #define GSMTAP_TYPE_QC_DIAG 0x11 /* Qualcomm DIAG frame */ +#define GSMTAP_TYPE_LTE_NAS 0x12 /* LTE Non-Access Stratum */ /* ====== DO NOT MAKE UNAPPROVED MODIFICATIONS HERE ===== */ -- cgit v1.2.3