Commit 22bafd78 authored by canterburym's avatar canterburym
Browse files

TS 33108 v8.12.0 (2010-12-30) agreed at SA#50

parent 11d0075f
Loading
Loading
Loading
Loading
+11 −6
Original line number Diff line number Diff line
CONF-HI3-IMS {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) hi3conf(11) r8(8) version-1(1)}
CONF-HI3-IMS {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) hi3conf(11) r8(8) version-2(2)}
 
DEFINITIONS IMPLICIT TAGS ::=

@@ -14,10 +14,6 @@ TimeStamp
	FROM HI2Operations 
	{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version10(10)}-- from ETSI HI2Operations TS 101 671

MediaID
	FROM CONFHI2Operations 
	{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) 	hi2conf(10) r8(8) version-0(0)}  -- from Conf HI2 Operations part of this standard.

ConfCorrelation
	
	FROM CONFHI2Operations
@@ -33,7 +29,7 @@ securityDomain(2) lawfulIntercept(2)}

-- Security Subdomains
threeGPPSUBDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId threeGPP(4)}
hi3confDomainId OBJECT IDENTIFIER  ::= {threeGPPSUBDomainId hi3conf(11) r8(8) version-1(1)}
hi3confDomainId OBJECT IDENTIFIER  ::= {threeGPPSUBDomainId hi3conf(11) r8(8) version-2(2)}

Conf-CC-PDU	::= SEQUENCE 
{
@@ -57,6 +53,15 @@ ConfULIC-header ::= SEQUENCE
	
}

MediaID ::= SEQUENCE 
{
		sourceUserID	[1] PartyIdentity 	OPTIONAL,  -- include SDP information 
			-- describing Conf Server Side characteristics.

		streamID		[2] OCTET STRING 	OPTIONAL,  -- include streamID from SDP information. 
			
	...
}

TPDU-direction ::= ENUMERATED
{
+13 −26
Original line number Diff line number Diff line
CONFHI2Operations {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2) threeGPP(4) hi2conf(10) r8(8) version-0 (0)} 
CONFHI2Operations {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2) threeGPP(4) hi2conf(10) r8(8) version-1 (1)} 

DEFINITIONS IMPLICIT TAGS ::=

@@ -15,13 +15,11 @@ IMPORTS
		TimeStamp,
		Network-Identifier,
		National-Parameters,
		National-HI2-ASN1parameters,
		DataNodeAddress,
		IPAddress
		National-HI2-ASN1parameters

			FROM HI2Operations
			{itu-t(0) identified-organization(4) etsi(0) securityDomain(2)
 				  lawfulIntercept(2) hi2(1) version10 (10)} -- Imported from TS 101 671
 				  lawfulIntercept(2) hi2(1) version12 (12)} -- Imported from TS 101 671


		CorrelationValues
@@ -41,7 +39,7 @@ securityDomain(2) lawfulIntercept(2)}

-- Security Subdomains
threeGPPSUBDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId threeGPP(4)}
hi2confDomainId OBJECT IDENTIFIER	::= {threeGPPSUBDomainId hi2conf(10) r8(8) version-0(0)}
hi2confDomainId OBJECT IDENTIFIER	::= {threeGPPSUBDomainId hi2conf(10) r8(8) version-1(1)}

conf-sending-of-IRI  OPERATION ::= 
{
@@ -102,6 +100,8 @@ IRI-Parameters ::= SEQUENCE

	partyInformation 		[3] SET SIZE (1..10) OF PartyIdentity OPTIONAL, 
		-- This is the identity of the target.
        -- The sender shall only use one instance of PartyIdentity, the "SET SIZE" structure is
        -- kept for ASN.1 backward compatibility reasons only.

	national-Parameters		[4] National-Parameters OPTIONAL,
	networkIdentifier		[5] Network-Identifier OPTIONAL,
@@ -121,7 +121,6 @@ IRI-Parameters ::= SEQUENCE
	potConfEndInfo			[19] TimeStamp  OPTIONAL,
	recurrenceInfo			[20] RecurrenceInfo  OPTIONAL,
	confControllerIDs		[21] SET OF PartyIdentity 	OPTIONAL,
	mediaID					[22] SET OF MediaID  OPTIONAL,
	mediamodification		[23] MediaModification OPTIONAL,
	bearerModifyPartyID		[24] ConfPartyInformation OPTIONAL,
    listOfWaitConferees		[25] SET OF ConfPartyInformation OPTIONAL,
@@ -203,19 +202,6 @@ SupportedMedia ::= SEQUENCE
	...
}




MediaID ::= SEQUENCE 
{
		sourceUserID		[1] PartyIdentity 	OPTIONAL,  -- include SDP information 
			-- describing Conf Server Side characteristics.

		streamID		[2] OCTET STRING 	OPTIONAL,  -- include streamID from SDP information. 
			
	...
}

MediaModification ::= ENUMERATED 
{
		add (1),
@@ -228,19 +214,19 @@ MediaModification ::= ENUMERATED
ConfEventFailureReason ::= CHOICE 
{
		failedConfStartReason		[1] Reason,
			-- See [REF 26 of 33.108]
			

		failedPartyJoinReason		[2] Reason,
			-- See [REF 36 of 33.108]
			

		failedPartyLeaveReason		[3] Reason,
			-- See [REF 36 of 33.108]
			

		failedBearerModifyReason	[4] Reason,
			-- See [REF 36 of 33.108]
			

		failedConfEndReason			[5] Reason,
			-- See [REF 36 of 33.108]
			

	...
}
@@ -267,4 +253,5 @@ RecurrenceInfo ::= SEQUENCE

Reason ::= OCTET STRING


END
 No newline at end of file