aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc/osmo_bsc_main.c
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2011-10-28 14:23:48 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-09-11 16:20:46 +0200
commit806d6549f8a6d64e221984247825fe16928deba4 (patch)
treeeaedb5d077fd0a76a57f58970d9ec4462efcd307 /openbsc/src/osmo-bsc/osmo_bsc_main.c
parent6dc6910b79160caf1d21cb5b3ae4d2383c557aee (diff)
osmo-bsc: Introduce command msc_connection_status and send TRAPs for it
Diffstat (limited to 'openbsc/src/osmo-bsc/osmo_bsc_main.c')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_main.c b/openbsc/src/osmo-bsc/osmo_bsc_main.c
index bba6bc0e6..864d62970 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_main.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_main.c
@@ -218,7 +218,7 @@ int main(int argc, char **argv)
exit(1);
}
- rc = bsc_ctrl_cmds_install();
+ rc = bsc_ctrl_cmds_install(bsc_gsmnet);
if (rc < 0) {
fprintf(stderr, "Failed to install control commands. Exiting.\n");
exit(1);