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
5487bc67
Commit
5487bc67
authored
Jun 15, 2020
by
canterburym
Browse files
TS 102 232-1 v3.17.1 (2018-09-11) agreed at LI#48 (Bergen, 2018-06-26)
parent
a1441ce1
Pipeline
#4159
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 @
5487bc67
LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version2
7
(2
7
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version2
8
(2
8
)}
DEFINITIONS IMPLICIT TAGS ::=
...
...
@@ -16,6 +16,7 @@ IMPORTS
-- from TS 101 671 [4]
IRI-Parameters,
IRIsContent,
Location,
Network-Element-Identifier
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version17(17)}
...
...
@@ -188,7 +189,14 @@ IMPORTS
{iso(1) member-body(2) us(840) tia(113737) laes(2) tr45(0) cdma2000(1) cii(0) version-2(1)}
CCIPPacketHeader
FROM CDMA2000CCModule
{iso(1) member-body(2) us(840) tia(113737) laes(2) tr45(0) cdma2000(1) cc(1) version-1(0)};
{iso(1) member-body(2) us(840) tia(113737) laes(2) tr45(0) cdma2000(1) cc(1) version-1(0)}
-- from ETSI TS 103 462 [X]
ILHIPayload
FROM ILHIPDU
{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.
-- end of IMPORTS
...
...
@@ -198,7 +206,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) version2
6
(2
6
)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version2
8
(2
8
)}
-- ====================
-- Top-level definition
...
...
@@ -237,8 +245,10 @@ Payload ::= CHOICE
...,
hI1-Operation [3] HI1-Operation,
encryptionContainer [4] EncryptionContainer,
threeGPP-HI1-Operation [5] ThreeGPP-HI1-Operation
threeGPP-HI1-Operation [5] ThreeGPP-HI1-Operation
,
-- This structure may be functionally redundant with hI1-Operation from TS 101 671
iLHIPayload [6] SEQUENCE OF ILHIPayload
-- For typical use cases see ETSI TS 103 462 [45]
}
TimeStampQualifier ::= ENUMERATED
...
...
@@ -507,7 +517,8 @@ DataType ::= ENUMERATED
{
iRI(1),
cC(2),
...
...,
iLHI(3)
}
...
...
@@ -644,7 +655,8 @@ Location ::= SEQUENCE
umtsHI2Location [0] UmtsHI2Operations.Location OPTIONAL,
epsLocation [1] EpsHI2Operations.EPSLocation OPTIONAL,
...,
wlanLocationAttributes [2] WlanLocationAttributes OPTIONAL
wlanLocationAttributes [2] WlanLocationAttributes OPTIONAL,
eTSI671HI2Location [3] HI2Operations.Location OPTIONAL
}
WlanLocationAttributes ::= SEQUENCE
...
...
@@ -657,8 +669,8 @@ WlanLocationAttributes ::= SEQUENCE
IPAddress ::= SEQUENCE
-- This parameter was previously imported from TS 101 671 [4] but has been copied
-- to TS 102 232-1. It is not recommended to use this parameter in
future
-- change requests. Suggested approach is to use a parameter from TS 103 280 [42]
-- to TS 102 232-1. It is not recommended to use this parameter in
--
future
change requests. Suggested approach is to use a parameter from TS 103 280 [42]
-- instead.
{
iP-type [1] ENUMERATED
...
...
102232-1/portal/LI-PS-PDU,ver2
7
.txt
→
102232-1/portal/LI-PS-PDU,ver2
8
.txt
View file @
5487bc67
LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version2
7
(2
7
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version2
8
(2
8
)}
DEFINITIONS IMPLICIT TAGS ::=
...
...
@@ -16,6 +16,7 @@ IMPORTS
-- from TS 101 671 [4]
IRI-Parameters,
IRIsContent,
Location,
Network-Element-Identifier
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version17(17)}
...
...
@@ -188,7 +189,14 @@ IMPORTS
{iso(1) member-body(2) us(840) tia(113737) laes(2) tr45(0) cdma2000(1) cii(0) version-2(1)}
CCIPPacketHeader
FROM CDMA2000CCModule
{iso(1) member-body(2) us(840) tia(113737) laes(2) tr45(0) cdma2000(1) cc(1) version-1(0)};
{iso(1) member-body(2) us(840) tia(113737) laes(2) tr45(0) cdma2000(1) cc(1) version-1(0)}
-- from ETSI TS 103 462 [X]
ILHIPayload
FROM ILHIPDU
{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.
-- end of IMPORTS
...
...
@@ -198,7 +206,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) version2
6
(2
6
)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version2
8
(2
8
)}
-- ====================
-- Top-level definition
...
...
@@ -237,8 +245,10 @@ Payload ::= CHOICE
...,
hI1-Operation [3] HI1-Operation,
encryptionContainer [4] EncryptionContainer,
threeGPP-HI1-Operation [5] ThreeGPP-HI1-Operation
threeGPP-HI1-Operation [5] ThreeGPP-HI1-Operation
,
-- This structure may be functionally redundant with hI1-Operation from TS 101 671
iLHIPayload [6] SEQUENCE OF ILHIPayload
-- For typical use cases see ETSI TS 103 462 [45]
}
TimeStampQualifier ::= ENUMERATED
...
...
@@ -507,7 +517,8 @@ DataType ::= ENUMERATED
{
iRI(1),
cC(2),
...
...,
iLHI(3)
}
...
...
@@ -644,7 +655,8 @@ Location ::= SEQUENCE
umtsHI2Location [0] UmtsHI2Operations.Location OPTIONAL,
epsLocation [1] EpsHI2Operations.EPSLocation OPTIONAL,
...,
wlanLocationAttributes [2] WlanLocationAttributes OPTIONAL
wlanLocationAttributes [2] WlanLocationAttributes OPTIONAL,
eTSI671HI2Location [3] HI2Operations.Location OPTIONAL
}
WlanLocationAttributes ::= SEQUENCE
...
...
@@ -657,8 +669,8 @@ WlanLocationAttributes ::= SEQUENCE
IPAddress ::= SEQUENCE
-- This parameter was previously imported from TS 101 671 [4] but has been copied
-- to TS 102 232-1. It is not recommended to use this parameter in
future
-- change requests. Suggested approach is to use a parameter from TS 103 280 [42]
-- to TS 102 232-1. It is not recommended to use this parameter in
--
future
change requests. Suggested approach is to use a parameter from TS 103 280 [42]
-- instead.
{
iP-type [1] ENUMERATED
...
...
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