summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte2010-03-04 15:15:37 +0100
committerHarald Welte2010-03-04 15:15:37 +0100
commit4e1287938eba4d77d6464261aa20d185d2765f22 (patch)
tree0583a938448d4bb3029286b563785d4e9f3d649f /include
parentupdate GSMTAP to version 0x02 (diff)
downloadlibosmocore-4e1287938eba4d77d6464261aa20d185d2765f22.tar.gz
libosmocore-4e1287938eba4d77d6464261aa20d185d2765f22.tar.xz
libosmocore-4e1287938eba4d77d6464261aa20d185d2765f22.zip
add GSTMAP ARCFCN flag bits
Diffstat (limited to 'include')
-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 d6d40ba..dcd64bd 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 {