ipaccess-config: Terminate program after running BCCH INFO test
diff --git a/openbsc/src/ipaccess/ipaccess-config.c b/openbsc/src/ipaccess/ipaccess-config.c
index f182470..70063ee 100644
--- a/openbsc/src/ipaccess/ipaccess-config.c
+++ b/openbsc/src/ipaccess/ipaccess-config.c
@@ -166,11 +166,15 @@
 			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;