aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/Osmocom_VTY_Functions.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Osmocom_VTY_Functions.ttcn b/library/Osmocom_VTY_Functions.ttcn
index e5f615c5..82aff6bf 100644
--- a/library/Osmocom_VTY_Functions.ttcn
+++ b/library/Osmocom_VTY_Functions.ttcn
@@ -66,7 +66,7 @@ module Osmocom_VTY_Functions {
[] pt.receive(pattern "[\w-]+" & VTY_VIEW_SUFFIX) { };
[] pt.receive(pattern "[\w-]+\# ") { };
[] pt.receive(pattern "[\w-]+\(*\)\# ") { };
- [] pt.receive(t_vty_unknown) {
+ [] pt.receive(t_vty_unknown) -> value rx {
if (strict) {
setverdict(fail, "VTY: Unknown Command");
mtc.stop;