<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13891">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: deterministic TC_ho_in_fail_msc_clears: wait for MGW setup<br><br>Randomly, this test issues the Clear Command so fast that the MGW has not yet<br>been set up, and hence the test cannot possibly see DLCX for endpoint conns<br>that haven't been set up at all. So, simply wait a bit before clearing.<br><br>Change-Id: Idd0b3810916efd02a499e0ac060a6a275265b8c3<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 3 insertions(+), 0 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/91/13891/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn</span><br><span>index fb43d5e..0583b30 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -3195,6 +3195,9 @@</span><br><span>      }</span><br><span>    log("Handover Command chan_nr is", actual_new_chan_nr);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+ /* For deterministic test results, give some time for the MGW endpoint to be configured */</span><br><span style="color: hsl(120, 100%, 40%);">+    f_sleep(1.0);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>      /* Now the MSC forwards the RR Handover Command to the other BSC, which</span><br><span>       * tells the MS to handover to the new lchan. In this case, the MS</span><br><span>    * reports a Handover Failure to the old BSS, which forwards a BSSMAP</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13891">change 13891</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/13891"/><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: Idd0b3810916efd02a499e0ac060a6a275265b8c3 </div>
<div style="display:none"> Gerrit-Change-Number: 13891 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>