osmo-bsc: Introduce command msc_connection_status and send TRAPs for it
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_main.c b/openbsc/src/osmo-bsc/osmo_bsc_main.c
index bba6bc0..864d629 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_main.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_main.c
@@ -218,7 +218,7 @@
 		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);