aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc/osmo_bsc_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/bsc/osmo_bsc_main.c')
-rw-r--r--openbsc/src/bsc/osmo_bsc_main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/src/bsc/osmo_bsc_main.c b/openbsc/src/bsc/osmo_bsc_main.c
index b1c5001a9..a6782276b 100644
--- a/openbsc/src/bsc/osmo_bsc_main.c
+++ b/openbsc/src/bsc/osmo_bsc_main.c
@@ -26,6 +26,8 @@
#include <osmocom/vty/command.h>
#include <osmocore/talloc.h>
+#include <sccp/sccp.h>
+
#define _GNU_SOURCE
#include <getopt.h>
@@ -158,6 +160,9 @@ int main(int argc, char **argv)
/* seed the PRNG */
srand(time(NULL));
+ /* initialize SCCP */
+ sccp_set_log_area(DSCCP);
+
rc = bsc_bootstrap_network(NULL, config_file);
if (rc < 0) {