aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-07-21 20:14:05 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-07-23 13:35:04 +0200
commitc8edaad0bfb7d7cd2ce04405e13608c419e7c31c (patch)
tree405a19f32e3cfcdc10118bf7be809cc39e47beef /tests
parente19289fb89c2176598cb3bbf1fb922993b908110 (diff)
Split bts_vty.c creating bts_trx_vty.c
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 a4d11a0a2..55b25c67a 100644
--- a/tests/handover/Makefile.am
+++ b/tests/handover/Makefile.am
@@ -64,6 +64,7 @@ handover_test_LDADD = \
$(top_builddir)/src/osmo-bsc/bts_ipaccess_nanobts_omlattr.o \
$(top_builddir)/src/osmo-bsc/bts_unknown.o \
$(top_builddir)/src/osmo-bsc/bts_vty.o \
+ $(top_builddir)/src/osmo-bsc/bts_trx_vty.o \
$(top_builddir)/src/osmo-bsc/chan_alloc.o \
$(top_builddir)/src/osmo-bsc/codec_pref.o \
$(top_builddir)/src/osmo-bsc/gsm_04_08_rr.o \