Commit 82c539a4 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

TS 102 232-1 v3.20.1 (2019-08-20) agreed at LI#51 (Texel, 2019-06-11)

parent ede019ff
Loading
Loading
Loading
Loading
+17 −5
Original line number Diff line number Diff line
LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version29(29)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version30(30)}

DEFINITIONS IMPLICIT TAGS ::=

@@ -195,10 +195,15 @@ IMPORTS
	-- from ETSI TS 103 462 [45]
	ILHIPayload
		FROM ILHIPDU
		{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) informationHandover(4) ilhi(0) ilhiPdu(0) version1(1)};

		{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) informationHandover(4) ilhi(0) ilhiPdu(0) version1(1)}
		-- This import is only used for the handover between LEMFs.

	-- from 3GPP TS 33.128 [46]
	LINotificationPayload
		FROM TS33128Payloads
		{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19)};
		-- The relevant module (including the 3GPP release and version number)
        -- needs to be chosen when compiling the application.

-- end of IMPORTS

@@ -208,7 +213,7 @@ IMPORTS

lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}

li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version29(29)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version30(30)}

-- ====================
-- Top-level definition
@@ -249,8 +254,9 @@ Payload ::= CHOICE
	encryptionContainer	[4] EncryptionContainer,
	threeGPP-HI1-Operation	[5] ThreeGPP-HI1-Operation,
		-- This structure may be functionally redundant with hI1-Operation from ETSI TS 101 671 [4]
	iLHIPayload				[6] SEQUENCE OF ILHIPayload
	iLHIPayload				[6] SEQUENCE OF ILHIPayload,
		-- For typical use cases see ETSI TS 103 462 [45]
	hI4Payload				[7] SEQUENCE OF HI4Payload 
}

TimeStampQualifier ::= ENUMERATED
@@ -262,6 +268,12 @@ TimeStampQualifier ::= ENUMERATED
	timeOfAggregation(3)
}

HI4Payload ::= CHOICE
{
	threeGPP-LI-Notification [1] TS33128Payloads.LiNotificationPayload,
	... 
}

-- ====================================
-- Items contained within the PS-Header
-- ====================================
+17 −5
Original line number Diff line number Diff line
LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version29(29)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version30(30)}

DEFINITIONS IMPLICIT TAGS ::=

@@ -195,10 +195,15 @@ IMPORTS
	-- from ETSI TS 103 462 [45]
	ILHIPayload
		FROM ILHIPDU
		{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) informationHandover(4) ilhi(0) ilhiPdu(0) version1(1)};

		{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) informationHandover(4) ilhi(0) ilhiPdu(0) version1(1)}
		-- This import is only used for the handover between LEMFs.

	-- from 3GPP TS 33.128 [46]
	LINotificationPayload
		FROM TS33128Payloads
		{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19)};
		-- The relevant module (including the 3GPP release and version number)
        -- needs to be chosen when compiling the application.

-- end of IMPORTS

@@ -208,7 +213,7 @@ IMPORTS

lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}

li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version29(29)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version30(30)}

-- ====================
-- Top-level definition
@@ -249,8 +254,9 @@ Payload ::= CHOICE
	encryptionContainer	[4] EncryptionContainer,
	threeGPP-HI1-Operation	[5] ThreeGPP-HI1-Operation,
		-- This structure may be functionally redundant with hI1-Operation from ETSI TS 101 671 [4]
	iLHIPayload				[6] SEQUENCE OF ILHIPayload
	iLHIPayload				[6] SEQUENCE OF ILHIPayload,
		-- For typical use cases see ETSI TS 103 462 [45]
	hI4Payload				[7] SEQUENCE OF HI4Payload 
}

TimeStampQualifier ::= ENUMERATED
@@ -262,6 +268,12 @@ TimeStampQualifier ::= ENUMERATED
	timeOfAggregation(3)
}

HI4Payload ::= CHOICE
{
	threeGPP-LI-Notification [1] TS33128Payloads.LiNotificationPayload,
	... 
}

-- ====================================
-- Items contained within the PS-Header
-- ====================================