aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2021-09-07 14:45:31 +0200
committerneels <nhofmeyr@sysmocom.de>2021-09-07 17:23:17 +0000
commit8f17e05e250768fb00680f8d8f8ffda0ef950b1c (patch)
treedd2591c2b9928945a7d5e0c269ae1910ce8df6c9
parent9061ebd70fbfaaf27bf2400a6c00b79769b7e1a4 (diff)
fix errmsg in f_ctrl_set() which said "GET"
-rw-r--r--library/Osmocom_CTRL_Functions.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Osmocom_CTRL_Functions.ttcn b/library/Osmocom_CTRL_Functions.ttcn
index 15cb26f9..8d5607b6 100644
--- a/library/Osmocom_CTRL_Functions.ttcn
+++ b/library/Osmocom_CTRL_Functions.ttcn
@@ -61,7 +61,7 @@ module Osmocom_CTRL_Functions {
[] 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 {