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
41c0434a
Commit
41c0434a
authored
Jul 07, 2021
by
canterburym
Browse files
Syntax and linting corrections
parent
579c8ac4
Pipeline
#4186
failed with stages
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
33128/r17/TS33128Payloads.asn
View file @
41c0434a
TS33128Payloads
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r17(17) version1(1)}
}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r17(17) version1(1)}
DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::=
...
...
@@ -158,7 +158,7 @@ XIRIEvent ::= CHOICE
-- AKMA key management events, see clause 7.X.1
aAnFAnchorKeyRegister [1001] AAnFAnchorKeyRegister,
aAnFKAKMAApplicationKeyGet [1002] AAnFKAKMAApplicationKeyGet,
aAnFStartOfInterceptWithEstablishedAKMAKeyMaterial [1003] AAnFStartOfInterceptWithEstablishedAKMAKeyMaterial
,
aAnFStartOfInterceptWithEstablishedAKMAKeyMaterial [1003] AAnFStartOfInterceptWithEstablishedAKMAKeyMaterial,
aAnFAKMAContextRemovalRecord [1004] AAnFAKMAContextRemovalRecord,
aFAKMAApplicationKeyGet [1005] AFAKMAApplicationKeyGet,
aFAKMAApplicationKeyRefresh [1006] AFAKMAApplicationKeyRefresh,
...
...
@@ -317,7 +317,7 @@ IRIEvent ::= CHOICE
-- AKMA key management Events, see clause 7.X.1
aAnFAnchorKeyRegister [1001] AAnFAnchorKeyRegister,
aAnFKAKMAApplicationKeyGet [1002] AAnFKAKMAApplicationKeyGet,
aAnFStartOfInterceptWithEstablishedAKMAKeyMaterial [1003] AAnFStartOfInterceptWithEstablishedAKMAKeyMaterial
,
aAnFStartOfInterceptWithEstablishedAKMAKeyMaterial [1003] AAnFStartOfInterceptWithEstablishedAKMAKeyMaterial,
aAnFAKMAContextRemovalRecord [1004] AAnFAKMAContextRemovalRecord,
aFAKMAApplicationKeyGet [1005] AFAKMAApplicationKeyGet,
aFAKMAApplicationKeyRefresh [1006] AFAKMAApplicationKeyRefresh,
...
...
@@ -885,55 +885,55 @@ AKMAAFID ::= SEQUENCE
uaProtocolID [2] UAProtocolID
}
UAStarParams ::=
=
CHOICE
UAStarParams ::= CHOICE
{
tls12 [1] TLS12UAStarParams,
generic [2] GenericUAStarParams
}
GenericUAStarParams ::=
=
OCTET STRING
GenericUAStarParams ::= OCTET STRING
-- ===========================================
-- Specific UaStarParmas for TLS 1.2 (RFC5246)
-- ===========================================
TLSC
IPHERTYPE
::=
=
ENUMERATED
TLSC
ipherType
::= ENUMERATED
{
stream(1),
block(2),
aead(3)
}
TLSC
OMPRESSIONALGORITHM
::=
=
ENUMERATED
TLSC
ompressionAlgorithm
::= ENUMERATED
{
null(
0
),
deflate(
1
)
null(
1
),
deflate(
2
)
}
TLSPRFA
LGORITHM
::=
=
ENUMERATED
TLSPRFA
lgorithm
::= ENUMERATED
{
rfc5246(1)
}
TLSC
IPHERSUITE
::=
=
SEQUENCE (SIZE(2)) OF INTEGER (0..255)
TLSC
ipherSuite
::= SEQUENCE (SIZE(2)) OF INTEGER (0..255)
TLS12UAStarParams ::=
=
SEQUENCE
TLS12UAStarParams ::= SEQUENCE
{
preMasterSecret [1] OCTET STRING (SIZE(6)) OPTIONAL,
masterSecret [2] OCTET STRING (SIZE(6)),
pRFAlgorithm [3] TLSPRFA
LGORITHM
,
cipherSuite [4] TLSC
IPHERSUITE
,
cipherType [5] TLSC
IPHERTYPE
,
pRFAlgorithm [3] TLSPRFA
lgorithm
,
cipherSuite [4] TLSC
ipherSuite
,
cipherType [5] TLSC
ipherType
,
encKeyLength [6] INTEGER (0..255),
blockLength [7] INTEGER (0..255),
fixedIVLength [8] INTEGER (0..255),
recordIVLength [9] INTEGER (0..255),
macLength [11] INTEGER (0..255),
macKeyLength [12] INTEGER (0..255),
compressionAlgorithm [13] TLSC
OMPRESSIONALGORITHM
,
compressionAlgorithm [13] TLSC
ompressionAlgorithm
,
clientRandom [14] OCTET STRING (SIZE(4)),
serverRandom [15] OCTET STRING (SIZE(4))
sequenceNumber [16] INTEGER
(0..2^64-1)
serverRandom [15] OCTET STRING (SIZE(4))
,
sequenceNumber [16] INTEGER
}
KAF ::= OCTET STRING
...
...
@@ -1019,7 +1019,7 @@ KAFExpiryTime ::= GeneralizedTime
AFKeyRemovalCause ::= ENUMERATED
{
unknown(
0
),
unknown(
1
),
keyExpiry(2),
applicationSpecific(3)
}
...
...
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