<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/13047">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">NS_Emulation: Disable sending NS-RESET from SGSN to BSS<br><br>Change-Id: I2a5775fcaf63ac008adecaf2c602c82e9e4ccb5a<br>---<br>M library/NS_Emulation.ttcn<br>1 file changed, 3 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/NS_Emulation.ttcn b/library/NS_Emulation.ttcn</span><br><span>index 9ad89cb..89e25ea 100644</span><br><span>--- a/library/NS_Emulation.ttcn</span><br><span>+++ b/library/NS_Emulation.ttcn</span><br><span>@@ -91,7 +91,9 @@</span><br><span>              g_conn_id := res.connId;</span><br><span>             f_change_state(NSE_S_DEAD_BLOCKED);</span><br><span>          /* Send the first NS-ALIVE to test the connection */</span><br><span style="color: hsl(0, 100%, 40%);">-            f_sendReset();</span><br><span style="color: hsl(120, 100%, 40%);">+                if (not config.role_sgsn) {</span><br><span style="color: hsl(120, 100%, 40%);">+                   f_sendReset();</span><br><span style="color: hsl(120, 100%, 40%);">+                }</span><br><span>    }</span><br><span> </span><br><span>        type component NS_CT {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13047">change 13047</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/13047"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I2a5775fcaf63ac008adecaf2c602c82e9e4ccb5a </div>
<div style="display:none"> Gerrit-Change-Number: 13047 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>