Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LI - Lawful Interception
Trial
Commits
82c539a4
Commit
82c539a4
authored
Jun 15, 2020
by
canterburym
Browse files
TS 102 232-1 v3.20.1 (2019-08-20) agreed at LI#51 (Texel, 2019-06-11)
parent
ede019ff
Pipeline
#4182
failed with stage
in 6 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
102232-1/LI-PS-PDU.asn
View file @
82c539a4
LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version
29(29
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version
30(30
)}
DEFINITIONS IMPLICIT TAGS ::=
...
...
@@ -195,10 +195,15 @@ IMPORTS
-- from ETSI TS 103 462 [45]
ILHIPayload
FROM ILHIPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) informationHandover(4) ilhi(0) ilhiPdu(0) version1(1)};
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) informationHandover(4) ilhi(0) ilhiPdu(0) version1(1)}
-- This import is only used for the handover between LEMFs.
-- from 3GPP TS 33.128 [46]
LINotificationPayload
FROM TS33128Payloads
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19)};
-- The relevant module (including the 3GPP release and version number)
-- needs to be chosen when compiling the application.
-- end of IMPORTS
...
...
@@ -208,7 +213,7 @@ IMPORTS
lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version
29(29
)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version
30(30
)}
-- ====================
-- Top-level definition
...
...
@@ -249,8 +254,9 @@ Payload ::= CHOICE
encryptionContainer [4] EncryptionContainer,
threeGPP-HI1-Operation [5] ThreeGPP-HI1-Operation,
-- This structure may be functionally redundant with hI1-Operation from ETSI TS 101 671 [4]
iLHIPayload [6] SEQUENCE OF ILHIPayload
iLHIPayload [6] SEQUENCE OF ILHIPayload
,
-- For typical use cases see ETSI TS 103 462 [45]
hI4Payload [7] SEQUENCE OF HI4Payload
}
TimeStampQualifier ::= ENUMERATED
...
...
@@ -262,6 +268,12 @@ TimeStampQualifier ::= ENUMERATED
timeOfAggregation(3)
}
HI4Payload ::= CHOICE
{
threeGPP-LI-Notification [1] TS33128Payloads.LiNotificationPayload,
...
}
-- ====================================
-- Items contained within the PS-Header
-- ====================================
...
...
102232-1/portal/LI-PS-PDU,ver
29
.txt
→
102232-1/portal/LI-PS-PDU,ver
30
.txt
View file @
82c539a4
LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version
29(29
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version
30(30
)}
DEFINITIONS IMPLICIT TAGS ::=
...
...
@@ -195,10 +195,15 @@ IMPORTS
-- from ETSI TS 103 462 [45]
ILHIPayload
FROM ILHIPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) informationHandover(4) ilhi(0) ilhiPdu(0) version1(1)};
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) informationHandover(4) ilhi(0) ilhiPdu(0) version1(1)}
-- This import is only used for the handover between LEMFs.
-- from 3GPP TS 33.128 [46]
LINotificationPayload
FROM TS33128Payloads
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19)};
-- The relevant module (including the 3GPP release and version number)
-- needs to be chosen when compiling the application.
-- end of IMPORTS
...
...
@@ -208,7 +213,7 @@ IMPORTS
lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version
29(29
)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version
30(30
)}
-- ====================
-- Top-level definition
...
...
@@ -249,8 +254,9 @@ Payload ::= CHOICE
encryptionContainer [4] EncryptionContainer,
threeGPP-HI1-Operation [5] ThreeGPP-HI1-Operation,
-- This structure may be functionally redundant with hI1-Operation from ETSI TS 101 671 [4]
iLHIPayload [6] SEQUENCE OF ILHIPayload
iLHIPayload [6] SEQUENCE OF ILHIPayload
,
-- For typical use cases see ETSI TS 103 462 [45]
hI4Payload [7] SEQUENCE OF HI4Payload
}
TimeStampQualifier ::= ENUMERATED
...
...
@@ -262,6 +268,12 @@ TimeStampQualifier ::= ENUMERATED
timeOfAggregation(3)
}
HI4Payload ::= CHOICE
{
threeGPP-LI-Notification [1] TS33128Payloads.LiNotificationPayload,
...
}
-- ====================================
-- Items contained within the PS-Header
-- ====================================
...
...
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