Change in osmo-ttcn3-hacks[master]: BSC_Tests/hopping: fixup TC_fh_params_si4_cbch: bring CBCH back

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
Sun Sep 6 05:45:56 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19993 )


Change subject: BSC_Tests/hopping: fixup TC_fh_params_si4_cbch: bring CBCH back
......................................................................

BSC_Tests/hopping: fixup TC_fh_params_si4_cbch: bring CBCH back

Change [1] introduced a regression that caused some TC_cbsp_*
test cases to fail.  The problem is that TC_fh_params_si4_cbch
re-configures TS0 as CCCH+SDCCH4 instead of CCCH+SDCCH4+CBCH,
so the CBCH channel vanishes after this test case is executed.

[1] Ibc3b73697a1d2c8dbb27274e48f5e5ba21fdd540

Change-Id: Ia249f10c1b768a5af2b6c92ecba5d2941528f876
Related: SYS#4868, OS#4545
---
M bsc/BSC_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/93/19993/1

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index fb9fa68..4c8c471 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -7222,7 +7222,7 @@
 	f_vty_enter_cfg_trx(BSCVTY, trx := 0);
 
 	f_vty_transceive(BSCVTY, "timeslot 0");
-	f_vty_transceive(BSCVTY, "phys_chan_config ccch+sdcch4");
+	f_vty_transceive(BSCVTY, "phys_chan_config ccch+sdcch4+cbch");
 	f_vty_transceive(BSCVTY, "exit"); /* go back */
 
 	f_vty_transceive(BSCVTY, "timeslot 1");

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19993
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia249f10c1b768a5af2b6c92ecba5d2941528f876
Gerrit-Change-Number: 19993
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/20200906/fcc8d878/attachment.htm>


More information about the gerrit-log mailing list