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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19569 )
Change subject: fixup library/PCUIF_Types: version 10: support IPv6 NSVC addr
......................................................................
fixup library/PCUIF_Types: version 10: support IPv6 NSVC addr
According to ETSI ES 201 873-1, section 21.2.1, the test case stop
operation sets the verdict to 'error'. Thus passing 'fail' as the
first argument does not make sense - remove it.
Change-Id: I27a063cb8a9653110ceba720c572bc050d333354
---
M library/PCUIF_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/69/19569/1
diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 51e27e2..7be4940 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -973,7 +973,7 @@
remote_addr.v10.addr[1] := f_pad_oct(''O, 16, '00'O);
} else {
if (addr_type != PCUIF_ADDR_TYPE_IPV4) {
- testcase.stop(fail, "NSVC address type := ", addr_type,
+ testcase.stop("NSVC address type := ", addr_type,
"is not supported in version := ",
PCUIF_Types.mp_pcuif_version);
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19569
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: I27a063cb8a9653110ceba720c572bc050d333354
Gerrit-Change-Number: 19569
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200812/15fe7b21/attachment.htm>