Commit 52318cba authored by Mark Canterbury's avatar Mark Canterbury
Browse files

TS 102 232-5 v3.7.1 (2017-03-21) agreed at LI#44 (Sophia-Antipolis, 2017-01-30)

parent 4acfb7ba
Loading
Loading
Loading
Loading
+164 −154
Original line number Diff line number Diff line
IPMultimediaPDU 
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version8(8)}

{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version9(9)}

DEFINITIONS IMPLICIT TAGS ::=
BEGIN
@@ -21,8 +21,8 @@ IMPORTS
-- Object Identifier Definition
-- ============================

iPMMIRIObjId RELATIVE-OID			::= {li-ps(5) iPMultimedia(5) version8(8) iRI(1)}

iPMMCCObjId RELATIVE-OID			::= {li-ps(5) iPMultimedia(5) version8(8) cC(2)}

iPMMIRIObjId RELATIVE-OID			::= {li-ps(5) iPMultimedia(5) version9(9) iRI(1)}
iPMMCCObjId RELATIVE-OID			::= {li-ps(5) iPMultimedia(5) version9(9) cC(2)}
	-- both definitions relative to: 
	-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}

@@ -92,9 +92,10 @@ IPMMIRI ::= SEQUENCE
	iPMMIRIObjId				[0] RELATIVE-OID,
	iPMMIRIContents				[1] IPIRIContents,
	...,
	targetLocation				[2] Location OPTIONAL

	targetLocation				[2] Location OPTIONAL,
		-- This common parameter is defined in TS 102 232-1 [2], the use of this parameter is described in clause 5.2.3


	additionalSignalling		[3] SEQUENCE OF AdditionalSignalling OPTIONAL
		-- The use of this parameter is defined in clause 5.2.5
}

IPIRIContents ::= CHOICE
@@ -108,7 +109,9 @@ IPIRIContents ::= CHOICE
	...,
	nationalIPMMIRIParameters	[3] NationalIPMMIRIParameters,
		-- This parameter is used according to national regulations
		-- This parameter shall be delivered as an IRI-Report-record

	xCAPMessage					[4] OCTET STRING
		-- Copy of the XCAP message including all HTTP headers and contents


		-- This parameter shall be delivered as an IRI-Report-record	
	xCAPMessage					[4] OCTET STRING		
		-- Copy of the XCAP message including all HTTP headers and contents
}

SIPMessage ::= SEQUENCE
@@ -151,4 +154,11 @@ NationalIPMMIRIParameters ::= SEQUENCE
	-- to avoid using tags from 240 to 255 in a formal type definition.
}

AdditionalSignalling ::= CHOICE
{
	sipHeaderLine				[0] OCTET STRING,
		-- A SIP header line, eg: “Contact: tel:+123456789”.
	...
}

END -- end of IP Multimedia PDU
 No newline at end of file
+164 −0
Original line number Diff line number Diff line
IPMultimediaPDU 
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version8(8)}

{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version9(9)}

DEFINITIONS IMPLICIT TAGS ::=
BEGIN
@@ -21,8 +21,8 @@ IMPORTS
-- Object Identifier Definition
-- ============================

iPMMIRIObjId RELATIVE-OID			::= {li-ps(5) iPMultimedia(5) version8(8) iRI(1)}

iPMMCCObjId RELATIVE-OID			::= {li-ps(5) iPMultimedia(5) version8(8) cC(2)}

iPMMIRIObjId RELATIVE-OID			::= {li-ps(5) iPMultimedia(5) version9(9) iRI(1)}
iPMMCCObjId RELATIVE-OID			::= {li-ps(5) iPMultimedia(5) version9(9) cC(2)}
	-- both definitions relative to: 
	-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}

@@ -92,9 +92,10 @@ IPMMIRI ::= SEQUENCE
	iPMMIRIObjId				[0] RELATIVE-OID,
	iPMMIRIContents				[1] IPIRIContents,
	...,
	targetLocation				[2] Location OPTIONAL

	targetLocation				[2] Location OPTIONAL,
		-- This common parameter is defined in TS 102 232-1 [2], the use of this parameter is described in clause 5.2.3


	additionalSignalling		[3] SEQUENCE OF AdditionalSignalling OPTIONAL
		-- The use of this parameter is defined in clause 5.2.5
}

IPIRIContents ::= CHOICE
@@ -108,7 +109,9 @@ IPIRIContents ::= CHOICE
	...,
	nationalIPMMIRIParameters	[3] NationalIPMMIRIParameters,
		-- This parameter is used according to national regulations
		-- This parameter shall be delivered as an IRI-Report-record

	xCAPMessage					[4] OCTET STRING
		-- Copy of the XCAP message including all HTTP headers and contents


		-- This parameter shall be delivered as an IRI-Report-record	
	xCAPMessage					[4] OCTET STRING		
		-- Copy of the XCAP message including all HTTP headers and contents
}

SIPMessage ::= SEQUENCE
@@ -151,4 +154,11 @@ NationalIPMMIRIParameters ::= SEQUENCE
	-- to avoid using tags from 240 to 255 in a formal type definition.
}

AdditionalSignalling ::= CHOICE
{
	sipHeaderLine				[0] OCTET STRING,
		-- A SIP header line, eg: “Contact: tel:+123456789”.
	...
}

END -- end of IP Multimedia PDU
 No newline at end of file