aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-07-21 18:25:01 +0200
committerpespin <pespin@sysmocom.de>2021-07-22 17:26:56 +0000
commite19289fb89c2176598cb3bbf1fb922993b908110 (patch)
treeceee2765c84415198cbf453ec68b79f06c598813 /tests
parentb2b47d2c472c85da6eb1fd02c28248c909c5869e (diff)
Split bsc_vty.c creating bts_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 c7621d2b0..a4d11a0a2 100644
--- a/tests/handover/Makefile.am
+++ b/tests/handover/Makefile.am
@@ -63,6 +63,7 @@ handover_test_LDADD = \
$(top_builddir)/src/osmo-bsc/bts_ipaccess_nanobts.o \
$(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/chan_alloc.o \
$(top_builddir)/src/osmo-bsc/codec_pref.o \
$(top_builddir)/src/osmo-bsc/gsm_04_08_rr.o \