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
216395c7
Commit
216395c7
authored
Jun 15, 2020
by
canterburym
Browse files
TS 102 232-1 v3.5.1 (2013-10-22) agreed at LI#34 (Edinburgh, 2013-09-24)
parent
44f79f5a
Pipeline
#4041
passed with stage
in 5 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
102232-1/LI-PS-PDU.asn
View file @
216395c7
LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version1
6
(1
6
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version1
7
(1
7
)}
DEFINITIONS IMPLICIT TAGS ::=
...
...
@@ -25,16 +25,17 @@ IMPORTS
EmailCC,
EmailIRI,
MessagingCC,
MessagingMMCC,
MessagingIRI
FROM EmailPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
1
(1
1
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
2
(1
2
)}
-- from TS 102 232-03 [6]
IPCC,
IPIRI,
IPIRIOnly
FROM IPAccessPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPAccess(3) version
9(9
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPAccess(3) version
10(10
)}
-- from TS 102 232-04 [32]
L2CC,
...
...
@@ -128,7 +129,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) version1
6
(1
6
)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version1
7
(1
7
)}
-- ====================
-- Top-level definition
...
...
@@ -173,7 +174,8 @@ TimeStampQualifier ::= ENUMERATED
unknown(0),
timeOfInterception(1),
timeOfMediation(2),
...
...,
timeOfAggregation(3)
}
-- ====================================
...
...
@@ -214,8 +216,9 @@ CCPayload ::= SEQUENCE
-- For aggregated payloads (see clause 6.2.3)
cCContents [2] CCContents,
...,
microSecondTimeStamp [3] MicroSecondTimeStamp OPTIONAL
microSecondTimeStamp [3] MicroSecondTimeStamp OPTIONAL
,
-- For aggregated payloads (see clause 6.2.3)
timeStampQualifier [4] TimeStampQualifier OPTIONAL
}
PayloadDirection ::= ENUMERATED
...
...
@@ -251,7 +254,8 @@ CCContents ::= CHOICE
messagingCC [14] MessagingCC,
ePSCC [15] OCTET STRING,
uMTSCC-CC-PDU [16] Umts-HI3-PS.CC-PDU,
ePSCC-CC-PDU [17] Eps-HI3-PS.CC-PDU
ePSCC-CC-PDU [17] Eps-HI3-PS.CC-PDU,
messagingMMCC [18] MessagingMMCC
}
MicroSecondTimeStamp ::= SEQUENCE
...
...
@@ -273,7 +277,10 @@ IRIPayload ::= SEQUENCE
timeStamp [1] GeneralizedTime OPTIONAL,
-- For aggregated payloads (see clause 6.2.3)
iRIContents [2] IRIContents,
...
...,
microSecondTimeStamp [3] MicroSecondTimeStamp OPTIONAL,
-- For aggregated payloads (see clause 6.2.3)
timeStampQualifier [4] TimeStampQualifier OPTIONAL
}
IRIType ::= ENUMERATED
...
...
@@ -337,17 +344,22 @@ EPSIRI ::= CHOICE
TRIPayload ::= CHOICE
{
integrityCheck [0] IntegrityCheck,
testPDU [1] NULL,
paddingPDU [2] OCTET STRING,
integrityCheck
[0] IntegrityCheck,
testPDU
[1] NULL,
paddingPDU
[2] OCTET STRING,
-- Undefined contents (will be discarded)
keep-alive [3] NULL,
keep-aliveResponse [4] NULL,
firstSegmentFlag [5] NULL,
lastSegmentFlag [6] NULL,
keep-alive
[3] NULL,
keep-aliveResponse
[4] NULL,
firstSegmentFlag
[5] NULL,
lastSegmentFlag
[6] NULL,
...,
cINReset [7] NULL,
operatorLeaMessage [8] OperatorLeaMessage
cINReset [7] NULL,
operatorLeaMessage [8] OperatorLeaMessage,
optionRequest [9] OptionRequest,
optionResponse [10] OptionResponse,
optionComplete [11] NULL,
pDUAcknowledgementRequest [12] NULL,
pDUAcknowledgementResponse [13] NULL
}
IntegrityCheck ::= SEQUENCE
...
...
@@ -380,6 +392,25 @@ DataType ::= ENUMERATED
...
}
Option ::= CHOICE
{
pDUAcknowledgement [0] NULL,
...
}
OptionRequest ::= SEQUENCE
{
requestedOptions [0] SEQUENCE OF Option,
...
}
OptionResponse ::= SEQUENCE
{
acceptedOptions [0] SEQUENCE OF Option,
declinedOptions [1] SEQUENCE OF Option,
...
}
-- ==================================
-- Definitions for OperatorLeaMessage
-- ==================================
...
...
@@ -472,4 +503,3 @@ EncryptedPayloadType ::= ENUMERATED
}
END --end of LI-PS-PDU
102232-1/portal/LI-PS-PDU,ver1
6,1
.txt
→
102232-1/portal/LI-PS-PDU,ver1
7
.txt
View file @
216395c7
LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version1
6
(1
6
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version1
7
(1
7
)}
DEFINITIONS IMPLICIT TAGS ::=
...
...
@@ -25,16 +25,17 @@ IMPORTS
EmailCC,
EmailIRI,
MessagingCC,
MessagingMMCC,
MessagingIRI
FROM EmailPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
1
(1
1
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
2
(1
2
)}
-- from TS 102 232-03 [6]
IPCC,
IPIRI,
IPIRIOnly
FROM IPAccessPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPAccess(3) version
9(9
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPAccess(3) version
10(10
)}
-- from TS 102 232-04 [32]
L2CC,
...
...
@@ -128,7 +129,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) version1
6
(1
6
)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version1
7
(1
7
)}
-- ====================
-- Top-level definition
...
...
@@ -173,7 +174,8 @@ TimeStampQualifier ::= ENUMERATED
unknown(0),
timeOfInterception(1),
timeOfMediation(2),
...
...,
timeOfAggregation(3)
}
-- ====================================
...
...
@@ -214,8 +216,9 @@ CCPayload ::= SEQUENCE
-- For aggregated payloads (see clause 6.2.3)
cCContents [2] CCContents,
...,
microSecondTimeStamp [3] MicroSecondTimeStamp OPTIONAL
microSecondTimeStamp [3] MicroSecondTimeStamp OPTIONAL
,
-- For aggregated payloads (see clause 6.2.3)
timeStampQualifier [4] TimeStampQualifier OPTIONAL
}
PayloadDirection ::= ENUMERATED
...
...
@@ -251,7 +254,8 @@ CCContents ::= CHOICE
messagingCC [14] MessagingCC,
ePSCC [15] OCTET STRING,
uMTSCC-CC-PDU [16] Umts-HI3-PS.CC-PDU,
ePSCC-CC-PDU [17] Eps-HI3-PS.CC-PDU
ePSCC-CC-PDU [17] Eps-HI3-PS.CC-PDU,
messagingMMCC [18] MessagingMMCC
}
MicroSecondTimeStamp ::= SEQUENCE
...
...
@@ -273,7 +277,10 @@ IRIPayload ::= SEQUENCE
timeStamp [1] GeneralizedTime OPTIONAL,
-- For aggregated payloads (see clause 6.2.3)
iRIContents [2] IRIContents,
...
...,
microSecondTimeStamp [3] MicroSecondTimeStamp OPTIONAL,
-- For aggregated payloads (see clause 6.2.3)
timeStampQualifier [4] TimeStampQualifier OPTIONAL
}
IRIType ::= ENUMERATED
...
...
@@ -337,17 +344,22 @@ EPSIRI ::= CHOICE
TRIPayload ::= CHOICE
{
integrityCheck [0] IntegrityCheck,
testPDU [1] NULL,
paddingPDU [2] OCTET STRING,
integrityCheck
[0] IntegrityCheck,
testPDU
[1] NULL,
paddingPDU
[2] OCTET STRING,
-- Undefined contents (will be discarded)
keep-alive [3] NULL,
keep-aliveResponse [4] NULL,
firstSegmentFlag [5] NULL,
lastSegmentFlag [6] NULL,
keep-alive
[3] NULL,
keep-aliveResponse
[4] NULL,
firstSegmentFlag
[5] NULL,
lastSegmentFlag
[6] NULL,
...,
cINReset [7] NULL,
operatorLeaMessage [8] OperatorLeaMessage
cINReset [7] NULL,
operatorLeaMessage [8] OperatorLeaMessage,
optionRequest [9] OptionRequest,
optionResponse [10] OptionResponse,
optionComplete [11] NULL,
pDUAcknowledgementRequest [12] NULL,
pDUAcknowledgementResponse [13] NULL
}
IntegrityCheck ::= SEQUENCE
...
...
@@ -380,6 +392,25 @@ DataType ::= ENUMERATED
...
}
Option ::= CHOICE
{
pDUAcknowledgement [0] NULL,
...
}
OptionRequest ::= SEQUENCE
{
requestedOptions [0] SEQUENCE OF Option,
...
}
OptionResponse ::= SEQUENCE
{
acceptedOptions [0] SEQUENCE OF Option,
declinedOptions [1] SEQUENCE OF Option,
...
}
-- ==================================
-- Definitions for OperatorLeaMessage
-- ==================================
...
...
@@ -472,4 +503,3 @@ EncryptedPayloadType ::= ENUMERATED
}
END --end of LI-PS-PDU
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