aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-06-07 11:23:25 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2021-07-19 10:44:05 +0200
commit181b5f3b9a807b1d4396d97a6882f57fd215e757 (patch)
tree1c4bae8d1306098df56b36746a1d20835c7e41b8 /tests
parent8ce07d021f4ed5ebd278fc1afee9a8c2fe9de66f (diff)
handover_ctrl: add control interface for handover settings
The VTY handover_vtc.c offers a large number of handover specific settings. Those settings are (with one exception) auto generated using macros. Lets add an equivalent for the control interface that uses the same auto generation mechanisms. Change-Id: I12f143906818fd6b16e8783157cbb1eb51e49ffc Depends: libosmocore I53fc207677f52b1dc748b01d58424839cdba807c Related: SYS#5369
Diffstat (limited to 'tests')
-rw-r--r--tests/handover/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handover/Makefile.am b/tests/handover/Makefile.am
index 65eb6a890..c7621d2b0 100644
--- a/tests/handover/Makefile.am
+++ b/tests/handover/Makefile.am
@@ -50,6 +50,7 @@ handover_test_LDADD = \
$(top_builddir)/src/osmo-bsc/acc.o \
$(top_builddir)/src/osmo-bsc/assignment_fsm.o \
$(top_builddir)/src/osmo-bsc/bsc_ctrl_commands.o \
+ $(top_builddir)/src/osmo-bsc/handover_ctrl.o \
$(top_builddir)/src/osmo-bsc/bsc_init.o \
$(top_builddir)/src/osmo-bsc/bsc_rf_ctrl.o \
$(top_builddir)/src/osmo-bsc/bsc_rll.o \