Change in osmo-ttcn3-hacks[master]: comment: Osmocom_CTRL: fix example for f_counter_name_vals_list_add()

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

neels gerrit-no-reply at lists.osmocom.org
Sun Aug 30 00:22:59 UTC 2020


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


Change subject: comment: Osmocom_CTRL: fix example for f_counter_name_vals_list_add()
......................................................................

comment: Osmocom_CTRL: fix example for f_counter_name_vals_list_add()

Change-Id: I2ff77176267058ced3639a42127f0063bed2fd60
---
M library/Osmocom_CTRL_Functions.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)



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

diff --git a/library/Osmocom_CTRL_Functions.ttcn b/library/Osmocom_CTRL_Functions.ttcn
index 60c66c0..d26dc89 100644
--- a/library/Osmocom_CTRL_Functions.ttcn
+++ b/library/Osmocom_CTRL_Functions.ttcn
@@ -166,14 +166,14 @@
 	 *
 	 * // run some tests that increment rate counters in the program,
 	 * // and increment expected counters accordingly:
-	 * my_counters := f_counter_name_vals_list_add(my_counters, instance_nr := 1, "mscpool:subscr:new", 7);
-	 * my_counters := f_counter_name_vals_list_add(my_counters, instance_nr := 2, "mscpool:subscr:attach_lost", 3);
+	 * f_counter_name_vals_list_add(my_counters, instance_nr := 1, "mscpool:subscr:new", 7);
+	 * f_counter_name_vals_list_add(my_counters, instance_nr := 2, "mscpool:subscr:attach_lost", 3);
 	 *
 	 * // verify that the program reflects the expected counters:
 	 * f_counter_name_vals_expect_n(instance_name := "msc", my_counters);
 	 *
 	 * // run some more tests...
-	 * my_counters := f_counter_name_vals_list_add(my_counters, instance_nr := 0, "mscpool:subscr:known");
+	 * f_counter_name_vals_list_add(my_counters, instance_nr := 0, "mscpool:subscr:known");
 	 * // and verify again
 	 * f_counter_name_vals_expect_n(instance_name := "msc", my_counters);
 	 */

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19902
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: I2ff77176267058ced3639a42127f0063bed2fd60
Gerrit-Change-Number: 19902
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200830/522ec859/attachment.htm>


More information about the gerrit-log mailing list