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 <pes...@sysmocom.de>

Reply via email to