Change in docker-playground[master]: ttcn3-bts-test/fh: do not configure CBCH slots statically

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
Sat Sep 12 13:45:09 UTC 2020


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


Change subject: ttcn3-bts-test/fh: do not configure CBCH slots statically
......................................................................

ttcn3-bts-test/fh: do not configure CBCH slots statically

In BTS_Tests_SMSCB, we dynamically configure the CBCH slots via
the VTY interface, so there is no need to set them here.  This
was also the reason of some SMSCB test case failures, because
the BSC would send unexpected LOAD INDICATIONs.

Change-Id: I6e005ca772e26878c7b19df0d854936d7b7718dd
Related: SYS#4868, OS#4708
---
M ttcn3-bts-test/fh/BTS_Tests.cfg
M ttcn3-bts-test/fh/osmo-bsc.cfg
2 files changed, 5 insertions(+), 5 deletions(-)



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

diff --git a/ttcn3-bts-test/fh/BTS_Tests.cfg b/ttcn3-bts-test/fh/BTS_Tests.cfg
index b6cd28a..32ff27d 100644
--- a/ttcn3-bts-test/fh/BTS_Tests.cfg
+++ b/ttcn3-bts-test/fh/BTS_Tests.cfg
@@ -22,7 +22,7 @@
  *   +-------+------------------+------------------+------------------+------------------+
  *   |  TS0  |   CCCH+SDCCH4    |    TCH/F (a)     |    TCH/F (a)     |    TCH/F (a)     |
  *   +-------+------------------+------------------+------------------+------------------+
- *   |  TS1  |      TCH/F       |   SDCCH8+CBCH    | SDCCH8+CBCH (b)  | SDCCH8+CBCH (b)  |
+ *   |  TS1  |      TCH/F       |      SDCCH8      |    SDCCH8 (b)    |    SDCCH8 (b)    |
  *   +-------+------------------+------------------+------------------+------------------+
  *   |  TS2  |    TCH/F (c)     |    TCH/H (c)     |    TCH/F (d)     |    TCH/H (d)     |
  *   +-------+------------------+------------------+------------------+------------------+
@@ -51,7 +51,7 @@
 		}
 	},
 	{ /* TS1 */
-		{ /* Group b) SDCCH8+CBCH */
+		{ /* Group b) SDCCH8 */
 			hsn := 1,
 			trx_maio := {
 				{ trx_nr := 2, maio := 3 },
diff --git a/ttcn3-bts-test/fh/osmo-bsc.cfg b/ttcn3-bts-test/fh/osmo-bsc.cfg
index e11cec4..d41393b 100644
--- a/ttcn3-bts-test/fh/osmo-bsc.cfg
+++ b/ttcn3-bts-test/fh/osmo-bsc.cfg
@@ -189,7 +189,7 @@
     hopping arfcn add 875
     hopping arfcn add 877
    timeslot 1
-    phys_chan_config SDCCH8+CBCH
+    phys_chan_config SDCCH8
     ! Intentionally non-hopping
     hopping enabled 0
    timeslot 2
@@ -256,7 +256,7 @@
     hopping arfcn add 875
     hopping arfcn add 877
    timeslot 1
-    phys_chan_config SDCCH8+CBCH
+    phys_chan_config SDCCH8
     ! (b) HSN=1, MAIO=3,5
     hopping enabled 1
     hopping sequence-number 1
@@ -327,7 +327,7 @@
     hopping arfcn add 875
     hopping arfcn add 877
    timeslot 1
-    phys_chan_config SDCCH8+CBCH
+    phys_chan_config SDCCH8
     ! (b) HSN=1, MAIO=3,5
     hopping enabled 1
     hopping sequence-number 1

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I6e005ca772e26878c7b19df0d854936d7b7718dd
Gerrit-Change-Number: 20098
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/20200912/d94b3aaa/attachment.htm>


More information about the gerrit-log mailing list