<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9547">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: Reduce TC_bssap_rlsd_does_not_cause_bssmap_reset to 4 lchan<br><br>This test establishes an SDCCH for each iteration.  However,<br>* due to OS#3333, osmo-bsc is currently not properly releasing those<br>  lchan's,<br>* due to OS#3222, we furthermore don't allocate "larger" channels like TCH<br><br>and as a result on a combined CCCH system we only have 4 SDCCH, which<br>is less than the 8 that we try to use here.<br><br>Change-Id: I0f7fff54248a505387bdfe105259e8ad10ce6c77<br>Related: OS#3333<br>Related: OS#3332<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/47/9547/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 2477539..9c0ec62 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -2046,7 +2046,7 @@</span><br><span>   /* Setup up a number of connections and RLSD them again from the MSC</span><br><span>          * side. In the buggy behavior, the fourth one triggers BSSMAP Reset.</span><br><span>         * Let's do it some more times for good measure. */</span><br><span style="color: hsl(0, 100%, 40%);">- for (i := 0; i < 8; i := i+1) {</span><br><span style="color: hsl(120, 100%, 40%);">+    for (i := 0; i < 4; i := i+1) {</span><br><span>           /* Since we're doing a lot of runs, give each one a fresh</span><br><span>                 * T_guard from the top. */</span><br><span>          T_guard.start;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9547">change 9547</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/9547"/><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: I0f7fff54248a505387bdfe105259e8ad10ce6c77 </div>
<div style="display:none"> Gerrit-Change-Number: 9547 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>