Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
5918986b
Commit
5918986b
authored
Jan 31, 2019
by
Yann Garcia
Browse files
Add ASN.1 fix for Version ::= INTEGER {v1(1)} COER encoding
parent
5369be50
Changes
3
Hide whitespace changes
Inline
Side-by-side
asn1/Security/TS102921/EtsiTs102941MessagesCA.asn
View file @
5918986b
...
...
@@ -66,7 +66,7 @@ CaCertificateRekeyingMessage ::= EtsiTs103097Data-Signed {EtsiTs103097Data-Signe
************/
EtsiTs102941Data::= SEQUENCE {
version
Version (v1))
(1..255),
version
INTEGER { v1(1) }
(1..255),
content EtsiTs102941DataContent
}
...
...
asn1/Security/TS102921/EtsiTs102941MessagesItss.asn
View file @
5918986b
...
...
@@ -58,7 +58,7 @@ RcaCertificateTrustListMessage ::= EtsiTs103097Data-Signed{EtsiTs102941Data (WIT
************/
EtsiTs102941Data::= SEQUENCE {
version
Version (v
1) (1..255),
version
INTEGER { v1(
1)
}
(1..255),
content EtsiTs102941DataContent
}
...
...
asn1/Security/TS102921/EtsiTs102941MessagesItss_OptionalPrivacy.asn
View file @
5918986b
...
...
@@ -57,7 +57,7 @@ RcaCertificateTrustListMessage ::= EtsiTs103097Data-Signed{EtsiTs102941Data (WIT
************/
EtsiTs102941Data::= SEQUENCE {
version
Version (v
1) (1..255),
version
INTEGER { v1(
1)
}
(1..255),
content EtsiTs102941DataContent
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment