From a68c79b1ce8123641b888a1276f9ea8f3f6e6869 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 18 Jun 2020 00:50:43 +0200 Subject: 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 --- tests/handover/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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 \ -- cgit v1.2.3