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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Jul 6 14:12:41 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/99/9899/1

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: newchange
Gerrit-Change-Id: Ia28c40e8cb338ecc23f72474832307bba2b09503
Gerrit-Change-Number: 9899
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180706/940c97c1/attachment.htm>


More information about the gerrit-log mailing list