aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-09 23:28:57 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-15 14:17:55 +0100
commit1a5b00ebe28b5ff569a5354cf5784e5644e88d98 (patch)
tree4bb1cedd56f6d067d936c7e2830afea32c1c36ef /include/osmo-bts/Makefile.am
parent48726242add87e6850c64a4a6d3801a4b54084a5 (diff)
TRX: Move scheduler to src/common
This is the final step to make the L1 scheduler generally available to other BTS models than OsmoTRX.
Diffstat (limited to 'include/osmo-bts/Makefile.am')
-rw-r--r--include/osmo-bts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/Makefile.am b/include/osmo-bts/Makefile.am
index bf037ae3..af88a1ac 100644
--- a/include/osmo-bts/Makefile.am
+++ b/include/osmo-bts/Makefile.am
@@ -1,4 +1,4 @@
noinst_HEADERS = abis.h bts.h bts_model.h gsm_data.h logging.h measurement.h \
oml.h paging.h rsl.h signal.h vty.h amr.h pcu_if.h pcuif_proto.h \
handover.h msg_utils.h tx_power.h control_if.h cbch.h l1sap.h \
- power_control.h
+ power_control.h scheduler.h scheduler_backend.h