<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15327">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts: f_init_pcu: sleep before connect<br><br>Give the emulated BSC side some time to send the various SI via RSL.<br>This workaround makes OsmoBTS send the correct CellID and other<br>information instead of empty values to the PCU socket. The next commit<br>tests these values.<br><br>Related: OS#4179<br>Change-Id: I547f2b8e0796b6976506c28b1b493b1f5bce28f8<br>---<br>M bts/BTS_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/27/15327/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn</span><br><span>index d3fb958..7f0b205 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -324,6 +324,9 @@</span><br><span>               pcu_conn_id := -1;</span><br><span>           return;</span><br><span>      }</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+   f_sleep(0.5); /* workaround for OS#4179 */</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>         pcu_conn_id := f_pcuif_connect(pt, mp_pcu_socket);</span><br><span> </span><br><span>       T.start;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15327">change 15327</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/+/15327"/><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: I547f2b8e0796b6976506c28b1b493b1f5bce28f8 </div>
<div style="display:none"> Gerrit-Change-Number: 15327 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>