Commit 0c49bc26 authored by mewburn's avatar mewburn
Browse files

Draft import of 33.108 V16.4.0 ASN.1 for comparison

Branch created to compare the ASN.1 copypasted from TS 33.108 V16.4.0
(via vim with UTF-8 support) for comparison and validation
of the files in the repository.

This branch is a draft and not intended to be merged back into main
at this point.
parent 3905e5d5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,4 +87,4 @@ TPDU-direction ::= ENUMERATED

}

END
 No newline at end of file
END -- OF conf-HI3-IMS
+1 −1
Original line number Diff line number Diff line
@@ -219,4 +219,4 @@ RecurrenceInfo ::= SEQUENCE

Reason ::= OCTET STRING

END
 No newline at end of file
END -- OF ConfHI2Operations
+1 −1
Original line number Diff line number Diff line
@@ -61,4 +61,4 @@ CSvoiceLIC-header ::= SEQUENCE
}


END
 No newline at end of file
END -- OF CSvoice-HI3-IP
+1 −1
Original line number Diff line number Diff line
@@ -82,4 +82,4 @@ ICE-type ::= ENUMERATED
    ePDG            (6)
}

END
 No newline at end of file
END -- OF Eps-HI3-PS
+40 −39
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ IRI-Parameters ::= SEQUENCE
	tunnelProtocol		[55] TunnelProtocol  OPTIONAL,
	pANI-Header-Info		[56] SEQUENCE OF PANI-Header-Info		OPTIONAL,
    -- information extracted from P-Access-Network-Info headers of SIP message;
	-- described in TS 24.229 7.2A.4 [76]
	-- described in TS 24.229 §7.2A.4 [76]
	imsVoIP 				[57] IMS-VoIP-Correlation					OPTIONAL,
	xCAPmessage			[58] OCTET STRING OPTIONAL,	
    -- The HTTP message (HTPP header and any XCAP body) of any of the target's IMS supplementary
@@ -246,9 +246,9 @@ LogicalFunctionType ::= ENUMERATED
PANI-Header-Info	::= SEQUENCE
{
    access-Type 		[1] OCTET STRING 		OPTIONAL,
    -- ASCII chain '3GPP-UTRAN-TDD', '3GPP-E-UTRAN-TDD',... : see TS 24.229 7.2A.4 [76]
    -- ASCII chain '3GPP-UTRAN-TDD', '3GPP-E-UTRAN-TDD',... : see TS 24.229 §7.2A.4 [76]
    access-Class  		[2] OCTET STRING		OPTIONAL,
    -- ASCII chain '3GPP-UTRAN', '3GPP-E-UTRAN',... : see TS 24.229 7.2A.4 [76]
    -- ASCII chain '3GPP-UTRAN', '3GPP-E-UTRAN',... : see TS 24.229 §7.2A.4 [76]
    network-Provided	[3] NULL				OPTIONAL,
    -- present if provided by the network
    pANI-Location		[4] PANI-Location 		OPTIONAL,
@@ -325,7 +325,7 @@ Location ::= SEQUENCE
		--see MAP format (see [4])	
	rAI					[4] Rai		OPTIONAL,
		-- the Routeing Area Identifier in the current  SGSN is coded in accordance with the
		--  10.5.5.15 of document [9] without the Routing Area Identification IEI
		-- § 10.5.5.15 of document [9] without the Routing Area Identification IEI
		-- (only the last 6 octets are used)
	gsmLocation			[5] GSMLocation OPTIONAL,
 	umtsLocation		[6] UMTSLocation OPTIONAL,
@@ -337,7 +337,7 @@ Location ::= SEQUENCE
	...,
	oldRAI				[8] Rai		OPTIONAL,
		-- the Routeing Area Identifier in the old SGSN is coded in accordance with the
		--  10.5.5.15 of document [9] without the Routing Area Identification IEI
		-- § 10.5.5.15 of document [9] without the Routing Area Identification IEI
		-- (only the last 6 octets are used).
	civicAddress		[9] CivicAddress OPTIONAL,
	operatorSpecificInfo	[10]	OCTET STRING OPTIONAL,
@@ -673,13 +673,13 @@ LDIevent ::= ENUMERATED
UmtsQos ::= CHOICE
{
	qosMobileRadio [1] OCTET STRING,
		-- The qosMobileRadio parameter shall be coded in accordance with the  10.5.6.5 of
		-- The qosMobileRadio parameter shall be coded in accordance with the § 10.5.6.5 of
		-- document [9] without the Quality of service IEI and Length of
		-- 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
		-- qosGn parameter shall be coded in accordance with  7.7.34 of document [17]
		-- qosGn parameter shall be coded in accordance with § 7.7.34 of document [17]
}


@@ -767,6 +767,7 @@ TypeOfBearer ::= ENUMERATED




EPSLocation	::= SEQUENCE
{
   
@@ -1449,4 +1450,4 @@ TalkburstControlSetting ::= SEQUENCE
Talk-burst-reason-code ::= VisibleString


END
 No newline at end of file
END -- OF EpsHI2Operations
Loading