gsmtap.h: Introduce new GSMTAP type for LTE NAS messages

Change-Id: I6e1274f17e2d9d2eee16481940642216ca96e3e3
This commit is contained in:
Harald Welte 2017-11-23 22:30:36 +01:00
parent ebd3cddb4c
commit f9b1e5556a
1 changed files with 1 additions and 0 deletions

View File

@ -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 ===== */