aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/sysinfo.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-07-03 16:43:51 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-07-05 18:18:16 +0200
commit9b47b27d4f388c417df10047edb79076c31bea69 (patch)
tree29e98001a1894563f43c1df5558e7abff8d189e0 /src/common/sysinfo.c
parent23fd316dea2b3f949d03d8578b920a3d4ff2f3a9 (diff)
Move gsm_bts code gsm-data.* => bts.*
bts.h refers to struct gsm_bts object, but we still had a bunch of stuff in bulky gsm_data.* from old days. Let's move stuff where it belongs to start clean up of gsm_data. Change-Id: I0a4219e3f64f625ee8b364bf408b8d2bcc8085c5
Diffstat (limited to 'src/common/sysinfo.c')
-rw-r--r--src/common/sysinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sysinfo.c b/src/common/sysinfo.c
index f5bc3c88..4a86c4e7 100644
--- a/src/common/sysinfo.c
+++ b/src/common/sysinfo.c
@@ -25,6 +25,7 @@
#include <osmo-bts/logging.h>
#include <osmo-bts/gsm_data.h>
#include <osmo-bts/pcu_if.h>
+#include <osmo-bts/bts.h>
/* properly increment SI2q index and return SI2q data for scheduling */
static inline uint8_t *get_si2q_inc_index(struct gsm_bts *bts)