From 64630cccc763da7088c1d1ff251a89d4d352cd4b Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Mon, 26 Oct 2015 16:25:37 +0100 Subject: stats: Enable stats for sgsn, gbproxy, nitb, bsc, nat This commit initialises and enables the stats subsystem for the given binaries. Sponsored-by: On-Waves ehf --- openbsc/src/osmo-nitb/bsc_hack.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/src/osmo-nitb') diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c index 7229a9b2f..8b074f117 100644 --- a/openbsc/src/osmo-nitb/bsc_hack.c +++ b/openbsc/src/osmo-nitb/bsc_hack.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include @@ -258,6 +259,7 @@ int main(int argc, char **argv) libosmo_abis_init(tall_bsc_ctx); osmo_init_logging(&log_info); + osmo_stats_init(tall_bsc_ctx); bts_init(); /* This needs to precede handle_options() */ -- cgit v1.2.3