Change in osmo-ttcn3-hacks[master]: cosmetic: bsc: Fix wrong dyn ts type mentioned in comment

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Jun 28 14:25:52 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24781 )


Change subject: cosmetic: bsc: Fix wrong dyn ts type mentioned in comment
......................................................................

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

Change-Id: I020c1ee909a12540774d665f914f1115870bea7e
---
M bsc/BSC_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/81/24781/1

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

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24781
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I020c1ee909a12540774d665f914f1115870bea7e
Gerrit-Change-Number: 24781
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210628/224315de/attachment.htm>


More information about the gerrit-log mailing list