<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/docker-playground/+/20098">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3-bts-test/fh: do not configure CBCH slots statically<br><br>In BTS_Tests_SMSCB, we dynamically configure the CBCH slots via<br>the VTY interface, so there is no need to set them here.  This<br>was also the reason of some SMSCB test case failures, because<br>the BSC would send unexpected LOAD INDICATIONs.<br><br>Change-Id: I6e005ca772e26878c7b19df0d854936d7b7718dd<br>Related: SYS#4868, OS#4708<br>---<br>M ttcn3-bts-test/fh/BTS_Tests.cfg<br>M ttcn3-bts-test/fh/osmo-bsc.cfg<br>2 files changed, 5 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/98/20098/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ttcn3-bts-test/fh/BTS_Tests.cfg b/ttcn3-bts-test/fh/BTS_Tests.cfg</span><br><span>index b6cd28a..32ff27d 100644</span><br><span>--- a/ttcn3-bts-test/fh/BTS_Tests.cfg</span><br><span>+++ b/ttcn3-bts-test/fh/BTS_Tests.cfg</span><br><span>@@ -22,7 +22,7 @@</span><br><span>  *   +-------+------------------+------------------+------------------+------------------+</span><br><span>  *   |  TS0  |   CCCH+SDCCH4    |    TCH/F (a)     |    TCH/F (a)     |    TCH/F (a)     |</span><br><span>  *   +-------+------------------+------------------+------------------+------------------+</span><br><span style="color: hsl(0, 100%, 40%);">- *   |  TS1  |      TCH/F       |   SDCCH8+CBCH    | SDCCH8+CBCH (b)  | SDCCH8+CBCH (b)  |</span><br><span style="color: hsl(120, 100%, 40%);">+ *   |  TS1  |      TCH/F       |      SDCCH8      |    SDCCH8 (b)    |    SDCCH8 (b)    |</span><br><span>  *   +-------+------------------+------------------+------------------+------------------+</span><br><span>  *   |  TS2  |    TCH/F (c)     |    TCH/H (c)     |    TCH/F (d)     |    TCH/H (d)     |</span><br><span>  *   +-------+------------------+------------------+------------------+------------------+</span><br><span>@@ -51,7 +51,7 @@</span><br><span>                 }</span><br><span>    },</span><br><span>   { /* TS1 */</span><br><span style="color: hsl(0, 100%, 40%);">-             { /* Group b) SDCCH8+CBCH */</span><br><span style="color: hsl(120, 100%, 40%);">+          { /* Group b) SDCCH8 */</span><br><span>                      hsn := 1,</span><br><span>                    trx_maio := {</span><br><span>                                { trx_nr := 2, maio := 3 },</span><br><span>diff --git a/ttcn3-bts-test/fh/osmo-bsc.cfg b/ttcn3-bts-test/fh/osmo-bsc.cfg</span><br><span>index e11cec4..d41393b 100644</span><br><span>--- a/ttcn3-bts-test/fh/osmo-bsc.cfg</span><br><span>+++ b/ttcn3-bts-test/fh/osmo-bsc.cfg</span><br><span>@@ -189,7 +189,7 @@</span><br><span>     hopping arfcn add 875</span><br><span>     hopping arfcn add 877</span><br><span>    timeslot 1</span><br><span style="color: hsl(0, 100%, 40%);">-    phys_chan_config SDCCH8+CBCH</span><br><span style="color: hsl(120, 100%, 40%);">+    phys_chan_config SDCCH8</span><br><span>     ! Intentionally non-hopping</span><br><span>     hopping enabled 0</span><br><span>    timeslot 2</span><br><span>@@ -256,7 +256,7 @@</span><br><span>     hopping arfcn add 875</span><br><span>     hopping arfcn add 877</span><br><span>    timeslot 1</span><br><span style="color: hsl(0, 100%, 40%);">-    phys_chan_config SDCCH8+CBCH</span><br><span style="color: hsl(120, 100%, 40%);">+    phys_chan_config SDCCH8</span><br><span>     ! (b) HSN=1, MAIO=3,5</span><br><span>     hopping enabled 1</span><br><span>     hopping sequence-number 1</span><br><span>@@ -327,7 +327,7 @@</span><br><span>     hopping arfcn add 875</span><br><span>     hopping arfcn add 877</span><br><span>    timeslot 1</span><br><span style="color: hsl(0, 100%, 40%);">-    phys_chan_config SDCCH8+CBCH</span><br><span style="color: hsl(120, 100%, 40%);">+    phys_chan_config SDCCH8</span><br><span>     ! (b) HSN=1, MAIO=3,5</span><br><span>     hopping enabled 1</span><br><span>     hopping sequence-number 1</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/20098">change 20098</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/docker-playground/+/20098"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I6e005ca772e26878c7b19df0d854936d7b7718dd </div>
<div style="display:none"> Gerrit-Change-Number: 20098 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>