From d9956d91ba1504deae248b3e1978de5e584f275f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 17 Dec 2017 21:48:47 +0100 Subject: Remove dead code left over from NITB split There still is a lot of dead code that we inherited from the NITB days, let's remove more of it. libtrau will be re-introduced as part of osmo-mgw later. Change-Id: I8e0af56a158f25a4f1384d667c03eb20e72df5b8 --- src/utils/Makefile.am | 1 - src/utils/bs11_config.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am index d3f6d624f..78d4965e6 100644 --- a/src/utils/Makefile.am +++ b/src/utils/Makefile.am @@ -49,7 +49,6 @@ bs11_config_SOURCES = \ bs11_config_LDADD = \ $(top_builddir)/src/libbsc/libbsc.a \ $(top_builddir)/src/libcommon-cs/libcommon-cs.a \ - $(top_builddir)/src/libtrau/libtrau.a \ $(top_builddir)/src/libcommon/libcommon.a \ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOGSM_LIBS) \ diff --git a/src/utils/bs11_config.c b/src/utils/bs11_config.c index 6487df284..c72a23a53 100644 --- a/src/utils/bs11_config.c +++ b/src/utils/bs11_config.c @@ -897,7 +897,7 @@ int main(int argc, char **argv) handle_options(argc, argv); bts_model_bs11_init(); - gsmnet = bsc_network_init(tall_bs11cfg_ctx, 1, 1, NULL); + gsmnet = bsc_network_init(tall_bs11cfg_ctx, 1, 1); if (!gsmnet) { fprintf(stderr, "Unable to allocate gsm network\n"); exit(1); -- cgit v1.2.3