gsmtap: Add GSMTAP_TYPE_QC_DIAG

This adds a definition for wrapping Qualcomm DIAG frames into GSMTAP for
transporting them over an IP network.

Change-Id: I1b357b7d11a370685671c7b01e55f4f36dec2f25
This commit is contained in:
Harald Welte 2017-01-07 13:27:54 +01:00
parent c0c8432345
commit ebcf02de6c
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
#define GSMTAP_TYPE_LTE_MAC 0x0e /* LTE MAC interface */
#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 */
/* ====== DO NOT MAKE UNAPPROVED MODIFICATIONS HERE ===== */