diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index a4b239125..cf6eaf61a 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -6667,7 +6667,7 @@ private function f_dyn_osmo_pdch_act(integer bts_nr, integer trx_nr, integer ts_ runs on test_CT { var RslChannelNr chan_nr := valueof(t_RslChanNr_PDCH(ts_nr)); var RSL_Message rsl_unused; - /* ask BSC via VTY to activate a given IPA style chan as PDCH */ + /* ask BSC via VTY to activate a given OSMO style chan as PDCH */ /* FIXME: no VTY command to activate Osmocom PDCH !! */ /* expect the BSC to issue the related RSL command */ rsl_unused := f_exp_ipa_rx(0, tr_RSL_CHAN_ACT(chan_nr, ?)); @@ -6684,7 +6684,7 @@ private function f_dyn_osmo_pdch_deact(integer bts_nr, integer trx_nr, integer t runs on test_CT { var RslChannelNr chan_nr := valueof(t_RslChanNr_PDCH(ts_nr)); var RSL_Message rsl_unused; - /* ask BSC via VTY to activate a given IPA style chan as PDCH */ + /* ask BSC via VTY to activate a given OSMO style chan as PDCH */ /* FIXME: no VTY command to activate Osmocom PDCH !! */ /* expect the BSC to issue the related RSL command */ rsl_unused := f_exp_ipa_rx(0, tr_RSL_RF_CHAN_REL(chan_nr));