<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20533">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: Fix random failures in BSC_Tests.TC_early_conn_fail<br><br>We cannot use a random 8bit value as RACH request, as some of that<br>space actually maps to emergency call RACH, which is rejected unless<br>we enable it in the config.<br><br>Change-Id: Ie073fe721022c392278e8632ab52122b4b89cbe1<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 1 insertion(+), 1 deletion(-)<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/20533/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 b141a0a..9109933 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -1626,7 +1626,7 @@</span><br><span>  f_init(1);</span><br><span> </span><br><span>       /* BTS->BSC: Send CHAN RQD and wait for allocation; acknowledge it */</span><br><span style="color: hsl(0, 100%, 40%);">-        dt.rsl_chan_nr := f_chreq_act_ack(f_rnd_octstring(1), 23);</span><br><span style="color: hsl(120, 100%, 40%);">+    dt.rsl_chan_nr := f_chreq_act_ack(f_rnd_ra_cs(), 23);</span><br><span> </span><br><span>    /* BTS->BSC: simulate CONN FAIL IND */</span><br><span>    f_ipa_tx(0, ts_RSL_CONN_FAIL_IND(dt.rsl_chan_nr, RSL_ERR_RADIO_LINK_FAIL));</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20533">change 20533</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/+/20533"/><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: Ie073fe721022c392278e8632ab52122b4b89cbe1 </div>
<div style="display:none"> Gerrit-Change-Number: 20533 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>