<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12215">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: TC_chan_exhaustion: Send correct RA to alloc all different channels<br><br>Previous RA value (23, Establishment cause = 0010XXXX) meant MS was dual<br>rate capable but was asking speciifically for only TCH/F channel. As a<br>result, TCH/H was not being allocated and an immediate assignment reject<br>was sent.<br><br>Change-Id: I3e58592c661fc004e648dbe46b67a3b3f5a20bc8<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 4 insertions(+), 2 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/15/12215/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 aaa4580..77da306 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -489,9 +489,11 @@</span><br><span>     chreq_total := f_ctrl_get_ratectr_abs(IPA_CTRL, "bts", 0, "chreq:total");</span><br><span>        chreq_nochan := f_ctrl_get_ratectr_abs(IPA_CTRL, "bts", 0, "chreq:no_channel");</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">- /* expect 5xTCH/F to succeed */</span><br><span style="color: hsl(120, 100%, 40%);">+       /* GSM 04.08 Table 9.9a:</span><br><span style="color: hsl(120, 100%, 40%);">+       * RA = '33'O -> Establishment cause = 0011xxxx (MS dual rate capable and asks for "TCH/H or TCH/F").</span><br><span style="color: hsl(120, 100%, 40%);">+     * With current setup, expect 4xSDCCH + 4xTCH/F + 1xTCH/H to succeed */</span><br><span>      for (i := 0; i < NUM_TCHF_PER_BTS + NUM_TCHH_PER_BTS + NUM_SDCCH_PER_BTS; i := i+1) {</span><br><span style="color: hsl(0, 100%, 40%);">-                var RslChannelNr chan_nr := f_chreq_act_ack('23'O, i);</span><br><span style="color: hsl(120, 100%, 40%);">+                var RslChannelNr chan_nr := f_chreq_act_ack('33'O, i);</span><br><span>       }</span><br><span> </span><br><span>        IPA_RSL[0].clear;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12215">change 12215</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/12215"/><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: I3e58592c661fc004e648dbe46b67a3b3f5a20bc8 </div>
<div style="display:none"> Gerrit-Change-Number: 12215 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>