<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20646">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Revert "BSSAP_LE_Emulation: configure sending vs receiving RESET"<br><br>This should not have been merged. It is an intermediate attempt to make the BSC<br>send the BSSMAP-LE RESET, which doesn't work because the BSC is not restarted<br>across test runs. I dropped the patch from my branch, while it remained on<br>gerrit accidentally; then someone else merged it without noticing that it was<br>no longer part of my lcs branch.<br><br>This reverts commit b2b3704d2a0289332798ba4aeff5b8e29d297ee5.<br><br>Change-Id: If191cf0ee5c239066fa41621e812efbdcca2a2b8<br>---<br>M library/BSSAP_LE_Emulation.ttcn<br>1 file changed, 2 insertions(+), 6 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/46/20646/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/BSSAP_LE_Emulation.ttcn b/library/BSSAP_LE_Emulation.ttcn</span><br><span>index 7818be1..d95506c 100644</span><br><span>--- a/library/BSSAP_LE_Emulation.ttcn</span><br><span>+++ b/library/BSSAP_LE_Emulation.ttcn</span><br><span>@@ -341,8 +341,7 @@</span><br><span>     boolean role_ms,</span><br><span>     /* needed for performing BSSMAP RESET */</span><br><span>     SCCP_PAR_Address sccp_addr_local optional,</span><br><span style="color: hsl(0, 100%, 40%);">-      SCCP_PAR_Address sccp_addr_peer optional,</span><br><span style="color: hsl(0, 100%, 40%);">-       boolean send_reset</span><br><span style="color: hsl(120, 100%, 40%);">+    SCCP_PAR_Address sccp_addr_peer optional</span><br><span> }</span><br><span> </span><br><span> private altstep as_reset_ack() runs on BSSAP_LE_Emulation_CT {</span><br><span>@@ -505,8 +504,7 @@</span><br><span>    f_conn_table_init();</span><br><span>         f_expect_table_init();</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-      if (g_ran_ops.send_reset</span><br><span style="color: hsl(0, 100%, 40%);">-            and isvalue(ops.sccp_addr_peer) and isvalue(ops.sccp_addr_local)) {</span><br><span style="color: hsl(120, 100%, 40%);">+       if (isvalue(ops.sccp_addr_peer) and isvalue(ops.sccp_addr_local)) {</span><br><span>          f_sleep(1.0);   /* HACK to wait for M3UA/ASP to be ACTIVE */</span><br><span>                 f_bssap_le_reset(ops.sccp_addr_peer, ops.sccp_addr_local);</span><br><span>   }</span><br><span>@@ -522,8 +520,6 @@</span><br><span>              var integer targetPointCode;</span><br><span> </span><br><span>             alt {</span><br><span style="color: hsl(0, 100%, 40%);">-           [not g_ran_ops.send_reset] as_reset_ack();</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span>           [] as_main_bssap_le();</span><br><span> </span><br><span>           [g_ran_ops.role_ms] CLIENT.receive(PDU_DTAP_MO:?) -> value dtap_mo sender vc_conn {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20646">change 20646</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/+/20646"/><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: If191cf0ee5c239066fa41621e812efbdcca2a2b8 </div>
<div style="display:none"> Gerrit-Change-Number: 20646 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>