cosmetic: bsc: Fix wrong dyn ts type mentioned in comment

Change-Id: I020c1ee909a12540774d665f914f1115870bea7e
This commit is contained in:
Pau Espin 2021-06-28 16:25:47 +02:00
parent ca058278c9
commit 64adf3791f
1 changed files with 2 additions and 2 deletions

View File

@ -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));