aboutsummaryrefslogtreecommitdiffstats
path: root/tests/abis/Makefile.am
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-11-29 13:21:58 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-10 14:18:41 +0000
commit115e2672fe168155d24e507cd52c87fcc724b117 (patch)
tree03ddd92d48b98285d76662ae19c68178e6d37d48 /tests/abis/Makefile.am
parent9311005aff15f945d09458a9d7886c5b804797ea (diff)
OML: expand status reporting checks
* check GPRS state: if GPRS is enabled for the BTS but NSE, CELL or both NSVC are locked than report it as degraded * check TRX usability: use already available function to check that TRX is actually usable when reporting OML status via CTRL * fix tests linking: libbsc is using gsm48_create_mm_serv_rej() which is defined in libcommon-cs but neither libbsc itself nor tests using it are actually linked against libcommon-cs Related: OS#2486 Change-Id: I9dce1d3b0cabe149a90cfca58a3fe55f8d6a72bc
Diffstat (limited to 'tests/abis/Makefile.am')
-rw-r--r--tests/abis/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/abis/Makefile.am b/tests/abis/Makefile.am
index 1c5dede3b..8dc624890 100644
--- a/tests/abis/Makefile.am
+++ b/tests/abis/Makefile.am
@@ -27,6 +27,7 @@ abis_test_SOURCES = \
abis_test_LDADD = \
$(top_builddir)/src/libbsc/libbsc.a \
$(top_builddir)/src/libcommon/libcommon.a \
+ $(top_builddir)/src/libcommon-cs/libcommon-cs.a \
$(top_builddir)/src/libtrau/libtrau.a \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOABIS_LIBS) \