aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/gsmtap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocore/gsmtap.h')
-rw-r--r--include/osmocore/gsmtap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocore/gsmtap.h b/include/osmocore/gsmtap.h
index d6d40ba7..dcd64bdf 100644
--- a/include/osmocore/gsmtap.h
+++ b/include/osmocore/gsmtap.h
@@ -44,6 +44,10 @@
#define GSMTAP_CHANNEL_TCH_H 0x0a
#define GSMTAP_CHANNEL_ACCH 0x80
+#define GSMTAP_ARFCN_F_PCS 0x8000
+#define GSMTAP_ARFCN_F_UPLINK 0x4000
+#define GSMTAP_ARFCN_MASK 0x3fff
+
#define GSMTAP_UDP_PORT 4729
struct gsmtap_hdr {