aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-06-07 02:45:50 +0200
committerHarald Welte <laforge@gnumonks.org>2018-06-07 17:05:41 +0000
commit5cb01655c5103d3b916c119cada1a3a6a10956cc (patch)
treea2ab1fc9e55bd198642566efe81ef84b5a0fa25e /tests/Makefile.am
parent39a1d10c11b17eec9b8a2708f1d3b91890dec650 (diff)
tests: remove bssap_test
Rationale: - All it does is compose four Paging Requests and feed it into the osmo-bsc bssap_udt, and expects the cell identifier to be decoded properly. - To do so it employs a comparatively huge linking effort. This linking effort is becoming annoying in my ongoing work and is just not worth it. - We have comprehensive cell identifier tests in ttcn3, verifying that the proper cells are paged, and that actually for *all* cell identifier types. Change-Id: I07cf23b66de36cfa1142a11b9f85e9c0190ee314
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 20368ee2f..7bbef9980 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -5,7 +5,6 @@ SUBDIRS = \
abis \
subscr \
nanobts_omlattr \
- bssap \
handover \
$(NULL)