Change in osmo-ttcn3-hacks[master]: library/RSL_Emulation: fix comments near f_cid_{create, delete}_cnr()

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/.

laforge gerrit-no-reply at lists.osmocom.org
Mon May 25 16:20:22 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18461 )

Change subject: library/RSL_Emulation: fix comments near f_cid_{create,delete}_cnr()
......................................................................

library/RSL_Emulation: fix comments near f_cid_{create,delete}_cnr()

Change-Id: I0fde6ea9c7e549d9cf9f6ce2a8e4e702df313b27
---
M library/RSL_Emulation.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/library/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn
index 4d6ace2..ffd60a7 100644
--- a/library/RSL_Emulation.ttcn
+++ b/library/RSL_Emulation.ttcn
@@ -229,7 +229,7 @@
 	testcase.stop("No free entry in conn table for ", ra, fn);
 }
 
-/* create an ew client with given RA and FN */
+/* create a new client with given RA and FN */
 private function f_cid_create_cnr(uint8_t trx_nr, RslChannelNr chan_nr,  RSL_DchanHdlr comp_ref)
 runs on RSL_Emulation_CT {
 	var integer i;
@@ -247,7 +247,7 @@
 }
 
 
-/* create an ew client with given RA and FN */
+/* delete client with given RA and FN */
 private function f_cid_delete_cnr(IpaStreamId stream_id, RslChannelNr chan_nr,  RSL_DchanHdlr comp_ref)
 runs on RSL_Emulation_CT return integer {
 	var integer i;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18461
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: I0fde6ea9c7e549d9cf9f6ce2a8e4e702df313b27
Gerrit-Change-Number: 18461
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200525/74fdc969/attachment.htm>


More information about the gerrit-log mailing list