Commit 01cd4aa3 authored by canterburym's avatar 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
IPMultimediaPDU IPMultimediaPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version5(5)} {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version6(6)}
DEFINITIONS IMPLICIT TAGS ::= DEFINITIONS IMPLICIT TAGS ::=
BEGIN BEGIN
...@@ -8,14 +8,14 @@ IMPORTS ...@@ -8,14 +8,14 @@ IMPORTS
-- from TS 101 671 [1] -- from TS 101 671 [1]
IPAddress IPAddress
FROM HI2Operations FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version14(14)}; {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version16(16)};
-- ============================ -- ============================
-- Object Identifier Definition -- Object Identifier Definition
-- ============================ -- ============================
iPMMIRIObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version5(5) iRI(1)} iPMMIRIObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version6(6) iRI(1)}
iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version5(5) cC(2)} iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version6(6) cC(2)}
-- both definitions relative to: -- both definitions 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)}
...@@ -25,9 +25,9 @@ iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version5(5) cC(2)} ...@@ -25,9 +25,9 @@ iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version5(5) cC(2)}
IPMMCC ::= SEQUENCE IPMMCC ::= SEQUENCE
{ {
iPMMCCObjId [0] RELATIVE-OID, iPMMCCObjId [0] RELATIVE-OID,
mMCCContents [1] OCTET STRING, 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 -- Each IPMMCC shall contain one intercepted packet
-- Protocol of the multimedia packets is indicated by means of mMCCprotocol parameter -- Protocol of the multimedia packets is indicated by means of mMCCprotocol parameter
-- mMCCContents was called rTPCCContents in earlier versions until v2.3.2. -- mMCCContents was called rTPCCContents in earlier versions until v2.3.2.
...@@ -42,7 +42,7 @@ IPMMCC ::= SEQUENCE ...@@ -42,7 +42,7 @@ IPMMCC ::= SEQUENCE
-- May be used to correlate each media stream with the relevant SDP media description of IRI -- 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 -- May contain c= and m= lines extracts for instance
mMCCprotocol [4] MMCCprotocol OPTIONAL 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 -- Absence means mMCCContents contains RTP/RTCP packets
} }
...@@ -57,8 +57,12 @@ FrameType ::= ENUMERATED ...@@ -57,8 +57,12 @@ FrameType ::= ENUMERATED
audioFrame(3), audioFrame(3),
-- All headers are missing -- All headers are missing
..., ...,
tcpFrame(4) tcpFrame(4),
-- IP header is missing -- 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 MMCCprotocol ::= ENUMERATED
...@@ -67,7 +71,9 @@ MMCCprotocol ::= ENUMERATED ...@@ -67,7 +71,9 @@ MMCCprotocol ::= ENUMERATED
-- mMCCContents parameter contains RTP/RTCP packets -- mMCCContents parameter contains RTP/RTCP packets
mSRP(1), mSRP(1),
-- mMCCContents parameter contains MSRP packets -- mMCCContents parameter contains MSRP packets
... ...,
uDPTL(2)
-- mMCCContents parameter contains UDPTL packets
} }
-- ======================================================== -- ========================================================
...@@ -76,7 +82,7 @@ MMCCprotocol ::= ENUMERATED ...@@ -76,7 +82,7 @@ MMCCprotocol ::= ENUMERATED
IPMMIRI ::= SEQUENCE IPMMIRI ::= SEQUENCE
{ {
iPMMIRIObjId [0] RELATIVE-OID, iPMMIRIObjId [0] RELATIVE-OID,
iPMMIRIContents [1] IPIRIContents, iPMMIRIContents [1] IPIRIContents,
... ...
} }
...@@ -97,7 +103,7 @@ IPIRIContents ::= CHOICE ...@@ -97,7 +103,7 @@ IPIRIContents ::= CHOICE
SIPMessage ::= SEQUENCE SIPMessage ::= SEQUENCE
{ {
iPSourceAddress [0] IPAddress, iPSourceAddress [0] IPAddress,
iPDestinationAddress [1] IPAddress, iPDestinationAddress [1] IPAddress,
sIPContent [2] OCTET STRING, sIPContent [2] OCTET STRING,
... ...
...@@ -105,7 +111,7 @@ SIPMessage ::= SEQUENCE ...@@ -105,7 +111,7 @@ SIPMessage ::= SEQUENCE
H323Message ::= SEQUENCE H323Message ::= SEQUENCE
{ {
iPSourceAddress [0] IPAddress, iPSourceAddress [0] IPAddress,
iPDestinationAddress [1] IPAddress, iPDestinationAddress [1] IPAddress,
h323Content [2] H323MessageContent, h323Content [2] H323MessageContent,
... ...
......
IPMultimediaPDU IPMultimediaPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version5(5)} {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version6(6)}
DEFINITIONS IMPLICIT TAGS ::= DEFINITIONS IMPLICIT TAGS ::=
BEGIN BEGIN
...@@ -8,14 +8,14 @@ IMPORTS ...@@ -8,14 +8,14 @@ IMPORTS
-- from TS 101 671 [1] -- from TS 101 671 [1]
IPAddress IPAddress
FROM HI2Operations FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version14(14)}; {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version16(16)};
-- ============================ -- ============================
-- Object Identifier Definition -- Object Identifier Definition
-- ============================ -- ============================
iPMMIRIObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version5(5) iRI(1)} iPMMIRIObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version6(6) iRI(1)}
iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version5(5) cC(2)} iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version6(6) cC(2)}
-- both definitions relative to: -- both definitions 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)}
...@@ -25,9 +25,9 @@ iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version5(5) cC(2)} ...@@ -25,9 +25,9 @@ iPMMCCObjId RELATIVE-OID ::= {li-ps(5) iPMultimedia(5) version5(5) cC(2)}
IPMMCC ::= SEQUENCE IPMMCC ::= SEQUENCE
{ {
iPMMCCObjId [0] RELATIVE-OID, iPMMCCObjId [0] RELATIVE-OID,
mMCCContents [1] OCTET STRING, 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 -- Each IPMMCC shall contain one intercepted packet
-- Protocol of the multimedia packets is indicated by means of mMCCprotocol parameter -- Protocol of the multimedia packets is indicated by means of mMCCprotocol parameter
-- mMCCContents was called rTPCCContents in earlier versions until v2.3.2. -- mMCCContents was called rTPCCContents in earlier versions until v2.3.2.
...@@ -42,7 +42,7 @@ IPMMCC ::= SEQUENCE ...@@ -42,7 +42,7 @@ IPMMCC ::= SEQUENCE
-- May be used to correlate each media stream with the relevant SDP media description of IRI -- 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 -- May contain c= and m= lines extracts for instance
mMCCprotocol [4] MMCCprotocol OPTIONAL 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 -- Absence means mMCCContents contains RTP/RTCP packets
} }
...@@ -57,8 +57,12 @@ FrameType ::= ENUMERATED ...@@ -57,8 +57,12 @@ FrameType ::= ENUMERATED
audioFrame(3), audioFrame(3),
-- All headers are missing -- All headers are missing
..., ...,
tcpFrame(4) tcpFrame(4),
-- IP header is missing -- 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 MMCCprotocol ::= ENUMERATED
...@@ -67,7 +71,9 @@ MMCCprotocol ::= ENUMERATED ...@@ -67,7 +71,9 @@ MMCCprotocol ::= ENUMERATED
-- mMCCContents parameter contains RTP/RTCP packets -- mMCCContents parameter contains RTP/RTCP packets
mSRP(1), mSRP(1),
-- mMCCContents parameter contains MSRP packets -- mMCCContents parameter contains MSRP packets
... ...,
uDPTL(2)
-- mMCCContents parameter contains UDPTL packets
} }
-- ======================================================== -- ========================================================
...@@ -76,7 +82,7 @@ MMCCprotocol ::= ENUMERATED ...@@ -76,7 +82,7 @@ MMCCprotocol ::= ENUMERATED
IPMMIRI ::= SEQUENCE IPMMIRI ::= SEQUENCE
{ {
iPMMIRIObjId [0] RELATIVE-OID, iPMMIRIObjId [0] RELATIVE-OID,
iPMMIRIContents [1] IPIRIContents, iPMMIRIContents [1] IPIRIContents,
... ...
} }
...@@ -97,7 +103,7 @@ IPIRIContents ::= CHOICE ...@@ -97,7 +103,7 @@ IPIRIContents ::= CHOICE
SIPMessage ::= SEQUENCE SIPMessage ::= SEQUENCE
{ {
iPSourceAddress [0] IPAddress, iPSourceAddress [0] IPAddress,
iPDestinationAddress [1] IPAddress, iPDestinationAddress [1] IPAddress,
sIPContent [2] OCTET STRING, sIPContent [2] OCTET STRING,
... ...
...@@ -105,7 +111,7 @@ SIPMessage ::= SEQUENCE ...@@ -105,7 +111,7 @@ SIPMessage ::= SEQUENCE
H323Message ::= SEQUENCE H323Message ::= SEQUENCE
{ {
iPSourceAddress [0] IPAddress, iPSourceAddress [0] IPAddress,
iPDestinationAddress [1] IPAddress, iPDestinationAddress [1] IPAddress,
h323Content [2] H323MessageContent, h323Content [2] H323MessageContent,
... ...
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment