<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26433">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: fix TC_cm_serv_rej<br><br>Calling BSSAP.send() directly after f_create_chan_and_exp() seems to be<br>racy for an unknown reason. Adding a sleep after f_create_chan_and_exp()<br>makes the test pass reliably.<br><br>Related: SYS#4878<br>Change-Id: Iad30319a7e9e726d006c9934ed2eb48f886811a9<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 1 insertion(+), 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/33/26433/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 22df0cb..be7dac8 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -10534,6 +10534,7 @@</span><br><span> private function f_TC_cm_serv_rej(charstring id) runs on MSC_ConnHdlr</span><br><span> {</span><br><span> f_create_chan_and_exp();</span><br><span style="color: hsl(120, 100%, 40%);">+ f_sleep(1.0);</span><br><span> BSSAP.send(ts_PDU_DTAP_MT(ts_CM_SERV_REJ('02'O), '00'O));</span><br><span> f_sleep(1.0);</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26433">change 26433</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/+/26433"/><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: Iad30319a7e9e726d006c9934ed2eb48f886811a9 </div>
<div style="display:none"> Gerrit-Change-Number: 26433 </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>