aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2020-12-02 19:33:50 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2020-12-04 01:31:05 +0100
commite8c8ec9683d909b32f1c5474e616fe24e6ef524c (patch)
treec1cb82ea34219ce3b34664e3d78dd7903a6a8737 /include
parent55253716d24f079662e749240f6ff6ebd99cecb6 (diff)
gbproxy: Add BVC log filters
Since gbproxy doesn't use bssgp_rcvmsg from libosmocore we need to implement our own filtering. Change-Id: I4d1b57b89990945d307f27a58a7f630be0253d5b Related: SYS#5232
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/sgsn/gb_proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/sgsn/gb_proxy.h b/include/osmocom/sgsn/gb_proxy.h
index fae95c160..b3a9a6cf7 100644
--- a/include/osmocom/sgsn/gb_proxy.h
+++ b/include/osmocom/sgsn/gb_proxy.h
@@ -15,6 +15,9 @@
#define GBPROXY_INIT_VU_GEN_TX 256
+/* BVCI uses 16 bits */
+#define BVC_LOG_CTX_FLAG (1<<17)
+
struct rate_ctr_group;
struct gprs_gb_parse_context;
struct tlv_parsed;