<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13279">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pcu: Fix TC_sns_so_config_success expectations<br><br>If there's only one IP/PORT/NSVC, we cannot expect something happening<br>on another NSVC.  In this test case, only index 0  / NSVC0 is used.<br><br>Change-Id: Ia83d726c4223d61544f80d266ea832fcaa235518<br>---<br>M pcu/PCU_Tests_RAW_SNS.ttcn<br>1 file changed, 2 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/79/13279/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pcu/PCU_Tests_RAW_SNS.ttcn b/pcu/PCU_Tests_RAW_SNS.ttcn</span><br><span>index 26d8011..c179f07 100644</span><br><span>--- a/pcu/PCU_Tests_RAW_SNS.ttcn</span><br><span>+++ b/pcu/PCU_Tests_RAW_SNS.ttcn</span><br><span>@@ -166,8 +166,8 @@</span><br><span>  as_rx_bvc_unblock_tx_ack(mp_gb_cfg.bvci, oneshot := true);</span><br><span> </span><br><span>       /* wait for one FLOW-CONTROL BVC and then ACK any further in the future */</span><br><span style="color: hsl(0, 100%, 40%);">-      as_rx_bvc_fc_tx_ack(mp_gb_cfg.bvci, oneshot := true, idx := 1);</span><br><span style="color: hsl(0, 100%, 40%);">- activate(as_rx_bvc_fc_tx_ack(mp_gb_cfg.bvci, idx := 1));</span><br><span style="color: hsl(120, 100%, 40%);">+      as_rx_bvc_fc_tx_ack(mp_gb_cfg.bvci, oneshot := true);</span><br><span style="color: hsl(120, 100%, 40%);">+ activate(as_rx_bvc_fc_tx_ack(mp_gb_cfg.bvci));</span><br><span>       setverdict(pass);</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13279">change 13279</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/13279"/><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: Ia83d726c4223d61544f80d266ea832fcaa235518 </div>
<div style="display:none"> Gerrit-Change-Number: 13279 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>