Commit bda47891 authored by canterburym's avatar canterburym
Browse files

TS 33108 v6.4.0 (2004-01-08) agreed at SA#22

parent 21fa9efd
Loading
Loading
Loading
Loading
+82 −0
Original line number Diff line number Diff line
UMTS-HI3CircuitLIOperations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2) threeGPP(4) hi3CS(4) version1(1)}


DEFINITIONS IMPLICIT TAGS ::=

-- The following operations are used to transmit user data, which can be exchanged via the DSS1,
-- ISUP or MAP signalling (e.g. UUS).

BEGIN

IMPORTS OPERATION, 
	ERROR 
		FROM Remote-Operations-Information-Objects 
		{joint-iso-itu-t (2) remote-operations(4) informationObjects(5) version1(0)}

	hi3CircuitLISubDomainId
		FROM
		SecurityDomainDefinitions 
		{ itu-t (0) identified-organization (4) etsi (0) securityDomain (2)}

	LawfulInterceptionIdentifier,
	CommunicationIdentifier, 
	TimeStamp, 
	OperationErrors, 
	Supplementary-Services,

		FROM HI2Operations
			{itu-t(0) identified-organization(4) etsi(0) securityDomain(2)
 		  	lawfulIntercept(2) hi2(1) version3(3)} -- TS 101 671 Edition 3

SMS-report
		FROM UmtsHI2Operations
			{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)
			threeGPP(4) hi2(1) version-2(2)};


uMTS-circuit-Call-related-Services	OPERATION ::= 
{
	ARGUMENT	UMTS-Content-Report
	ERRORS 		{ OperationErrors }
	CODE		global:{ hi3CircuitLISubDomainId circuit-Call-Serv (1) version1 (1)}
}
-- Class 2 operation. The timer shall be set to a value between 3 s and 240 s. 
-- The timer default value is 60s.
-- NOTE: The same note as for HI management operation applies.



uMTS-no-Circuit-Call-related-Services	OPERATION ::=
{
	ARGUMENT	UMTS-Content-Report
	ERRORS 		{ OperationErrors }
	CODE		global:{ hi3CircuitLISubDomainId no-Circuit-Call-Serv (2) version1 (1)}
}
-- Class 2 operation. The timer must be set to a value between 10s and 120s. 
-- The timer default value is 60s.


UMTS-Content-Report		::= SEQUENCE 
{
	lawfulInterceptionIdentifier	[6] LawfulInterceptionIdentifier OPTIONAL,
	communicationIdentifier			[1] CommunicationIdentifier,
		-- Used to uniquely identify an intercepted call: the same as used for the relevant IRI.
		-- Called "callIdentifier" in edition 1 ES 201 671.
	timeStamp						[2] TimeStamp,
	initiator						[3] ENUMERATED 
	{
		originating-party(0),
		terminating-party(1), 
		forwarded-to-party(2),
		undefined-party(3),
		... 
	} OPTIONAL,
	content							[4] Supplementary-Services OPTIONAL,
		-- UUI are encoded in the format defined for the User-to-user information parameter
		-- of the ISUP protocol (see EN 300 356 [30]). Only one UUI parameter is sent per message.
	sMS-report						[5] SMS-report OPTIONAL,
	... 
}

END
 No newline at end of file
+65 −0
Original line number Diff line number Diff line
UMTS-HIManagementOperations 

{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2) threeGPP(4) him(5) version1(1)}


DEFINITIONS IMPLICIT TAGS ::=
BEGIN


IMPORTS					OPERATION, 
		ERROR 
			FROM Remote-Operations-Information-Objects 
			{joint-iso-itu-t (2) remote-operations(4) informationObjects(5) version1(0)}

		himDomainId
			FROM SecurityDomainDefinitions 
			{ itu-t (0) identified-organization (4) etsi (0) securityDomain (2)};

uMTS-sending-of-Password		OPERATION ::= 
{
	ARGUMENT	UMTS-Password-Name
	ERRORS		{ ErrorsHim }
	CODE		global:{ himDomainId sending-of-Password (1) version1 (1)}
}
-- Class 2 operation. The timer must be set to a value between 3 s and 240s.
-- The timer default value is 60s.

uMTS-data-Link-Test			OPERATION ::=
{
	ERRORS 		{ other-failure-causes }
	CODE		global:{ himDomainId data-link-test (2) version1 (1)}
}
-- Class 2 operation. The timer must be set to a value between 3s and 240s. 
-- The timer default value is 60s.

uMTS-end-Of-Connection		OPERATION ::=
{
	ERRORS 		{ other-failure-causes }
	CODE		global:{ himDomainId end-of-connection (3) version1 (1)}
}
-- Class 2 operation. The timer must be set to a value between 3s and 240s. 
-- The timer default value is 60s.

other-failure-causes	ERROR ::= { CODE local:0}
missing-parameter		ERROR ::= { CODE local:1}
unknown-parameter		ERROR ::= { CODE local:2}
erroneous-parameter		ERROR ::= { CODE local:3}

ErrorsHim				ERROR ::= 
{ 
	other-failure-causes | 
	missing-parameter | 
	unknown-parameter | 
	erroneous-parameter 
}

UMTS-Password-Name			::= SEQUENCE 
{
	password	[1] OCTET STRING (SIZE (1..25)),
	name		[2] OCTET STRING (SIZE (1..25)),
	...
}
	-- IA5 string recommended

END
 No newline at end of file
+4 −2
Original line number Diff line number Diff line
@@ -170,9 +170,11 @@ PartyInformation ::= SEQUENCE
			-- the calling party number  parameter of the ISUP (parameter part:[5])

		sip-url					[8] OCTET STRING 	OPTIONAL,
			-- See RFC 2543
			-- See [26]

		...
		...,
		tel-url					[9] OCTET STRING 	OPTIONAL,
			-- See [36]
	},

	services-Data-Information 	[4] Services-Data-Information OPTIONAL,