aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-07-30 22:31:44 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-30 22:35:30 +0200
commit59509630dfec37af620e091517f022ecd0be0029 (patch)
tree3ff08dddc76d75fe9a0d8e49f497f68220f913c1 /openbsc
parent1e194a304f854983364e7fc5807f87e852d5a316 (diff)
ipaccess-config: Terminate program after running BCCH INFO test
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/ipaccess/ipaccess-config.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/openbsc/src/ipaccess/ipaccess-config.c b/openbsc/src/ipaccess/ipaccess-config.c
index f18247087..70063eea0 100644
--- a/openbsc/src/ipaccess/ipaccess-config.c
+++ b/openbsc/src/ipaccess/ipaccess-config.c
@@ -166,11 +166,15 @@ static int nwl_sig_cb(unsigned int subsys, unsigned int signal,
ipac_nwl_test_start(trx, NM_IPACC_TESTNO_BCCH_INFO,
physconf_buf, physconf_len);
break;
- case NM_IPAC_EIE_BCCH_INFO:
+ case NM_IPACC_TESTNO_BCCH_INFO:
+#if 0
/* re-start full process with CHAN_USAGE */
DEBUGP(DNM, "starting next test cycle\n");
ipac_nwl_test_start(trx, net_listen_testnr, phys_conf_min,
sizeof(phys_conf_min));
+#else
+ exit(0);
+#endif
break;
}
break;