aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-08-12 00:55:50 +0000
committerNeels Hofmeyr <neels@hofmeyr.de>2020-08-12 11:19:23 +0000
commit5c59a8f04ae6e0a46fab2e3ccfe4b7f0824a8348 (patch)
tree53c3512ab8140336575f86ddc7e9f6a69bd0b1d6
parent783681ce4285816ac0c2b13196e7e19aa506b108 (diff)
another fixup for "fix mscpool cleanup (fixes LCLS tests)"
During patch grooming of the previous fixup, one patch line went missing, which breaks the ttcn3-bsc-test-latest completely. Add that change now. Change-Id: I75295d638072df9f5213a7e74e4a960c009c2865
-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;