aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-05-24 04:26:45 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-05-25 22:14:04 +0700
commitefc9413afc0aa3a8cc19f14d29ffcc3441f0ef30 (patch)
tree6e3c88401a37a3a802e36f86e35f9746ee1924ef
parenta2c12c9c4ed4d50c07e091c6806f00d85f52157a (diff)
library/RSL_Emulation: fix comments near f_cid_{create,delete}_cnr()
-rw-r--r--library/RSL_Emulation.ttcn4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn
index 4d6ace29..ffd60a78 100644
--- a/library/RSL_Emulation.ttcn
+++ b/library/RSL_Emulation.ttcn
@@ -229,7 +229,7 @@ runs on RSL_Emulation_CT {
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 @@ runs on RSL_Emulation_CT {
}
-/* 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;