aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-02-15 14:18:06 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-15 14:18:06 +0100
commitf58542899a91d1db0bbe9966ae98ccdf449f45d0 (patch)
tree4bb1cedd56f6d067d936c7e2830afea32c1c36ef /src/osmo-bts-trx/main.c
parent5f17720fcd3285d75c32359fbbe35e5ffa720778 (diff)
parent1a5b00ebe28b5ff569a5354cf5784e5644e88d98 (diff)
Merge branch 'laforge/trx-split'
This splits the TRX scheduler into a generic part and an osmo-bts-trx specific part. It is the basis for re-using the scheduler from other bts modules such as the upcoming osmo-bts-virtual.
Diffstat (limited to 'src/osmo-bts-trx/main.c')
-rw-r--r--src/osmo-bts-trx/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/main.c b/src/osmo-bts-trx/main.c
index 6c2dabf7..aa6987c5 100644
--- a/src/osmo-bts-trx/main.c
+++ b/src/osmo-bts-trx/main.c
@@ -53,10 +53,10 @@
#include <osmo-bts/pcu_if.h>
#include <osmo-bts/l1sap.h>
#include <osmo-bts/control_if.h>
+#include <osmo-bts/scheduler.h>
#include "l1_if.h"
#include "trx_if.h"
-#include "scheduler.h"
int bts_model_init(struct gsm_bts *bts)
{