From 08e5d604d3fce75b955549244b36fde62f20894b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 13 Nov 2015 16:07:25 +0100 Subject: 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. --- src/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/Makefile.am') 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 -- cgit v1.2.3