aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/msc_vlr/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-22 18:20:48 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-22 21:24:58 +0200
commit73d7febc0e57010bddc7d1044e493b0f71428aca (patch)
treebac044e2de49ce0a89fd96f5740e0281c3a9b4f7 /openbsc/tests/msc_vlr/Makefile.am
parentb6a5e19b5c9b8ae5a58a281b4f8721f224abc217 (diff)
msc_vlr_tests: add missing wrap for iu_tx_release()
It seems merely luck that the tests worked so far without this wrap. Adjust test logs now indicating where we actually send an Iu Release -- and leaving gaping holes where we don't. To be fixed in subsequent commit. Change-Id: Icf8b0b4acd8774c72cff6fdba0ff549308fc506f
Diffstat (limited to 'openbsc/tests/msc_vlr/Makefile.am')
-rw-r--r--openbsc/tests/msc_vlr/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/tests/msc_vlr/Makefile.am b/openbsc/tests/msc_vlr/Makefile.am
index 48260e11c..dc78127ce 100644
--- a/openbsc/tests/msc_vlr/Makefile.am
+++ b/openbsc/tests/msc_vlr/Makefile.am
@@ -67,6 +67,7 @@ LDFLAGS = \
-Wl,--wrap=a_iface_tx_dtap \
-Wl,--wrap=a_iface_tx_paging \
-Wl,--wrap=iu_tx \
+ -Wl,--wrap=iu_tx_release \
-Wl,--wrap=iu_page_cs \
-Wl,--wrap=msc_stop_paging \
-Wl,--wrap=gsm340_gen_scts \