Change in osmo-ttcn3-hacks[master]: fix errmsg in f_ctrl_set() which said "GET"

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
Tue Sep 7 17:24:08 UTC 2021


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

Change subject: fix errmsg in f_ctrl_set() which said "GET"
......................................................................

fix errmsg in f_ctrl_set() which said "GET"

Change-Id: I56cd20c3c1b22ac0b1e5c03727c4e6d6cbfa6973
---
M library/Osmocom_CTRL_Functions.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/library/Osmocom_CTRL_Functions.ttcn b/library/Osmocom_CTRL_Functions.ttcn
index 15cb26f..8d5607b 100644
--- a/library/Osmocom_CTRL_Functions.ttcn
+++ b/library/Osmocom_CTRL_Functions.ttcn
@@ -61,7 +61,7 @@
 		[] pt.receive(tr_CtrlMsgSetRepl(id, variable, val)) { }
 		[] pt.receive(tr_CtrlMsgTrap) { repeat; }
 		[] pt.receive(tr_CtrlMsgError) -> value rx {
-			setverdict(fail, "Error in CTRL GET ", variable, ": ", rx.err.reason);
+			setverdict(fail, "Error in CTRL SET ", variable, ": ", rx.err.reason);
 			mtc.stop;
 			}
 		[] T.timeout {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25394
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: I56cd20c3c1b22ac0b1e5c03727c4e6d6cbfa6973
Gerrit-Change-Number: 25394
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
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/20210907/64fdb21b/attachment.htm>


More information about the gerrit-log mailing list