From 425cb6ddaa1649b0dc23dfab83745a23075a3164 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 21 Jun 2017 15:57:57 +0200 Subject: msc: re-enable iu_init() Change-Id: Iee7fa94d3f6880847020f3e0dfe7ed7672d4fb23 --- src/osmo-msc/msc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c index 83d8fa4aa..3a8e31722 100644 --- a/src/osmo-msc/msc_main.c +++ b/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); -- cgit v1.2.3