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
60d9a104
Commit
60d9a104
authored
Jun 15, 2020
by
canterburym
Browse files
TS 103 280 v2.1.1 (2017-08-04) agreed at LI#45 (Tallinn, 2017-06-20)
parent
f835c49b
Pipeline
#4117
passed with stage
in 6 seconds
Changes
5
Pipelines
2
Show whitespace changes
Inline
Side-by-side
103280/TS_103_280.asn1
View file @
60d9a104
Common-Parameters
{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version
1
21
(12
1)}
{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version21
1(21
1)}
DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= BEGIN
-- Object Identifier definitions
commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version
1
21
(12
1)}
commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version21
1(21
1)}
-- Common Parameter: LIID (as defined in clause 6)
LIID ::= OCTET STRING (SIZE (1..25))
-- Common Parameter: TCPPort (as defined in clause 6)
TCPPort ::= INTEGER (1..65535)
-- Common Parameter: TCPPortRange (as defined in clause 6)
TCPPortRange ::= SEQUENCE
{
start [0] TCPPort,
end [1] TCPPort
}
-- Common Parameter: UDPPort (as defined in clause 6)
UDPPort ::= INTEGER (0..65535)
-- Common Parameter: UDPPortRange (as defined in clause 6)
UDPPortRange ::= SEQUENCE
{
start [0] UDPPort,
end [1] UDPPort
}
-- Common Parameter: Port (as defined in clause 6)
Port ::= CHOICE
{
tCPPort [0] TCPPort,
uDPPort [1] UDPPort
}
-- Common Parameter: PortRange (as defined clause 6)
PortRange ::= CHOICE
{
tCPPortRange [0] TCPPortRange,
uDPPortRange [1] UDPPortRange
}
END
103280/TS_103_280.xsd
View file @
60d9a104
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03280/common/201
5
/0
8
"
targetNamespace=
"http://uri.etsi.org/03280/common/201
5
/0
8
"
version=
"
1
.1.1"
elementFormDefault=
"qualified"
>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03280/common/201
7
/0
7
"
targetNamespace=
"http://uri.etsi.org/03280/common/201
7
/0
7
"
version=
"
2
.1.1"
elementFormDefault=
"qualified"
>
<xs:simpleType
name=
"ShortString"
>
<xs:restriction
base=
"xs:string"
>
<xs:maxLength
value=
"255"
/>
...
...
@@ -42,7 +42,7 @@
</xs:simpleType>
<xs:simpleType
name=
"IMSI"
>
<xs:restriction
base=
"xs:token"
>
<xs:pattern
value=
"[0-9]{15}"
/>
<xs:pattern
value=
"[0-9]{
6,
15}"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"IMEI"
>
...
...
@@ -155,4 +155,14 @@
<xs:pattern
value=
"[A-Z]{2}"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"SIPURI"
>
<xs:restriction
base=
"xs:anyURI"
>
<xs:pattern
value=
"sips?:[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"TELURI"
>
<xs:restriction
base=
"xs:anyURI"
>
<xs:pattern
value=
"tel:[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"
/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
103280/portal/TS_103_280_v010201.asn1
deleted
100644 → 0
View file @
f835c49b
Common-Parameters
{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version121(121)}
DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= BEGIN
-- Object Identifier definitions
commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version121(121)}
-- Common Parameter: LIID (as defined in clause 6)
LIID ::= OCTET STRING (SIZE (1..25))
END
103280/portal/TS_103_280_v020101.asn1
0 → 100644
View file @
60d9a104
Common-Parameters
{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version211(211)}
DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= BEGIN
-- Object Identifier definitions
commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version211(211)}
-- Common Parameter: LIID (as defined in clause 6)
LIID ::= OCTET STRING (SIZE (1..25))
-- Common Parameter: TCPPort (as defined in clause 6)
TCPPort ::= INTEGER (1..65535)
-- Common Parameter: TCPPortRange (as defined in clause 6)
TCPPortRange ::= SEQUENCE
{
start [0] TCPPort,
end [1] TCPPort
}
-- Common Parameter: UDPPort (as defined in clause 6)
UDPPort ::= INTEGER (0..65535)
-- Common Parameter: UDPPortRange (as defined in clause 6)
UDPPortRange ::= SEQUENCE
{
start [0] UDPPort,
end [1] UDPPort
}
-- Common Parameter: Port (as defined in clause 6)
Port ::= CHOICE
{
tCPPort [0] TCPPort,
uDPPort [1] UDPPort
}
-- Common Parameter: PortRange (as defined clause 6)
PortRange ::= CHOICE
{
tCPPortRange [0] TCPPortRange,
uDPPortRange [1] UDPPortRange
}
END
103280/portal/TS_103_280_v0
1
0101.xsd
→
103280/portal/TS_103_280_v0
2
0101.xsd
View file @
60d9a104
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03280/common/201
5
/0
8
"
targetNamespace=
"http://uri.etsi.org/03280/common/201
5
/0
8
"
version=
"
1
.1.1"
elementFormDefault=
"qualified"
>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03280/common/201
7
/0
7
"
targetNamespace=
"http://uri.etsi.org/03280/common/201
7
/0
7
"
version=
"
2
.1.1"
elementFormDefault=
"qualified"
>
<xs:simpleType
name=
"ShortString"
>
<xs:restriction
base=
"xs:string"
>
<xs:maxLength
value=
"255"
/>
...
...
@@ -42,7 +42,7 @@
</xs:simpleType>
<xs:simpleType
name=
"IMSI"
>
<xs:restriction
base=
"xs:token"
>
<xs:pattern
value=
"[0-9]{15}"
/>
<xs:pattern
value=
"[0-9]{
6,
15}"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"IMEI"
>
...
...
@@ -155,4 +155,14 @@
<xs:pattern
value=
"[A-Z]{2}"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"SIPURI"
>
<xs:restriction
base=
"xs:anyURI"
>
<xs:pattern
value=
"sips?:[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"TELURI"
>
<xs:restriction
base=
"xs:anyURI"
>
<xs:pattern
value=
"tel:[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"
/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
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