<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9899">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BTS_Tests: altstep as_meas_res: Check for meas timer timeout only if previously set<br><br>Should fix following spotted message in TTCN3 logs:<br>BTS_Tests.ttcn:1297 Timeout operation on timer g_Tmeas_exp failed: The timer is not started.<br><br>Change-Id: Ia28c40e8cb338ecc23f72474832307bba2b09503<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/99/9899/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn</span><br><span>index f66a43f..aee081e 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -1294,7 +1294,7 @@</span><br><span>                 setverdict(fail, "Received unexpected MEAS RES ", rsl);</span><br><span>            self.stop;</span><br><span>           }</span><br><span style="color: hsl(0, 100%, 40%);">-       [] g_Tmeas_exp.timeout {</span><br><span style="color: hsl(120, 100%, 40%);">+      [g_Tmeas_exp.running] g_Tmeas_exp.timeout {</span><br><span>          setverdict(fail, "Didn't receive expected measurement result")</span><br><span>                 self.stop;</span><br><span>           }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9899">change 9899</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/9899"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ia28c40e8cb338ecc23f72474832307bba2b09503 </div>
<div style="display:none"> Gerrit-Change-Number: 9899 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>