Commit c9858d24 authored by canterburym's avatar canterburym
Browse files

TS 33108 v5.9.0 (2004-12-23) agreed at SA#26

parent 7fc54635
Loading
Loading
Loading
Loading
+17 −4
Original line number Diff line number Diff line
Umts-HI3-PS {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2) threeGPP(4) hi3(2) version-1(1)}
Umts-HI3-PS {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2) threeGPP(4) hi3(2) r5(5) version-2(2)}
 
DEFINITIONS IMPLICIT TAGS ::=

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

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

CC-PDU	::= SEQUENCE 
{
@@ -41,12 +41,17 @@ ULIC-header ::= SEQUENCE
	timeStamp				[4]	TimeStamp OPTIONAL,
	sequence-number			[5]	INTEGER (0..65535),
	t-PDU-direction			[6] TPDU-direction,
	...}
	...,
	ice-type				[8]	ICE-type OPTIONAL
		-- The ICE-type indicates the applicable Intercepting Control Element (see ref [19])
		-- in which the TPDU is intercepted.
}

Version ::= ENUMERATED
{
	version1(1),
	...
	...,
	VERSION2(2)
}

TPDU-direction ::= ENUMERATED
@@ -55,4 +60,12 @@ TPDU-direction ::= ENUMERATED
	to-target 		(2),
	unknown 		(3)
}

ICE-type ::= ENUMERATED
{
		sgsn       (1),
		ggsn       (2),
		...,
}

END
 No newline at end of file