From e94d7d1bdff6cbedc2394fa2ced8151c8da35fa5 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 18 Dec 2017 17:57:35 +0100 Subject: remove libosmo-sccp dependency for osmo-bsc libosmo-sccp is the old sccp-lite-focused SCCP implementation that we used before libosmo-sigtran was created. The new osmo-bsc in this repository is using libosmo-sigtran and shouldn't be using parts of libosmo-sccp anymore. We only keep it around in configure.ac and Makefile.am for osmo-bsc_nat, which is not even built in this repository anymore (or 'again yet'?) Change-Id: I8f274be7d196cd7a5b1ec9ada949130fb06e984d --- src/osmo-bsc/osmo_bsc_main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/osmo-bsc/osmo_bsc_main.c') diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c index 829f2075c..e4c8fc55f 100644 --- a/src/osmo-bsc/osmo_bsc_main.c +++ b/src/osmo-bsc/osmo_bsc_main.c @@ -43,7 +43,6 @@ #include -#include #include #define _GNU_SOURCE @@ -234,9 +233,6 @@ int main(int argc, char **argv) /* seed the PRNG */ srand(time(NULL)); - /* initialize SCCP */ - sccp_set_log_area(DSCCP); - /* Read the config */ rc = bsc_network_configure(config_file); if (rc < 0) { -- cgit v1.2.3