aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-nitb/bsc_hack.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-06 11:10:30 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-06 11:10:30 +0100
commit1a1463725bb6f3bb8435963eab3685220a2fbcca (patch)
treec7c5c45419708a154a589401ea939d34ee07caa4 /openbsc/src/osmo-nitb/bsc_hack.c
parent93de8b259104aa05387e302a4ee6fd6f330bfee7 (diff)
parent4ecc6877a2a2fd3244979ec4a8d13a2862f5e6a4 (diff)
Merge branch 'zecke/features/extended-control'
Diffstat (limited to 'openbsc/src/osmo-nitb/bsc_hack.c')
-rw-r--r--openbsc/src/osmo-nitb/bsc_hack.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c
index 96ae0b833..d746bf14e 100644
--- a/openbsc/src/osmo-nitb/bsc_hack.c
+++ b/openbsc/src/osmo-nitb/bsc_hack.c
@@ -290,6 +290,11 @@ int main(int argc, char **argv)
return -1;
}
+ if (bsc_base_ctrl_cmds_install() != 0) {
+ printf("Failed to initialize the control commands. Exiting.\n");
+ return -1;
+ }
+
/* seed the PRNG */
srand(time(NULL));