From 806d6549f8a6d64e221984247825fe16928deba4 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Fri, 28 Oct 2011 14:23:48 +0200 Subject: osmo-bsc: Introduce command msc_connection_status and send TRAPs for it --- openbsc/src/osmo-bsc/osmo_bsc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/osmo-bsc/osmo_bsc_main.c') 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); -- cgit v1.2.3