Commit 9752f1f7 authored by canterburym's avatar canterburym
Browse files

TS 33108 v5.7.0 (2004-03-22) agreed at SA#23

parent 22cd4957
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(
securityDomain(2) lawfulIntercept(2)}

-- Security Subdomains
threeGPPSUBDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId threeGPP(4}
threeGPPSUBDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId threeGPP(4)}
hi3DomainId OBJECT IDENTIFIER  ::= {threeGPPSUBDomainId hi3 (2) version-1(1)}

CC-PDU	::= SEQUENCE 
+13 −9
Original line number Diff line number Diff line
UmtsHI2Operations {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2) threeGPP(4) hi2(1) version-1(1)} 
UmtsHI2Operations {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2) threeGPP(4) hi2(1) r5(5) version-3(3)} 

DEFINITIONS IMPLICIT TAGS ::=

@@ -33,7 +33,7 @@ securityDomain(2) lawfulIntercept(2)}

-- Security Subdomains
threeGPPSUBDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId threeGPP(4)}
hi2DomainId OBJECT IDENTIFIER	::= {threeGPPSUBDomainId hi2(1) version-1(1)}
hi2DomainId OBJECT IDENTIFIER	::= {threeGPPSUBDomainId hi2(1) r5(5) version-3(3)}

umts-sending-of-IRI  OPERATION ::= 
{
@@ -67,13 +67,16 @@ OperationErrors ERROR ::=
}
-- This values may be sent by the LEMF, when an operation or a parameter is misunderstood.

-- Parameters having the same tag numbers must be identical in Rel-5 and Rel-6 modules

IRI-Parameters		::= SEQUENCE 
{
	hi2DomainId				[0]	OBJECT IDENTIFIER,  -- 3GPP HI2 domain
	iRIversion				[23] ENUMERATED
	{
		version2(2),
		...
		...,
		version3(3)
	} OPTIONAL,
		-- if not present, it means version 1 is handled
	lawfulInterceptionIdentifier	[1] LawfulInterceptionIdentifier,
@@ -84,10 +87,10 @@ IRI-Parameters ::= SEQUENCE
	{
		not-Available		(0),
		originating-Target	(1),
			-- in case of GPRS, this indicates that the PDP context activation 
			-- in case of GPRS, this indicates that the PDP context activation, modification 
			-- or deactivation is MS requested
		terminating-Target	(2),
			-- in case of GPRS, this indicates that the PDP context activation or
			-- in case of GPRS, this indicates that the PDP context activation, modification or
			-- deactivation is network initiated
	...
	} OPTIONAL,
@@ -124,6 +127,7 @@ IRI-Parameters ::= SEQUENCE
								-- Octets are coded according to 3GPP TS 23.003 [25]
	...
}
-- Parameters having the same tag numbers must be identical in Rel-5 and Rel-6 modules

-- PARAMETERS FORMATS

@@ -340,13 +344,13 @@ GPRSOperationErrorCode ::= OCTET STRING (SIZE(2))

UmtsQos ::= CHOICE
{
	qosIu [1] OCTET STRING (SIZE(3..11)),
		-- The qosIu parameter shall be coded in accordance with the  10.5.6.5 of
	qosMobileRadio [1] OCTET STRING,
		-- The qosMobileRadio parameter shall be coded in accordance with the  10.5.6.5 of
		-- document ref [9] or ref [21] without the Quality of service IEI and Length of 
		-- quality of service IE (only the last 3, or 11 octets are used. That is, first 		
		-- quality of service IE (That is, first 
		-- two octets carrying 'Quality of service IEI' and 'Length of quality of service
 		-- IE' shall be excluded). 
	qosGn [2] OCTET STRING (SIZE(3..254))
	qosGn [2] OCTET STRING
		-- qosGn parameter shall be coded in accordance with  7.7.34 of document ref [17]
}