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

Merge branch '32.298_Rel18_CR1017_Correction_of_IMSTrigger_and_InterCHF_ASN'...

Merge branch '32.298_Rel18_CR1017_Correction_of_IMSTrigger_and_InterCHF_ASN' into 'Integration_Rel18_SA5_158_ASN'

32.298 Rel18 CR1017 Correction of IMSTrigger and InterCHF ASN

See merge request !4
parents b68097d5 ace4eb53
Loading
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -686,8 +686,8 @@ MbsSessionChargingInformation ::= SET
	serviceArea					[3] ServiceArea OPTIONAL,
	mBSStartTime 				[4] TimeStamp OPTIONAL,
	mBSStopTime					[5] TimeStamp OPTIONAL,
	servingNetworkFunctionID	[6] SEQUENCE OF ServingNetworkFunctionID OPTIONAL

	servingNetworkFunctionID	[6] SEQUENCE OF ServingNetworkFunctionID OPTIONAL,
	mBSSessionActivityStatus	[7] MbsSessionActivityStatus
}


@@ -702,8 +702,7 @@ MbsSessionChargingInformation ::= SET
InterCHFInformation	::= SET
{
	remoteCHFResource		[0] UTF8String OPTIONAL,
	originalNFConsumerId	[1] NetworkFunctionInformation OPTIONAL,
	mBSSessionActivityStatus	[7] MbsSessionActivityStatus
	originalNFConsumerId	[1] NetworkFunctionInformation OPTIONAL
}


@@ -1179,11 +1178,11 @@ IMSTrigger ::= INTEGER
--Other
	managementIntervention						(15),
--Termination
	sIPByeMessage
	sIP2xxAcknowledgingASipBye					(16),
	abortingASipSessionSetup					(17),
	sIP3xxFinalOrRedirectionResponse			(18),
	sIP4xx5xxOr6xxFinalResponse					(19)
	sIP4xx5xxOr6xxFinalResponse					(19),
	sIPByeMessage								(20)
}