Change in osmo-ttcn3-hacks[master]: another fixup for "fix mscpool cleanup (fixes LCLS tests)"

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
Wed Aug 12 11:19:54 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19571 )


Change subject: another fixup for "fix mscpool cleanup (fixes LCLS tests)"
......................................................................

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
---
M library/Osmocom_VTY_Functions.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/71/19571/1

diff --git a/library/Osmocom_VTY_Functions.ttcn b/library/Osmocom_VTY_Functions.ttcn
index e5f615c..82aff6b 100644
--- a/library/Osmocom_VTY_Functions.ttcn
+++ b/library/Osmocom_VTY_Functions.ttcn
@@ -66,7 +66,7 @@
 			[] 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;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19571
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: I75295d638072df9f5213a7e74e4a960c009c2865
Gerrit-Change-Number: 19571
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200812/e620cb23/attachment.htm>


More information about the gerrit-log mailing list