aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManawyrm <git@tbspace.de>2023-09-19 01:54:29 +0200
committerlaforge <laforge@osmocom.org>2023-09-20 16:10:57 +0000
commit522f51b9d891c1ada1867900686ae7a368ad2245 (patch)
treef4144344eae8f9438f5c92f6c555c41e6c4989e7
parentae07127f736dbf43bba6ecf2f32dcc188a534bc6 (diff)
gsmtap.h: Add definitions for ISDN PPP sub-type
This change adds a new sub-type for PPP in GSMTAP_TYPE_E1T1. Change-Id: I17137167b2c74b6c5e53459743b6e140fc1a4386
-rw-r--r--include/osmocom/core/gsmtap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/gsmtap.h b/include/osmocom/core/gsmtap.h
index 2387b20d..ebb52960 100644
--- a/include/osmocom/core/gsmtap.h
+++ b/include/osmocom/core/gsmtap.h
@@ -185,6 +185,7 @@
#define GSMTAP_E1T1_V120 0x08 /* V.120 B-channel data */
#define GSMTAP_E1T1_V110 0x09 /* V.110 B-channel data */
#define GSMTAP_E1T1_H221 0x0a /* H.221 B-channel data */
+#define GSMTAP_E1T1_PPP 0x0b /* PPP */
/* flags for the ARFCN */
#define GSMTAP_ARFCN_F_PCS 0x8000