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

Change-Id: I020c1ee909a12540774d665f914f1115870bea7e
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index a4b2391..cf6eaf6 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -6667,7 +6667,7 @@
 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 @@
 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));