aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bts.h b/src/bts.h
index f2b992bd..1a6d259a 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -182,6 +182,8 @@ struct gprs_rlcmac_bts {
/* list of downlink TBFs */
struct llist_head dl_tbfs;
+ /* State for dynamic algorithm selection */
+ int multislot_disabled;
/**
* Point back to the C++ object. This is used during the transition