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
TC LI schemas definitions
Commits
a5e65fd8
Commit
a5e65fd8
authored
Aug 16, 2022
by
canterburym
Browse files
Merge branch 'meeting/LI60' into 'main'
Output from LI60 See merge request
!22
parents
3657cb3f
df811e36
Pipeline
#13634
passed with stage
in 19 seconds
Changes
4
Pipelines
15
Hide whitespace changes
Inline
Side-by-side
102232-1/LI-PS-PDU.asn
View file @
a5e65fd8
LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version3
3
(3
3
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version3
4
(3
4
)}
DEFINITIONS IMPLICIT TAGS ::=
...
...
@@ -190,7 +190,8 @@ IMPORTS
-- from 3GPP TS 33.128 [46]
LINotificationPayload,
IRIPayload,
CCPayload
CCPayload,
UserLocation
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)
...
...
@@ -204,7 +205,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) version3
3
(3
3
)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version3
4
(3
4
)}
-- ====================
-- Top-level definition
...
...
@@ -663,11 +664,12 @@ EncryptedPayloadType ::= ENUMERATED
Location ::= SEQUENCE
-- This is a common parameter, the use of this parameter is described in clause 4.5
{
umtsHI2Location [0] UmtsHI2Operations.Location OPTIONAL,
epsLocation [1] EpsHI2Operations.EPSLocation OPTIONAL,
umtsHI2Location
[0] UmtsHI2Operations.Location OPTIONAL,
epsLocation
[1] EpsHI2Operations.EPSLocation OPTIONAL,
...,
wlanLocationAttributes [2] WlanLocationAttributes OPTIONAL,
eTSI671HI2Location [3] HI2Operations.Location OPTIONAL
wlanLocationAttributes [2] WlanLocationAttributes OPTIONAL,
eTSI671HI2Location [3] HI2Operations.Location OPTIONAL,
threeGPP33128UserLocation [4] TS33128Payloads.UserLocation OPTIONAL
}
WlanLocationAttributes ::= SEQUENCE
...
...
102232-5/IPMultimediaPDU.asn
View file @
a5e65fd8
...
...
@@ -4,7 +4,7 @@
IPMultimediaPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version1
4
(1
4
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version1
5
(1
5
)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
...
...
@@ -14,7 +14,7 @@ IMPORTS
IPAddress,
Location
FROM LI-PS-PDU
{itu-u(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version3
0
(3
0
)};
{itu-u(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version3
4
(3
4
)};
...
...
@@ -22,8 +22,8 @@ IMPORTS
-- Object Identifier Definition
-- ============================
iPMMIRIObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version1
4
(1
4
) iRI(1)}
iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version1
4
(1
4
) cC(2)}
iPMMIRIObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version1
5
(1
5
) iRI(1)}
iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version1
5
(1
5
) cC(2)}
-- both definitions relative to:
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}
...
...
103221-1/TS_103_221_01.xsd
View file @
a5e65fd8
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03221/X1/2017/10"
xmlns:etsi103280=
"http://uri.etsi.org/03280/common/2017/07"
xmlns:hashedID=
"http://uri.etsi.org/03221/X1/2017/10/HashedID"
xmlns:destinationSet=
"http://uri.etsi.org/03221/X1/2017/10/DestinationSet"
targetNamespace=
"http://uri.etsi.org/03221/X1/2017/10"
elementFormDefault=
"qualified"
version=
"1.1
1
.1"
>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03221/X1/2017/10"
xmlns:etsi103280=
"http://uri.etsi.org/03280/common/2017/07"
xmlns:hashedID=
"http://uri.etsi.org/03221/X1/2017/10/HashedID"
xmlns:destinationSet=
"http://uri.etsi.org/03221/X1/2017/10/DestinationSet"
targetNamespace=
"http://uri.etsi.org/03221/X1/2017/10"
elementFormDefault=
"qualified"
version=
"1.1
2
.1"
>
<xs:import
namespace=
"http://uri.etsi.org/03280/common/2017/07"
/>
<xs:import
namespace=
"http://uri.etsi.org/03221/X1/2017/10/HashedID"
/>
<!-- Message containers -->
...
...
@@ -78,6 +78,7 @@
<xs:sequence>
<xs:element
name=
"requestMessageType"
type=
"RequestMessageType"
/>
<xs:element
name=
"errorInformation"
type=
"ErrorInformation"
/>
<xs:element
name=
"extensionInformation"
type=
"ExtensionInformation"
minOccurs=
"0"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
...
...
@@ -108,6 +109,7 @@
<xs:enumeration
value=
"DeleteObject"
/>
<xs:enumeration
value=
"ListObjectsOfType"
/>
<xs:enumeration
value=
"DeleteAllObjects"
/>
<xs:enumeration
value=
"ExtendedRequestMessageType"
/>
</xs:restriction>
</xs:simpleType>
<xs:complexType
name=
"ErrorInformation"
>
...
...
@@ -116,6 +118,17 @@
<xs:element
name=
"errorDescription"
type=
"xs:string"
/>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"ExtensionInformation"
>
<xs:sequence>
<xs:element
name=
"extensionSpecification"
type=
"ExtensionSpecification"
/>
<xs:element
name=
"extendedRequestMessageType"
type=
"xs:string"
/>
</xs:sequence>
</xs:complexType>
<xs:simpleType
name=
"ExtensionSpecification"
>
<xs:restriction
base=
"xs:string"
>
<xs:enumeration
value=
"TS133128"
/>
</xs:restriction>
</xs:simpleType>
<!-- Individual Message Definitions -->
<!-- See section 6.2.1 -->
<xs:complexType
name=
"ActivateTaskRequest"
>
...
...
@@ -744,6 +757,7 @@
<xs:sequence>
<xs:element
name=
"typeOfNeIssueMessage"
type=
"TypeOfNeIssueMessage"
/>
<xs:element
name=
"description"
type=
"xs:string"
/>
<xs:element
name=
"issueCode"
type=
"xs:integer"
minOccurs=
"0"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
...
...
@@ -754,6 +768,7 @@
<xs:enumeration
value=
"Warning"
/>
<xs:enumeration
value=
"FaultCleared"
/>
<xs:enumeration
value=
"FaultReport"
/>
<xs:enumeration
value=
"Alert"
/>
</xs:restriction>
</xs:simpleType>
<!-- See section 6.5.4 -->
...
...
103707/TS_103_707.xsd
View file @
a5e65fd8
...
...
@@ -3,7 +3,7 @@
xmlns:etsi103280=
"http://uri.etsi.org/03280/common/2017/07"
xmlns=
"http://uri.etsi.org/03707/2020/02"
targetNamespace=
"http://uri.etsi.org/03707/2020/02"
version=
"1.
5
.1"
version=
"1.
6
.1"
elementFormDefault=
"qualified"
>
<xs:import
namespace=
"http://uri.etsi.org/03280/common/2017/07"
/>
...
...
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