BSC_Tests: Ensure TC_chan_rel_rll_rel_ind terminates with 'fail' not 'error'
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index c366fe4..b41179d 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -195,7 +195,10 @@
 		T.stop;
 		}
 	[] IPA_RSL[bts_nr].receive { repeat; }
-	[] T.timeout { setverdict(fail, "Timeout expecting ", t_rx); }
+	[] T.timeout {
+		setverdict(fail, "Timeout expecting ", t_rx);
+		self.stop;
+		}
 	}
 	return rx_rsl_ud.rsl;
 }