diff options
| author | Harald Welte <laforge@gnumonks.org> | 2017-11-23 22:30:36 +0100 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2017-11-23 22:30:57 +0100 | 
| commit | f9b1e5556a43738322b8a566beec7bc93d120fdd (patch) | |
| tree | 29b9ed2b56158392d13221532c3b6b616ba513f0 /include/osmocom/core | |
| parent | ebd3cddb4c75b284b0d3345ab81980f8f4b44b62 (diff) | |
gsmtap.h: Introduce new GSMTAP type for LTE NAS messages
Change-Id: I6e1274f17e2d9d2eee16481940642216ca96e3e3
Diffstat (limited to 'include/osmocom/core')
| -rw-r--r-- | include/osmocom/core/gsmtap.h | 1 | 
1 files changed, 1 insertions, 0 deletions
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 ===== */  | 
