diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index a6f9f7d23..af32b8c8e 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -2054,24 +2054,24 @@ testcase TC_assignment_codec_amr_h() runs on test_CT { } private function f_disable_all_tch_f() runs on test_CT { - f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 1 sub-slot 0 disable"); - f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 2 sub-slot 0 disable"); - f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 3 sub-slot 0 disable"); - f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 4 sub-slot 0 disable"); + f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 1 sub-slot 0 borken"); + f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 2 sub-slot 0 borken"); + f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 3 sub-slot 0 borken"); + f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 4 sub-slot 0 borken"); } private function f_disable_all_tch_h() runs on test_CT { - f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 5 sub-slot 0 disable"); - f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 5 sub-slot 1 disable"); + f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 5 sub-slot 0 borken"); + f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 5 sub-slot 1 borken"); } private function f_enable_all_tch() runs on test_CT { - f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 1 sub-slot 0 enable"); - f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 2 sub-slot 0 enable"); - f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 3 sub-slot 0 enable"); - f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 4 sub-slot 0 enable"); - f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 5 sub-slot 0 enable"); - f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 5 sub-slot 1 enable"); + f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 1 sub-slot 0 unused"); + f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 2 sub-slot 0 unused"); + f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 3 sub-slot 0 unused"); + f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 4 sub-slot 0 unused"); + f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 5 sub-slot 0 unused"); + f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 5 sub-slot 1 unused"); } /* Allow HR only */