Commit 47848500 authored by Robert Tornkvist's avatar Robert Tornkvist
Browse files

Merge branch...

Merge branch '32.298_Rel19_CR1035_Charging_information_for_IMS_DC_application_download_charging' into 'Integration_Rel19_SA5_160_ASN'

32.298 rel19 cr1035 charging information for ims dc application download charging

See merge request !52
parents 32e1aee0 ed1deaeb
Loading
Loading
Loading
Loading
Loading
+16 −3
Original line number Diff line number Diff line
@@ -540,7 +540,8 @@ IMSChargingInformation ::= SET
	sipRouteHeaderReceived					[54] UTF8String OPTIONAL,
	sipRouteHeaderTransmitted				[55] UTF8String OPTIONAL,
	tadIdentifier							[56] TADIdentifier OPTIONAL,
	feIdentifierList						[57] FEIdentifierList OPTIONAL
	feIdentifierList						[57] FEIdentifierList OPTIONAL,
	imsDCAppInfo							[58] IMSDCAppInfo OPTIONAL
}


@@ -1162,12 +1163,24 @@ HFCNodeId ::= UTF8String
-- I 
-- 

IMSDCAppInfo 	::= SET
{
	applicationId			[0] UTF8String OPTIONAL,
	httpUrl					[1] IMSDCUrlInfo OPTIONAL
}

IMSDCUrlInfo 	::= SET
{
	streamId				[0] INTEGER OPTIONAL,
	replaceHttpUrl			[1] UTF8String OPTIONAL
}

IMSNodeFunctionality	::= ENUMERATED
{
	iMS-GWF				(0),
	aS					(1),
	mRFC				(2)

	mRFC				(2),
	dCSF				(3)
}

IMSSessionInformation ::= SEQUENCE