aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gb_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/gb_proxy.h')
-rw-r--r--openbsc/include/openbsc/gb_proxy.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gb_proxy.h b/openbsc/include/openbsc/gb_proxy.h
index c1882f383..1e8158b60 100644
--- a/openbsc/include/openbsc/gb_proxy.h
+++ b/openbsc/include/openbsc/gb_proxy.h
@@ -10,6 +10,8 @@
#include <sys/types.h>
#include <regex.h>
+#define GBPROXY_INIT_VU_GEN_TX 256
+
struct rate_ctr_group;
struct gprs_gb_parse_context;
struct tlv_parsed;
@@ -148,11 +150,12 @@ struct gbproxy_link_info {
int imsi_acq_pending;
struct llist_head stored_msgs;
- int imsi_acq_retries;
+ unsigned vu_gen_tx_bss;
int is_deregistered;
int imsi_matches;
+
};