From 8f17e05e250768fb00680f8d8f8ffda0ef950b1c Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 7 Sep 2021 14:45:31 +0200 Subject: fix errmsg in f_ctrl_set() which said "GET" Change-Id: I56cd20c3c1b22ac0b1e5c03727c4e6d6cbfa6973 --- library/Osmocom_CTRL_Functions.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3