From d32cbbb13087eae2617920d4ea980f0e8869a89e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 11 Nov 2015 21:23:23 +0100 Subject: rename sysmo_sock.cpp to osmobts_sock.cpp This also renames the --enable-sysmbts option to --enable-osmobts This socket interface was nevery sysmoBTS specific, but it is a generic socket interface to any OsmoBTS supported layer1/hardware. So it was a mis-nomer so far. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 35874164..e7c676d0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -57,9 +57,9 @@ libgprs_la_SOURCES = \ rlc.cpp \ gprs_codel.c -if ENABLE_SYSMOBTS +if ENABLE_OSMOBTS libgprs_la_SOURCES += \ - sysmo_sock.cpp + osmobts_sock.cpp else libgprs_la_SOURCES += \ openbts_sock.cpp -- cgit v1.2.3