diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index fb9fa68d6..894444758 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -7218,11 +7218,11 @@ testcase TC_fh_params_si4_cbch() runs on test_CT { /* Disable frequency hopping */ f_TC_fh_params_unset(fhp); - /* (Re)configure TS0 as CCCH+SDCCH4 and TS1 as TCH/F */ + /* (Re)configure TS0 as CCCH+SDCCH4+CBCH and TS1 as TCH/F */ 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");