aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-msc
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-07-03 13:15:03 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2017-07-03 13:15:03 +0200
commitedc140f90ed28a779d392daecbd120a46af3b754 (patch)
treee1eb6a26114601f0b8ae2f554ef8de10a6fd3bda /openbsc/src/osmo-msc
parent6cd9cc0fca48a71bc01fbefa4afa958421603f9b (diff)
a_iface: remove unused variable
Diffstat (limited to 'openbsc/src/osmo-msc')
-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 5b4acd2bc..06e228aa2 100644
--- a/openbsc/src/osmo-msc/msc_main.c
+++ b/openbsc/src/osmo-msc/msc_main.c
@@ -511,7 +511,7 @@ TODO: we probably want some of the _net_ ctrl commands from bsc_base_ctrl_cmds_i
iu_init(tall_msc_ctx, msc_network->sccp, rcvmsg_iu_cs, rx_iu_event);
/* Set up A interface */
- a_init(tall_msc_ctx, msc_network->sccp, msc_network);
+ a_init(msc_network->sccp, msc_network);
if (msc_cmdline_config.daemonize) {
rc = osmo_daemonize();