aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-05-26 21:10:13 +0200
committerHarald Welte <laforge@gnumonks.org>2018-05-27 17:48:49 +0200
commit1c9b8b19176854ecf4a3d57e9eef6b495361557f (patch)
tree19f8e088476c42f1d29a17d5298339fc0d230251 /configure.ac
parent7b897dfea5bdebba5ffba555c4ca29af96c35695 (diff)
remove remaining bits of osmo-bsc_nat
osmo-bsc_nat is too heavily tied into legacy SCCPlite code, as it is not using libosmo-sigtran/osmo_ss7 so far. It's also full of customer-specific code and it's shared use of some libbsc code here has been complicating osmo-bsc development. The current plan is to continue to use osmo-bsc_nat from openbsc.git for those legacy users that need it, and not use osmo-bsc_nat in new 3GPP AoIP setups. Should we ever get a strong demand for an AoIP based bsc_nat, we can still revisit this later. Change-Id: Ia05dc76336a64a7f08962843b9a7cc19f2c83387
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index ccfce19b0..bcf890cee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,10 +49,6 @@ PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 0.9.0)
PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.9.0)
PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.3.0)
-#NOTE: osmo-bsc does not depend on libosmo-legacy-mgcp anymore, but we still
-# need the dependancy for osmo-bsc-nat, which still uses the old API.
-PKG_CHECK_MODULES(LIBOSMOLEGACYMGCP, libosmo-legacy-mgcp >= 1.3.0)
-
dnl checks for header files
AC_HEADER_STDC
@@ -182,8 +178,6 @@ AC_OUTPUT(
tests/gsm0408/Makefile
tests/channel/Makefile
tests/bsc/Makefile
- tests/bsc-nat/Makefile
- tests/bsc-nat-trie/Makefile
tests/abis/Makefile
tests/subscr/Makefile
tests/nanobts_omlattr/Makefile