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
5af35eef
Commit
5af35eef
authored
Jun 15, 2020
by
canterburym
Browse files
TS 102 657 v1.16.1 (2014-10-24) agreed at LI#37 (Lecce, 2014-09-23)
parent
9c63d135
Pipeline
#4061
passed with stage
in 6 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
102657/RDMessage.asn
View file @
5af35eef
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version1
5
(1
5
)}
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version1
6
(1
6
)}
DEFINITIONS IMPLICIT TAGS ::=
DEFINITIONS IMPLICIT TAGS ::=
...
@@ -12,7 +12,7 @@ BEGIN
...
@@ -12,7 +12,7 @@ BEGIN
retainedDataDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3)}
retainedDataDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3)}
-- rdHeader
-- rdHeader
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version1
5
(1
5
)}
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version1
6
(1
6
)}
-- ======================================
-- ======================================
...
@@ -233,9 +233,22 @@ FurtherInformation ::= SEQUENCE
...
@@ -233,9 +233,22 @@ FurtherInformation ::= SEQUENCE
{
{
information [1] UTF8String,
information [1] UTF8String,
contactInformation [2] UTF8String OPTIONAL,
contactInformation [2] UTF8String OPTIONAL,
...,
categorisedErrorDescription [3] CategorisedErrorDescription OPTIONAL -- see 6.4
}
CategorisedErrorDescription ::= SEQUENCE
{
value [1] INTEGER,
description [2] UTF8String OPTIONAL,
...
...
}
}
-- ===================================================
-- ===================================================
-- Definitions of a cancel message and acknowledgement
-- Definitions of a cancel message and acknowledgement
-- ===================================================
-- ===================================================
...
...
102657/RDMessage.xsd
View file @
5af35eef
<?xml version="1.0"?>
<?xml version="1.0"?>
<xsd:schema
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
<xsd:schema
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/02657/v1.1
5
.1#/RetainedData"
xmlns=
"http://uri.etsi.org/02657/v1.1
6
.1#/RetainedData"
targetNamespace=
"http://uri.etsi.org/02657/v1.1
5
.1#/RetainedData"
targetNamespace=
"http://uri.etsi.org/02657/v1.1
6
.1#/RetainedData"
elementFormDefault=
"qualified"
>
elementFormDefault=
"qualified"
>
<xsd:annotation>
<xsd:annotation>
<xsd:documentation
xml:lang=
"en"
>
<xsd:documentation
xml:lang=
"en"
>
XSD translated from ASN.1 derived from outcome of TS 102 657 v1.1
5
.1
XSD translated from ASN.1 derived from outcome of TS 102 657 v1.1
6
.1
</xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:annotation>
...
@@ -2235,6 +2235,15 @@
...
@@ -2235,6 +2235,15 @@
<xsd:sequence>
<xsd:sequence>
<xsd:element
name=
"information"
type=
"xsd:string"
/>
<xsd:element
name=
"information"
type=
"xsd:string"
/>
<xsd:element
name=
"contactInformation"
minOccurs=
"0"
type=
"xsd:string"
/>
<xsd:element
name=
"contactInformation"
minOccurs=
"0"
type=
"xsd:string"
/>
<xsd:element
name=
"categorisedErrorDescription"
minOccurs=
"0"
type=
"CategorisedErrorDescription"
/>
<xsd:any
namespace=
"##other"
processContents=
"lax"
minOccurs=
"0"
/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType
name=
"CategorisedErrorDescription"
>
<xsd:sequence>
<xsd:element
name=
"value"
type=
"xsd:integer"
/>
<xsd:element
name=
"description"
minOccurs=
"0"
type=
"xsd:string"
/>
<xsd:any
namespace=
"##other"
processContents=
"lax"
minOccurs=
"0"
/>
<xsd:any
namespace=
"##other"
processContents=
"lax"
minOccurs=
"0"
/>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
</xsd:complexType>
...
...
102657/portal/RDMessagever1
5
.txt
→
102657/portal/RDMessagever1
6
.txt
View file @
5af35eef
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version1
5
(1
5
)}
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version1
6
(1
6
)}
DEFINITIONS IMPLICIT TAGS ::=
DEFINITIONS IMPLICIT TAGS ::=
...
@@ -12,7 +12,7 @@ BEGIN
...
@@ -12,7 +12,7 @@ BEGIN
retainedDataDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3)}
retainedDataDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3)}
-- rdHeader
-- rdHeader
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version1
5
(1
5
)}
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version1
6
(1
6
)}
-- ======================================
-- ======================================
...
@@ -233,9 +233,22 @@ FurtherInformation ::= SEQUENCE
...
@@ -233,9 +233,22 @@ FurtherInformation ::= SEQUENCE
{
{
information [1] UTF8String,
information [1] UTF8String,
contactInformation [2] UTF8String OPTIONAL,
contactInformation [2] UTF8String OPTIONAL,
...,
categorisedErrorDescription [3] CategorisedErrorDescription OPTIONAL -- see 6.4
}
CategorisedErrorDescription ::= SEQUENCE
{
value [1] INTEGER,
description [2] UTF8String OPTIONAL,
...
...
}
}
-- ===================================================
-- ===================================================
-- Definitions of a cancel message and acknowledgement
-- Definitions of a cancel message and acknowledgement
-- ===================================================
-- ===================================================
...
...
102657/portal/RDMessage
,
ver1
5
.xsd
→
102657/portal/RDMessagever1
6
.xsd
View file @
5af35eef
<?xml version="1.0"?>
<?xml version="1.0"?>
<xsd:schema
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
<xsd:schema
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/02657/v1.1
5
.1#/RetainedData"
xmlns=
"http://uri.etsi.org/02657/v1.1
6
.1#/RetainedData"
targetNamespace=
"http://uri.etsi.org/02657/v1.1
5
.1#/RetainedData"
targetNamespace=
"http://uri.etsi.org/02657/v1.1
6
.1#/RetainedData"
elementFormDefault=
"qualified"
>
elementFormDefault=
"qualified"
>
<xsd:annotation>
<xsd:annotation>
<xsd:documentation
xml:lang=
"en"
>
<xsd:documentation
xml:lang=
"en"
>
XSD translated from ASN.1 derived from outcome of TS 102 657 v1.1
5
.1
XSD translated from ASN.1 derived from outcome of TS 102 657 v1.1
6
.1
</xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:annotation>
...
@@ -2235,6 +2235,15 @@
...
@@ -2235,6 +2235,15 @@
<xsd:sequence>
<xsd:sequence>
<xsd:element
name=
"information"
type=
"xsd:string"
/>
<xsd:element
name=
"information"
type=
"xsd:string"
/>
<xsd:element
name=
"contactInformation"
minOccurs=
"0"
type=
"xsd:string"
/>
<xsd:element
name=
"contactInformation"
minOccurs=
"0"
type=
"xsd:string"
/>
<xsd:element
name=
"categorisedErrorDescription"
minOccurs=
"0"
type=
"CategorisedErrorDescription"
/>
<xsd:any
namespace=
"##other"
processContents=
"lax"
minOccurs=
"0"
/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType
name=
"CategorisedErrorDescription"
>
<xsd:sequence>
<xsd:element
name=
"value"
type=
"xsd:integer"
/>
<xsd:element
name=
"description"
minOccurs=
"0"
type=
"xsd:string"
/>
<xsd:any
namespace=
"##other"
processContents=
"lax"
minOccurs=
"0"
/>
<xsd:any
namespace=
"##other"
processContents=
"lax"
minOccurs=
"0"
/>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
</xsd:complexType>
...
...
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