Change in osmo-ttcn3-hacks[master]: BTS_Tests: altstep as_meas_res: Check for meas timer timeout only if ...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Jul 6 14:42:47 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9899 )

Change subject: BTS_Tests: altstep as_meas_res: Check for meas timer timeout only if previously set
......................................................................

BTS_Tests: altstep as_meas_res: Check for meas timer timeout only if previously set

Should fix following spotted message in TTCN3 logs:
BTS_Tests.ttcn:1297 Timeout operation on timer g_Tmeas_exp failed: The timer is not started.

Change-Id: Ia28c40e8cb338ecc23f72474832307bba2b09503
---
M bts/BTS_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index f66a43f..aee081e 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -1294,7 +1294,7 @@
 		setverdict(fail, "Received unexpected MEAS RES ", rsl);
 		self.stop;
 		}
-	[] g_Tmeas_exp.timeout {
+	[g_Tmeas_exp.running] g_Tmeas_exp.timeout {
 		setverdict(fail, "Didn't receive expected measurement result")
 		self.stop;
 		}

-- 
To view, visit https://gerrit.osmocom.org/9899
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia28c40e8cb338ecc23f72474832307bba2b09503
Gerrit-Change-Number: 9899
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180706/3ff64030/attachment.htm>


More information about the gerrit-log mailing list