aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-10-06 17:59:57 +0200
committerpespin <pespin@sysmocom.de>2021-10-07 12:11:52 +0000
commite525584f3ad8f937c8d5c04b11e6855195e2038e (patch)
tree93408f2ba61c46f81cb1039d0c8f58d1a6d85a8e /src/common
parente4d60ff8ffb60719facb38f1e7acfeab1ffde7e1 (diff)
Move lchan,power_ctrl specific code from gsm_data.h to their own files
Let's split all lchan and power_control specific stuff into their own headers, it helps finding out data and operations available related to them. We already have similar classification in osmo-bsc. Change-Id: I6424dcbd2e329fc1a516f8886359554ed7e9487e
Diffstat (limited to 'src/common')
-rw-r--r--src/common/lchan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/lchan.c b/src/common/lchan.c
index 3b99fc50..cd99be72 100644
--- a/src/common/lchan.c
+++ b/src/common/lchan.c
@@ -21,7 +21,7 @@
#include <osmocom/core/logging.h>
#include <osmo-bts/logging.h>
-#include <osmo-bts/gsm_data.h>
+#include <osmo-bts/lchan.h>
#include <osmo-bts/bts.h>
#include <osmo-bts/rsl.h>