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
70cafce7
Commit
70cafce7
authored
Jun 15, 2020
by
canterburym
Browse files
TS 102 232-6 v3.3.1 (2014-03-10) agreed at LI#35 (Milan, 2014-01-28)
parent
86912c40
Pipeline
#4045
passed with stage
in 6 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
102232-6/PstnIsdnPDU.asn
View file @
70cafce7
-- ===============================
-- Description of the PstnIsdn PDU
-- ===============================
PstnIsdnPDU
PstnIsdnPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) pstnIsdn(6) version
4(4
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) pstnIsdn(6) version
5(5
)}
DEFINITIONS IMPLICIT TAGS ::=
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
BEGIN
IMPORTS
IMPORTS
-- from TS 101 671 [1]
IPAddress
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version16(16)}
-- from TS 102 232-01 [2]
-- from TS 102 232-01 [2]
PayloadDirection
PayloadDirection
FROM LI-PS-PDU
FROM LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version1
3
(1
3
)};
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version1
8
(1
8
)};
-- ============================
-- ============================
...
@@ -23,8 +24,8 @@ IMPORTS
...
@@ -23,8 +24,8 @@ IMPORTS
-- definitions are relative to
-- definitions are relative to
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
pstnIsdnIRIObjId RELATIVE-OID ::= {li-ps(5) pstnIsdn(6) version
4(4
) iRI(1)}
pstnIsdnIRIObjId RELATIVE-OID ::= {li-ps(5) pstnIsdn(6) version
5(5
) iRI(1)}
pstnIsdnCCObjId RELATIVE-OID ::= {li-ps(5) pstnIsdn(6) version
4(4
) cC(2)}
pstnIsdnCCObjId RELATIVE-OID ::= {li-ps(5) pstnIsdn(6) version
5(5
) cC(2)}
-- ===============================
-- ===============================
...
@@ -61,9 +62,13 @@ SupplementaryInfo ::= SEQUENCE
...
@@ -61,9 +62,13 @@ SupplementaryInfo ::= SEQUENCE
copyOfSDPMessage [6] OCTET STRING OPTIONAL,
copyOfSDPMessage [6] OCTET STRING OPTIONAL,
-- Format as per RFC 4566 [7]
-- Format as per RFC 4566 [7]
...,
...,
frameType [7] FrameType OPTIONAL
frameType [7] FrameType OPTIONAL
,
-- Populated if one or more protocol layers are missing from CC data
-- Populated if one or more protocol layers are missing from CC data
-- May be omitted if all headers are present.
-- May be omitted if all headers are present.
alternateProtocol [8] AlternateProtocol OPTIONAL
-- Used to identify the protocol of packets sent in pstnIsdnCCContents
}
}
InformationAppliesTo ::= SEQUENCE
InformationAppliesTo ::= SEQUENCE
...
@@ -81,18 +86,26 @@ InformationAppliesTo ::= SEQUENCE
...
@@ -81,18 +86,26 @@ InformationAppliesTo ::= SEQUENCE
FrameType ::= ENUMERATED
FrameType ::= ENUMERATED
{
{
ipFrame(0),
ipFrame(0),
-- All headers are present
-- All headers are present
. Use AlternateProtocol to signal the contents if not RTP
udpFrame(1),
udpFrame(1),
-- IP header is missing
-- IP header is missing
. Use AlternateProtocol to signal the contents if not RTP
rtp
Frame(2),
application
Frame(2),
-- UDP and IP headers are missing
-- UDP and IP headers are missing
. Use AlternateProtocol to signal the contents if not RTP
audioFrame(3),
audioFrame(3),
-- All headers are missing
-- All headers are missing
...,
...,
artificialRtpFrame(4)
artificialRtpFrame(4)
-- UDP and IP headers are missing, artificial RTP frame has been added
-- UDP and IP headers are missing, artificial RTP frame has been added
}
AlternateProtocol ::= ENUMERATED
{
uDPTL(1),
-- pstnIsdnCCContents parameter contains UDPTL packets
...
}
}
-- ==============================
-- ==============================
-- Description of the PstnIsdn CC
-- Description of the PstnIsdn CC
-- ==============================
-- ==============================
...
@@ -110,4 +123,3 @@ PstnIsdnCC ::= SEQUENCE
...
@@ -110,4 +123,3 @@ PstnIsdnCC ::= SEQUENCE
}
}
END -- end of PstnIsdnPDU
END -- end of PstnIsdnPDU
102232-6/portal/PstnIsdnPDU,ver
4
.txt
→
102232-6/portal/PstnIsdnPDU,ver
5
.txt
View file @
70cafce7
-- ===============================
-- Description of the PstnIsdn PDU
-- ===============================
PstnIsdnPDU
PstnIsdnPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) pstnIsdn(6) version
4(4
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) pstnIsdn(6) version
5(5
)}
DEFINITIONS IMPLICIT TAGS ::=
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
BEGIN
IMPORTS
IMPORTS
-- from TS 101 671 [1]
IPAddress
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version16(16)}
-- from TS 102 232-01 [2]
-- from TS 102 232-01 [2]
PayloadDirection
PayloadDirection
FROM LI-PS-PDU
FROM LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version1
3
(1
3
)};
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version1
8
(1
8
)};
-- ============================
-- ============================
...
@@ -23,8 +24,8 @@ IMPORTS
...
@@ -23,8 +24,8 @@ IMPORTS
-- definitions are relative to
-- definitions are relative to
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
pstnIsdnIRIObjId RELATIVE-OID ::= {li-ps(5) pstnIsdn(6) version
4(4
) iRI(1)}
pstnIsdnIRIObjId RELATIVE-OID ::= {li-ps(5) pstnIsdn(6) version
5(5
) iRI(1)}
pstnIsdnCCObjId RELATIVE-OID ::= {li-ps(5) pstnIsdn(6) version
4(4
) cC(2)}
pstnIsdnCCObjId RELATIVE-OID ::= {li-ps(5) pstnIsdn(6) version
5(5
) cC(2)}
-- ===============================
-- ===============================
...
@@ -61,9 +62,13 @@ SupplementaryInfo ::= SEQUENCE
...
@@ -61,9 +62,13 @@ SupplementaryInfo ::= SEQUENCE
copyOfSDPMessage [6] OCTET STRING OPTIONAL,
copyOfSDPMessage [6] OCTET STRING OPTIONAL,
-- Format as per RFC 4566 [7]
-- Format as per RFC 4566 [7]
...,
...,
frameType [7] FrameType OPTIONAL
frameType [7] FrameType OPTIONAL
,
-- Populated if one or more protocol layers are missing from CC data
-- Populated if one or more protocol layers are missing from CC data
-- May be omitted if all headers are present.
-- May be omitted if all headers are present.
alternateProtocol [8] AlternateProtocol OPTIONAL
-- Used to identify the protocol of packets sent in pstnIsdnCCContents
}
}
InformationAppliesTo ::= SEQUENCE
InformationAppliesTo ::= SEQUENCE
...
@@ -81,18 +86,26 @@ InformationAppliesTo ::= SEQUENCE
...
@@ -81,18 +86,26 @@ InformationAppliesTo ::= SEQUENCE
FrameType ::= ENUMERATED
FrameType ::= ENUMERATED
{
{
ipFrame(0),
ipFrame(0),
-- All headers are present
-- All headers are present
. Use AlternateProtocol to signal the contents if not RTP
udpFrame(1),
udpFrame(1),
-- IP header is missing
-- IP header is missing
. Use AlternateProtocol to signal the contents if not RTP
rtp
Frame(2),
application
Frame(2),
-- UDP and IP headers are missing
-- UDP and IP headers are missing
. Use AlternateProtocol to signal the contents if not RTP
audioFrame(3),
audioFrame(3),
-- All headers are missing
-- All headers are missing
...,
...,
artificialRtpFrame(4)
artificialRtpFrame(4)
-- UDP and IP headers are missing, artificial RTP frame has been added
-- UDP and IP headers are missing, artificial RTP frame has been added
}
AlternateProtocol ::= ENUMERATED
{
uDPTL(1),
-- pstnIsdnCCContents parameter contains UDPTL packets
...
}
}
-- ==============================
-- ==============================
-- Description of the PstnIsdn CC
-- Description of the PstnIsdn CC
-- ==============================
-- ==============================
...
@@ -110,4 +123,3 @@ PstnIsdnCC ::= SEQUENCE
...
@@ -110,4 +123,3 @@ PstnIsdnCC ::= SEQUENCE
}
}
END -- end of PstnIsdnPDU
END -- end of PstnIsdnPDU
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