aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/ipaccess/ipaccess-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/ipaccess/ipaccess-config.c')
-rw-r--r--openbsc/src/ipaccess/ipaccess-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/ipaccess/ipaccess-config.c b/openbsc/src/ipaccess/ipaccess-config.c
index 70063eea0..5433b8066 100644
--- a/openbsc/src/ipaccess/ipaccess-config.c
+++ b/openbsc/src/ipaccess/ipaccess-config.c
@@ -148,7 +148,7 @@ static int nwl_sig_cb(unsigned int subsys, unsigned int signal,
switch (trx->ipaccess.test_nr) {
case NM_IPACC_TESTNO_CHAN_USAGE:
/* Dump RxLev results */
- rxlev_stat_dump(&trx->ipaccess.rxlev_stat);
+ //rxlev_stat_dump(&trx->ipaccess.rxlev_stat);
/* Create whitelist from results */
physconf_len = build_physconf(physconf_buf,
&trx->ipaccess.rxlev_stat);
@@ -158,7 +158,7 @@ static int nwl_sig_cb(unsigned int subsys, unsigned int signal,
break;
case NM_IPACC_TESTNO_BCCH_CHAN_USAGE:
/* Dump BCCH RxLev results */
- rxlev_stat_dump(&trx->ipaccess.rxlev_stat);
+ //rxlev_stat_dump(&trx->ipaccess.rxlev_stat);
/* Create whitelist from results */
physconf_len = build_physconf(physconf_buf,
&trx->ipaccess.rxlev_stat);