Commit 2923b030 authored by mewburn's avatar mewburn Committed by Mark Canterbury
Browse files

TS 102 232-6 CR009 - Simplify OID versioning

parent 1683905f
Loading
Loading
Loading
Loading
+5 −9
Original line number Original line Diff line number Diff line
-- ===============================
-- Description of the PstnIsdn PDU
-- ===============================

PstnIsdnPDU
PstnIsdnPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) pstnIsdn(6) version5(5)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) pstnIsdn(6) version5(5)}


@@ -10,8 +6,6 @@ BEGIN


IMPORTS
IMPORTS


	

	-- from TS 102 232-01 [2]
	-- from TS 102 232-01 [2]
	PayloadDirection
	PayloadDirection
		FROM LI-PS-PDU
		FROM LI-PS-PDU
@@ -22,10 +16,12 @@ IMPORTS
-- Object Identifier Definition
-- Object Identifier Definition
-- ============================
-- ============================


pstnIsdnPDUObjId RELATIVE-OID	::= {li-ps(5) pstnIsdn(6) version5(5)}
pstnIsdnIRIObjId RELATIVE-OID	::= {pstnIsdnPDUObjId iRI(1)}
pstnIsdnCCObjId RELATIVE-OID	::= {pstnIsdnPDUObjId cC(2)}

	-- definitions are relative to
	-- definitions are relative to
	-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
	-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
pstnIsdnIRIObjId RELATIVE-OID	::= {li-ps(5) pstnIsdn(6) version5(5) iRI(1)}
pstnIsdnCCObjId RELATIVE-OID	::= {li-ps(5) pstnIsdn(6) version5(5) cC(2)}




-- ===============================
-- ===============================
@@ -74,7 +70,7 @@ SupplementaryInfo ::= SEQUENCE
InformationAppliesTo ::= SEQUENCE
InformationAppliesTo ::= SEQUENCE
	-- Identifies the PDUs to which a piece of supplementary information applies
	-- Identifies the PDUs to which a piece of supplementary information applies
{
{
	payloadDirection		[0] PayloadDirection,
	payloadDirection		[0] LI-PS-PDU.PayloadDirection,
		-- The direction of the traffic to which this info applies
		-- The direction of the traffic to which this info applies
	cCLinkID				[1] INTEGER (0..65535) OPTIONAL,
	cCLinkID				[1] INTEGER (0..65535) OPTIONAL,
		-- If there are multiple CCLinks, this field states CCLink to which this info applies
		-- If there are multiple CCLinks, this field states CCLink to which this info applies