<p>lynxis lazus <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25354">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  pespin: Looks good to me, approved
  osmith: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ns: fix missing f_ prefix for function f_tx_block_by_vty<br><br>All function should have this prefix<br><br>Change-Id: Id7b692b3b76946b36dcaa3d23b32b5ccb5007702<br>---<br>M ns/NS_Tests.ttcn<br>1 file changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ns/NS_Tests.ttcn b/ns/NS_Tests.ttcn</span><br><span>index 8b321ff..58aeacd 100644</span><br><span>--- a/ns/NS_Tests.ttcn</span><br><span>+++ b/ns/NS_Tests.ttcn</span><br><span>@@ -200,7 +200,7 @@</span><br><span>  * TTCN <-  NS: status (cause blocked)</span><br><span>  */</span><br><span> testcase TC_rx_block_unitdata_over_blocked() runs on RAW_Test_CT {</span><br><span style="color: hsl(0, 100%, 40%);">-        tx_block_by_vty();</span><br><span style="color: hsl(120, 100%, 40%);">+    f_tx_block_by_vty();</span><br><span>         f_sleep(1.0);</span><br><span> </span><br><span>    NSCP[0].send(ts_NS_UNITDATA(t_SduCtrlB, 42, '0011234242230101'O));</span><br><span>@@ -301,7 +301,7 @@</span><br><span>  * TTCN <-  NS: block</span><br><span>  * TTCN  -> NS: block ack</span><br><span>  */</span><br><span style="color: hsl(0, 100%, 40%);">-function tx_block_by_vty(float guard_secs := 30.0) runs on RAW_Test_CT {</span><br><span style="color: hsl(120, 100%, 40%);">+function f_tx_block_by_vty(float guard_secs := 30.0) runs on RAW_Test_CT {</span><br><span>      f_init_vty();</span><br><span>        f_init_ns_codec(mp_nsconfig, guard_secs := guard_secs);</span><br><span> </span><br><span>@@ -321,7 +321,7 @@</span><br><span> }</span><br><span> </span><br><span> testcase TC_tx_block_by_vty() runs on RAW_Test_CT {</span><br><span style="color: hsl(0, 100%, 40%);">-       tx_block_by_vty(30.0);</span><br><span style="color: hsl(120, 100%, 40%);">+        f_tx_block_by_vty(30.0);</span><br><span>     f_sleep(1.0);</span><br><span>        f_clean_ns_codec();</span><br><span> }</span><br><span>@@ -332,7 +332,7 @@</span><br><span> testcase TC_tx_block_by_vty_reset() runs on RAW_Test_CT {</span><br><span>  timer T := 10.0;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-    tx_block_by_vty(60.0);</span><br><span style="color: hsl(120, 100%, 40%);">+        f_tx_block_by_vty(60.0);</span><br><span>     f_outgoing_ns_reset();</span><br><span> </span><br><span>   var default d := activate(ax_rx_fail_on_any_ns());</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25354">change 25354</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/+/25354"/><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: Id7b692b3b76946b36dcaa3d23b32b5ccb5007702 </div>
<div style="display:none"> Gerrit-Change-Number: 25354 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>