aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-06-18 00:50:43 +0200
committerneels <nhofmeyr@sysmocom.de>2020-06-19 23:38:03 +0000
commita68c79b1ce8123641b888a1276f9ea8f3f6e6869 (patch)
tree34153658db5c0ea6a5974dd43fbf4c48d455383d /tests
parent390db47b266f34703ce12052e6b1ec1bbd926642 (diff)
merge files: absorb osmo_bsc_vty.c into bsc_vty.c
For historical reasons we had bsc_vty.c and osmo_bsc_vty.c. Ever since the osmo-nitb split, there is no reason to keep these files separate. Merge osmo_bsc_vty.c into bsc_vty.c (because osmo_bsc_vty.c is smaller). I noticed this particularly because adding the NRI configuration required adding things like #define NRI_STR in two separate files: once for the 'network' level vty, and once for the 'msc' level. Change-Id: I7fd2ee631b22e38f3d96d8159dc1deaaca6a7013
Diffstat (limited to 'tests')
-rw-r--r--tests/handover/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/handover/Makefile.am b/tests/handover/Makefile.am
index fcd171b21..736b44456 100644
--- a/tests/handover/Makefile.am
+++ b/tests/handover/Makefile.am
@@ -82,7 +82,6 @@ handover_test_LDADD = \
$(top_builddir)/src/osmo-bsc/osmo_bsc_lcls.o \
$(top_builddir)/src/osmo-bsc/osmo_bsc_mgcp.o \
$(top_builddir)/src/osmo-bsc/osmo_bsc_msc.o \
- $(top_builddir)/src/osmo-bsc/osmo_bsc_vty.o \
$(top_builddir)/src/osmo-bsc/paging.o \
$(top_builddir)/src/osmo-bsc/pcu_sock.o \
$(top_builddir)/src/osmo-bsc/penalty_timers.o \