ipaccess-config: Terminate program after running BCCH INFO test

This commit is contained in:
Harald Welte 2010-07-30 22:31:44 +02:00
parent 1e194a304f
commit 59509630df
1 changed files with 5 additions and 1 deletions

View File

@ -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;