aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-11 20:29:17 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-20 11:22:59 +0200
commit3aa8b30bb36e976ceb4a62f4db1264d90270bc32 (patch)
tree86d3d2e6ebc64ef6ce6acbd474073e476733c497 /openbsc
parent208250558f970c5616b45257c7e8d908b8742662 (diff)
cscn: enable SMS queue (by removing an '#if 0')
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-cscn/cscn_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/osmo-cscn/cscn_main.c b/openbsc/src/osmo-cscn/cscn_main.c
index 378965dad..a3787aa8c 100644
--- a/openbsc/src/osmo-cscn/cscn_main.c
+++ b/openbsc/src/osmo-cscn/cscn_main.c
@@ -481,11 +481,9 @@ TODO: we probably want some of the _net_ ctrl commands from bsc_base_ctrl_cmds_i
signal(SIGUSR2, &signal_handler);
osmo_init_ignore_signals();
-#if 0
/* start the SMS queue */
if (sms_queue_start(cscn_network, 20) != 0)
return -1;
-#endif
/* Set up A-Interface */
/* TODO: implement A-Interface and remove above legacy stuff. */