aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-11-13 16:07:25 +0100
committerHarald Welte <laforge@gnumonks.org>2015-11-13 16:07:25 +0100
commit08e5d604d3fce75b955549244b36fde62f20894b (patch)
tree2eeff4eb37658fcf17e58158a48fde1c5190f885 /configure.ac
parent19d1e9270d7da12b1f847d689b65dae107fc1c33 (diff)
remove obsolete OpenBTS PCU interface support
This OpenBTS socket interface was originally added to enable GPRS capabilitie with a forked version of OpenBTS, at a time when the public OpenBTS release didn't yet have any GPRS support. Meanwhile, the later OpenBTS releases included their own version of GPRS, without any external PCU/SGSN/GGSN, so this interface is no longer needed. This also means that the OsmoBTS socket interface is now the default at compilation time. There is no other interface.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index b0f874b2..52740221 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,14 +27,6 @@ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.3)
PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 0.5.1.4)
-AC_MSG_CHECKING([whether to enable support for the osmo-bts layer 1 support])
-AC_ARG_ENABLE(osmo-bts,
- AC_HELP_STRING([--enable-osmo-bts],
- [enable support for osmo-bts L1 if [default=no]]),
- [enable_osmo_bts="$enableval"],[enable_osmo_bts="no"])
-AC_MSG_RESULT([$enable_osmo_bts])
-AM_CONDITIONAL(ENABLE_OSMOBTS, test "x$enable_osmo_bts" = "xyes")
-
AC_MSG_CHECKING([whether to enable direct DSP access for PDCH of sysmocom-bts])
AC_ARG_ENABLE(sysmocom-dsp,
AC_HELP_STRING([--enable-sysmocom-dsp],