aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-09-12 20:16:03 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-09-12 20:16:31 +0700
commit078717ab2b75b4663722d4b5e720712b316c0a81 (patch)
tree21491b71d0939b8e537f8181466cff3c24e57cd2
parentc90560f64fff5fa490ae965c6e9a4c37f2939d2a (diff)
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
-rw-r--r--ttcn3-bts-test/fh/BTS_Tests.cfg4
-rw-r--r--ttcn3-bts-test/fh/osmo-bsc.cfg6
2 files changed, 5 insertions, 5 deletions
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 @@ BTS_Tests.mp_fh_config := {
}
},
{ /* 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 @@ network
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 @@ network
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 @@ network
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