aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-21 15:57:57 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-23 03:38:15 +0200
commit5600a21a6502230ef2e08ebb9b3ba9b7fc869397 (patch)
tree637727896d1d6e7f8caf61016f7ba8d4fbd80356
parent656b5789612ea59073c732090dad9611f5561b79 (diff)
msc: re-enable iu_init()
-rw-r--r--openbsc/src/osmo-msc/msc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-msc/msc_main.c b/openbsc/src/osmo-msc/msc_main.c
index 83d8fa4aa..3a8e31722 100644
--- a/openbsc/src/osmo-msc/msc_main.c
+++ b/openbsc/src/osmo-msc/msc_main.c
@@ -500,7 +500,7 @@ TODO: we probably want some of the _net_ ctrl commands from bsc_base_ctrl_cmds_i
/* TODO: implement A-Interface and remove above legacy stuff. */
/* Set up IuCS */
- //iu_init(tall_msc_ctx, "OsmoMSC", 1, "127.0.0.3", "127.0.0.1", 0, rcvmsg_iu_cs, rx_iu_event);
+ iu_init(tall_msc_ctx, "OsmoMSC_Iu", 1, "127.0.0.3", "127.0.0.1", 0, rcvmsg_iu_cs, rx_iu_event);
/* Set up A interface */
a_init(tall_msc_ctx, "OsmoMSC_A", 254, "127.0.0.3", "127.0.0.1", 0, msc_network);