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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( 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(-)
Approvals:
fixeria: Verified
laforge: Looks good to me, approved
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-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200731/1ece9f99/attachment.htm>