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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">NS_Emulation: Don't respond to NS-STATUS with NS-STATUS<br><br>Change-Id: Id9544ed1a7686fe113c4f6671e482bffc84bd2cc<br>---<br>M library/NS_Emulation.ttcnpp<br>1 file changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/NS_Emulation.ttcnpp b/library/NS_Emulation.ttcnpp</span><br><span>index ec3386f..34bbcd9 100644</span><br><span>--- a/library/NS_Emulation.ttcnpp</span><br><span>+++ b/library/NS_Emulation.ttcnpp</span><br><span>@@ -662,6 +662,10 @@</span><br><span> </span><br><span>                [g_config.handle_sns and ischosen(g_nsvc_config.provider.ip)] as_nsvc_sns();</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+              /* log + ignore NS-STATUS; must not create another NS-STATUS in response */</span><br><span style="color: hsl(120, 100%, 40%);">+           [] NSCP.receive(tr_NS_STATUS(?)) -> value rf {</span><br><span style="color: hsl(120, 100%, 40%);">+                     log("Rx NS-STATUS ", rf," in state ", vc_state);</span><br><span style="color: hsl(120, 100%, 40%);">+                  }</span><br><span>            /* default case of handling unknown PDUs */</span><br><span>          [] NSCP.receive(PDU_NS: ?) -> value rf {</span><br><span>                  log("Rx Unexpected NS PDU ", rf," in state ", vc_state);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22695">change 22695</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/+/22695"/><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: Id9544ed1a7686fe113c4f6671e482bffc84bd2cc </div>
<div style="display:none"> Gerrit-Change-Number: 22695 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>