Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SA3
SA3LI Trial
Commits
99f8660b
Commit
99f8660b
authored
Jul 08, 2021
by
canterburym
Browse files
Missing comma
parent
d2a46923
Pipeline
#4188
failed with stages
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
33128/r17/TS33128Payloads.asn
View file @
99f8660b
...
@@ -936,7 +936,7 @@ TLS12UAStarParams ::= SEQUENCE
...
@@ -936,7 +936,7 @@ TLS12UAStarParams ::= SEQUENCE
macKeyLength [12] INTEGER (0..255),
macKeyLength [12] INTEGER (0..255),
compressionAlgorithm [13] TLSCompressionAlgorithm,
compressionAlgorithm [13] TLSCompressionAlgorithm,
clientRandom [14] OCTET STRING (SIZE(4)),
clientRandom [14] OCTET STRING (SIZE(4)),
serverRandom [15] OCTET STRING (SIZE(4))
serverRandom [15] OCTET STRING (SIZE(4))
,
clientSequenceNumber [16] INTEGER,
clientSequenceNumber [16] INTEGER,
serverSequenceNumber [17] INTEGER,
serverSequenceNumber [17] INTEGER,
sessionID [18] OCTET STRING (SIZE(0..32)),
sessionID [18] OCTET STRING (SIZE(0..32)),
...
...
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