aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-07-06 18:39:28 +0200
committerHarald Welte <laforge@gnumonks.org>2017-08-29 12:51:19 +0000
commitbac227653a372d8cbd611eefe59ca40ab96dedab (patch)
tree8713a770780b3ba9a4d791b993c7ecc9d2454d97 /tests/msc_vlr
parent4585317f1b55789e0a1edeb18b1a977e00ce30d5 (diff)
split off osmo-msc: remove files, apply build, rename
Diffstat (limited to 'tests/msc_vlr')
-rw-r--r--tests/msc_vlr/Makefile.am2
-rw-r--r--tests/msc_vlr/msc_vlr_tests.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/msc_vlr/Makefile.am b/tests/msc_vlr/Makefile.am
index 10184fa4b..70006ddca 100644
--- a/tests/msc_vlr/Makefile.am
+++ b/tests/msc_vlr/Makefile.am
@@ -47,8 +47,6 @@ COMMON_LDADD = \
$(top_builddir)/src/libmsc/libmsc.a \
$(top_builddir)/src/libcommon-cs/libcommon-cs.a \
$(top_builddir)/src/libvlr/libvlr.a \
- $(top_builddir)/src/libbsc/libbsc.a \
- $(top_builddir)/src/libtrau/libtrau.a \
$(top_builddir)/src/libcommon/libcommon.a \
$(LIBSMPP34_LIBS) \
$(LIBOSMOCORE_LIBS) \
diff --git a/tests/msc_vlr/msc_vlr_tests.c b/tests/msc_vlr/msc_vlr_tests.c
index 71f971352..4b10e49d5 100644
--- a/tests/msc_vlr/msc_vlr_tests.c
+++ b/tests/msc_vlr/msc_vlr_tests.c
@@ -32,7 +32,6 @@
#include <osmocom/gsm/gsup.h>
#include <openbsc/gsup_client.h>
#include <openbsc/gsm_04_11.h>
-#include <openbsc/bsc_subscriber.h>
#include <openbsc/debug.h>
#if BUILD_IU