aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/bts.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-08 01:22:37 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-08 01:23:04 +0300
commit6a97cd39b6ba9372240e24e44cc3c6a0d89532e9 (patch)
tree7a473a84fb51c7d53c5fe6d2f2179a9341f16504 /include/osmocom/bsc/bts.h
parent6c33014bb9f6f93cc620532241529d4c93e7aa6d (diff)
Move power control related definitions to power_control.h
Now that we have separate header/code files for the power control, let's move the related definitions there. This change makes the code consistent with osmo-bts, where it's already done this way. Change-Id: I1cb3f6bfba0306e8f371dcd5162d1813beb3a088
Diffstat (limited to 'include/osmocom/bsc/bts.h')
-rw-r--r--include/osmocom/bsc/bts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/bts.h b/include/osmocom/bsc/bts.h
index c4ee39daf..cd0f8cbe0 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -12,6 +12,7 @@
#include <osmocom/abis/e1_input.h>
+#include "osmocom/bsc/power_control.h"
#include "osmocom/bsc/gsm_data.h"
#include "osmocom/bsc/bts_trx.h"
#include "osmocom/bsc/bts_sm.h"