msc: re-enable iu_init()

Change-Id: Iee7fa94d3f6880847020f3e0dfe7ed7672d4fb23
This commit is contained in:
Neels Hofmeyr 2017-06-21 15:57:57 +02:00 committed by Neels Hofmeyr
parent 39bc234f9e
commit 79b2387c0b
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,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);