aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/sysinfo.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-07-03 17:27:01 +0200
committerpespin <pespin@sysmocom.de>2020-07-14 09:44:06 +0000
commit122ff83dd06e0a839dccc6d7a25ff87e69875784 (patch)
treee2b1df943e23ea8c96169c82a7554e9c34901ad8 /src/common/sysinfo.c
parentd5107c05836f3517958dd76abfa51cfc39a93f49 (diff)
Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.*
Move all struct gsm_bts_trx references from bulky gsm_data to its own file containing all related definitions and implementations. Also move a few functions clearly related to that object which were placed in bts.* Change-Id: Iebaf5b221c48b571f45408af867ce6f9c0cd9f4a
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 4a86c4e7..e35caeb4 100644
--- a/src/common/sysinfo.c
+++ b/src/common/sysinfo.c
@@ -26,6 +26,7 @@
#include <osmo-bts/gsm_data.h>
#include <osmo-bts/pcu_if.h>
#include <osmo-bts/bts.h>
+#include <osmo-bts/bts_trx.h>
/* properly increment SI2q index and return SI2q data for scheduling */
static inline uint8_t *get_si2q_inc_index(struct gsm_bts *bts)