aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-cscn
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-12 15:07:40 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:08 +0100
commit5773987881e9677e954680a4394a4ce92f4f8117 (patch)
tree2cbfc8b1657f69ec1c9696994684b17c2141b270 /openbsc/src/osmo-cscn
parent836b904e7798a5dc20c90d3b9e54566a19550f92 (diff)
iu_init: add addr and port args
Diffstat (limited to 'openbsc/src/osmo-cscn')
-rw-r--r--openbsc/src/osmo-cscn/cscn_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-cscn/cscn_main.c b/openbsc/src/osmo-cscn/cscn_main.c
index d607a2ad9..821bbcb88 100644
--- a/openbsc/src/osmo-cscn/cscn_main.c
+++ b/openbsc/src/osmo-cscn/cscn_main.c
@@ -391,7 +391,7 @@ int main(int argc, char **argv)
/* TODO: implement A-Interface and remove above legacy stuff. */
/* Set up Iu-CS */
- iu_cs_init(tall_bsc_ctx);
+ iu_init(tall_bsc_ctx, "127.0.0.1", 14001, rcvmsg_iu_cs);
if (daemonize) {
rc = osmo_daemonize();