aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-18 12:45:29 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-19 16:28:13 +0100
commita45aafd39cc1696b4850644cb3de5f79f6880da3 (patch)
tree74e120f49f29838674272bda085ebc92b292de0d /src/bts.h
parent2182e627cda3ada77a203f9549260046278caf0e (diff)
Get rid of bts singletons
There's no BTS single global object anymore, get rid of those APIs. Move users to use "pcu->bts", which will evolve to a linked list in the future. Change-Id: I9cf762b0d3cb9e2cc3582727e07fa82c8e183ec5
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bts.h b/src/bts.h
index d3163700..8d069392 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -318,9 +318,6 @@ static inline void bts_stat_item_add(struct gprs_rlcmac_bts *bts, unsigned int s
struct gprs_rlcmac_bts *bts_alloc(struct gprs_pcu *pcu);
-struct gprs_rlcmac_bts *bts_main_data();
-struct rate_ctr_group *bts_main_data_stats();
-struct osmo_stat_item_group *bts_main_data_stat_items();
void bts_recalc_initial_cs(struct gprs_rlcmac_bts *bts);
void bts_recalc_initial_mcs(struct gprs_rlcmac_bts *bts);
void bts_recalc_max_cs(struct gprs_rlcmac_bts *bts);