aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
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 /src/Makefile.am
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 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e7c676d0..12170757 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -55,16 +55,9 @@ libgprs_la_SOURCES = \
decoding.cpp \
llc.cpp \
rlc.cpp \
+ osmobts_sock.cpp \
gprs_codel.c
-if ENABLE_OSMOBTS
-libgprs_la_SOURCES += \
- osmobts_sock.cpp
-else
-libgprs_la_SOURCES += \
- openbts_sock.cpp
-endif
-
bin_PROGRAMS = \
osmo-pcu