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
01cd4aa3
Commit
01cd4aa3
authored
Jun 15, 2020
by
canterburym
Browse files
TS 102 232-5 v3.2.1 (2012-06-28) agreed at LI#30 (Amsterdam, 2012-05-14)
parent
5af259d1
Pipeline
#4002
passed with stage
in 6 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
102232-5/IPMultimediaPDU.asn
View file @
01cd4aa3
IPMultimediaPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version
5(5
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version
6(6
)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
...
...
@@ -8,14 +8,14 @@ IMPORTS
-- from TS 101 671 [1]
IPAddress
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version1
4
(1
4
)};
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version1
6
(1
6
)};
-- ============================
-- Object Identifier Definition
-- ============================
iPMMIRIObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version
5(5
) iRI(1)}
iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version
5(5
) cC(2)}
iPMMIRIObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version
6(6
) iRI(1)}
iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version
6(6
) cC(2)}
-- both definitions relative to:
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}
...
...
@@ -27,7 +27,7 @@ IPMMCC ::= SEQUENCE
{
iPMMCCObjId [0] RELATIVE-OID,
mMCCContents [1] OCTET STRING,
-- Copy of the multimediastream, i.e. all related RTP/RTCP or MSRP packets
-- Copy of the multimediastream, i.e. all related RTP/RTCP
, UDPTL
or MSRP packets
-- Each IPMMCC shall contain one intercepted packet
-- Protocol of the multimedia packets is indicated by means of mMCCprotocol parameter
-- mMCCContents was called rTPCCContents in earlier versions until v2.3.2.
...
...
@@ -42,7 +42,7 @@ IPMMCC ::= SEQUENCE
-- May be used to correlate each media stream with the relevant SDP media description of IRI
-- May contain c= and m= lines extracts for instance
mMCCprotocol [4] MMCCprotocol OPTIONAL
-- Used to identify the protocol of packets sent in MMCCContent (RTP, MSRP, etc.)
-- Used to identify the protocol of packets sent in MMCCContent (RTP,
UDPTL,
MSRP, etc.)
-- Absence means mMCCContents contains RTP/RTCP packets
}
...
...
@@ -57,8 +57,12 @@ FrameType ::= ENUMERATED
audioFrame(3),
-- All headers are missing
...,
tcpFrame(4)
tcpFrame(4)
,
-- IP header is missing
artificialRtpFrame(5),
-- UDP and IP headers are missing, artificial RTP frame has been added
udptlFrame(6)
-- UDP and IP headers are missing
}
MMCCprotocol ::= ENUMERATED
...
...
@@ -67,7 +71,9 @@ MMCCprotocol ::= ENUMERATED
-- mMCCContents parameter contains RTP/RTCP packets
mSRP(1),
-- mMCCContents parameter contains MSRP packets
...
...,
uDPTL(2)
-- mMCCContents parameter contains UDPTL packets
}
-- ========================================================
...
...
102232-5/portal/IPMultimediaPDU,ver
5
.txt
→
102232-5/portal/IPMultimediaPDU,ver
6
.txt
View file @
01cd4aa3
IPMultimediaPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version
5(5
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version
6(6
)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
...
...
@@ -8,14 +8,14 @@ IMPORTS
-- from TS 101 671 [1]
IPAddress
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version1
4
(1
4
)};
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version1
6
(1
6
)};
-- ============================
-- Object Identifier Definition
-- ============================
iPMMIRIObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version
5(5
) iRI(1)}
iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version
5(5
) cC(2)}
iPMMIRIObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version
6(6
) iRI(1)}
iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version
6(6
) cC(2)}
-- both definitions relative to:
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}
...
...
@@ -27,7 +27,7 @@ IPMMCC ::= SEQUENCE
{
iPMMCCObjId [0] RELATIVE-OID,
mMCCContents [1] OCTET STRING,
-- Copy of the multimediastream, i.e. all related RTP/RTCP or MSRP packets
-- Copy of the multimediastream, i.e. all related RTP/RTCP
, UDPTL
or MSRP packets
-- Each IPMMCC shall contain one intercepted packet
-- Protocol of the multimedia packets is indicated by means of mMCCprotocol parameter
-- mMCCContents was called rTPCCContents in earlier versions until v2.3.2.
...
...
@@ -42,7 +42,7 @@ IPMMCC ::= SEQUENCE
-- May be used to correlate each media stream with the relevant SDP media description of IRI
-- May contain c= and m= lines extracts for instance
mMCCprotocol [4] MMCCprotocol OPTIONAL
-- Used to identify the protocol of packets sent in MMCCContent (RTP, MSRP, etc.)
-- Used to identify the protocol of packets sent in MMCCContent (RTP,
UDPTL,
MSRP, etc.)
-- Absence means mMCCContents contains RTP/RTCP packets
}
...
...
@@ -57,8 +57,12 @@ FrameType ::= ENUMERATED
audioFrame(3),
-- All headers are missing
...,
tcpFrame(4)
tcpFrame(4)
,
-- IP header is missing
artificialRtpFrame(5),
-- UDP and IP headers are missing, artificial RTP frame has been added
udptlFrame(6)
-- UDP and IP headers are missing
}
MMCCprotocol ::= ENUMERATED
...
...
@@ -67,7 +71,9 @@ MMCCprotocol ::= ENUMERATED
-- mMCCContents parameter contains RTP/RTCP packets
mSRP(1),
-- mMCCContents parameter contains MSRP packets
...
...,
uDPTL(2)
-- mMCCContents parameter contains UDPTL packets
}
-- ========================================================
...
...
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