Change in docker-playground[master]: ttcn3-bts-test/osmo-bsc.cfg: do not enable CBCH slots by default

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Thu Jul 30 22:07:44 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/19474 )


Change subject: ttcn3-bts-test/osmo-bsc.cfg: do not enable CBCH slots by default
......................................................................

ttcn3-bts-test/osmo-bsc.cfg: do not enable CBCH slots by default

As it turns out, test cases from BTS_Tests_SMSCB configure the
CBCH slots "on the fly" depending on the test case parameters.
This configuration also makes some test cases fail, so let's
(re)configure SDCCH8+CBCH timeslots to SDCCH8.

Change-Id: I3699450542dc1350971fbf87ad60a330428dec27
---
M ttcn3-bts-test/osmo-bsc.cfg
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/74/19474/1

diff --git a/ttcn3-bts-test/osmo-bsc.cfg b/ttcn3-bts-test/osmo-bsc.cfg
index f1d2315..3978548 100644
--- a/ttcn3-bts-test/osmo-bsc.cfg
+++ b/ttcn3-bts-test/osmo-bsc.cfg
@@ -151,7 +151,7 @@
     phys_chan_config TCH/F
     hopping enabled 0
    timeslot 1
-    phys_chan_config SDCCH8+CBCH
+    phys_chan_config SDCCH8
     hopping enabled 0
    timeslot 2
     phys_chan_config PDCH
@@ -184,7 +184,7 @@
     phys_chan_config PDCH
     hopping enabled 0
    timeslot 2
-    phys_chan_config SDCCH8+CBCH
+    phys_chan_config SDCCH8
     hopping enabled 0
    timeslot 3
     phys_chan_config PDCH
@@ -217,7 +217,7 @@
     phys_chan_config TCH/H
     hopping enabled 0
    timeslot 3
-    phys_chan_config SDCCH8+CBCH
+    phys_chan_config SDCCH8
     hopping enabled 0
    timeslot 4
     phys_chan_config PDCH

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/19474
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I3699450542dc1350971fbf87ad60a330428dec27
Gerrit-Change-Number: 19474
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200730/b764a69b/attachment.htm>


More information about the gerrit-log mailing list