aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_hack.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/bsc_hack.c')
-rw-r--r--openbsc/src/bsc_hack.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/bsc_hack.c b/openbsc/src/bsc_hack.c
index 7be03603b..45156f398 100644
--- a/openbsc/src/bsc_hack.c
+++ b/openbsc/src/bsc_hack.c
@@ -36,6 +36,7 @@
#include <openbsc/e1_input.h>
#include <osmocore/talloc.h>
#include <openbsc/signal.h>
+#include <openbsc/osmo_msc.h>
#include <osmocom/vty/command.h>
@@ -238,6 +239,7 @@ int main(int argc, char **argv)
rc = bsc_bootstrap_network(mncc_recv, config_file);
if (rc < 0)
exit(1);
+ bsc_api_init(bsc_gsmnet, msc_bsc_api());
/* seed the PRNG */
srand(time(NULL));