<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23810">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pcu: Fix TC_n3105_max_t3195<br><br>The previously request Dummy block was processed later in an unrelated<br>place of the test, hence making expectations fail.<br><br>The condition T_3195.running doesn't really change the logic/behavior,<br>but removes an annoying warning in log files everytime the alt step is<br>run.<br><br>Change-Id: I4aa25d1220ccbeb8f1870f36651c9d6793a452b1<br>---<br>M pcu/PCU_Tests.ttcn<br>1 file changed, 6 insertions(+), 2 deletions(-)<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/10/23810/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn</span><br><span>index d4fe004..cbd3dc1 100644</span><br><span>--- a/pcu/PCU_Tests.ttcn</span><br><span>+++ b/pcu/PCU_Tests.ttcn</span><br><span>@@ -1746,9 +1746,13 @@</span><br><span>                                      block_nr := nr.blk_nr));</span><br><span>           repeat;</span><br><span>      }</span><br><span style="color: hsl(0, 100%, 40%);">-       [] T_3195.timeout {</span><br><span style="color: hsl(120, 100%, 40%);">+   [T_3195.running] T_3195.timeout {</span><br><span>            log("T_3195 timeout");</span><br><span style="color: hsl(0, 100%, 40%);">-                /* Done in alt */</span><br><span style="color: hsl(120, 100%, 40%);">+             /* Done in alt, wait for pending RTS initiated previously in</span><br><span style="color: hsl(120, 100%, 40%);">+             above case before continuing (expect /* Dummy block): */</span><br><span style="color: hsl(120, 100%, 40%);">+              BTS.receive(tr_PCUIF_DATA_PDTCH(nr.bts_nr,</span><br><span style="color: hsl(120, 100%, 40%);">+                                            tr_PCUIF_DATA(nr.trx_nr, nr.ts_nr, sapi := PCU_IF_SAPI_PDTCH),</span><br><span style="color: hsl(120, 100%, 40%);">+                                                tr_RLCMAC_DUMMY_CTRL));</span><br><span>           }</span><br><span>    [] BTS.receive {</span><br><span>             setverdict(fail, "Unexpected BTS message");</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23810">change 23810</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/c/osmo-ttcn3-hacks/+/23810"/><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-Change-Id: I4aa25d1220ccbeb8f1870f36651c9d6793a452b1 </div>
<div style="display:none"> Gerrit-Change-Number: 23810 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>