summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorHarald Welte2010-12-22 19:35:28 +0100
committerAndreas Eversberg2011-02-20 11:30:27 +0100
commitd40eedaf166b92a428c01088ce05079f93d590bf (patch)
tree5dfe12e01c82895f0de71666fa50747f45e98a01 /main.c
parent[GSM_BS] Added DTMF support. (diff)
downloadlcr-d40eedaf166b92a428c01088ce05079f93d590bf.tar.gz
lcr-d40eedaf166b92a428c01088ce05079f93d590bf.tar.xz
lcr-d40eedaf166b92a428c01088ce05079f93d590bf.zip
Modify GSM BS (OpenBTS) to use unix domain socket based MNCC
Author: Harald Welte <laforge@gnumonks.org>
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.c b/main.c
index d22ad68..b9e836c 100644
--- a/main.c
+++ b/main.c
@@ -469,10 +469,6 @@ int main(int argc, char *argv[])
if (options.gsm) {
if (handle_gsm())
all_idle = 0;
-#ifdef WITH_GSM_BS
- if (handle_gsm_bs())
- all_idle = 0;
-#endif
#ifdef WITH_GSM_MS
if (handle_gsm_ms())
all_idle = 0;