Commit 35ceaeeb authored by Robert Tornkvist's avatar Robert Tornkvist
Browse files

Merge branch '32.298_Rel19_CR1053_Addition_of_charging_information_for_MOCN'...

Merge branch '32.298_Rel19_CR1053_Addition_of_charging_information_for_MOCN' into 'Integration_Rel19_SA5_162_CH_ASN'

32.298_Rel19_CR1053_Addition_of_charging_information_for_MOCN

See merge request !92
parents 468d259f a9fb78c5
Loading
Loading
Loading
Loading
+21 −2
Original line number Diff line number Diff line
@@ -174,7 +174,8 @@ ChargingRecord ::= SET
	interCHFInformation							[44] InterCHFInformation OPTIONAL,
	nSSAAChargingInformation					[45] NSSAAChargingInformation OPTIONAL,
	rangingSLChargingInformation				[46] RangingSLChargingInformation OPTIONAL,
	lCSInformation								[47] LCSInformation OPTIONAL
	lCSInformation								[47] LCSInformation OPTIONAL,
	networkSharingChargingInformation			[48] NetworkSharingChargingInformation OPTIONAL

}

@@ -437,6 +438,15 @@ NSPAChargingInformation ::= SET
	singelNSSAI					[0] SingleNSSAI
}

--
-- Network Sharing charging Information
--

NetworkSharingChargingInformation			::= SET
{
	plmnId						[0] PLMN-Id,
	singelNSSAI					[1] SingleNSSAI OPTIONAL
}

--
-- NSM charging Information
@@ -1593,6 +1603,14 @@ NcgiTai ::= SEQUENCE
	cellList 	[1] SEQUENCE OF Ncgi
}

NetworkSharingContainerInformation		::= SEQUENCE
{
	uplinkVolume					[0] INTEGER OPTIONAL,
	downlinkVolume					[1] INTEGER OPTIONAL,
	numberOfPDUSessionsReq			[2] INTEGER OPTIONAL,
	numberOfPDUSessionsSuccess		[3] INTEGER OPTIONAL
}

NetworkSliceEE 		::= SEQUENCE
{
	networkSliceType			[1] NetworkSliceType OPTIONAL,
@@ -2549,7 +2567,8 @@ UsedUnitContainer ::= SEQUENCE
	nSPAContainerInformation			[14] NSPAContainerInformation OPTIONAL,
	eventTimeStampExt					[15] SEQUENCE OF TimeStamp OPTIONAL,
	pC5ContainerInformation				[16] PC5ContainerInformation OPTIONAL,
	mBSContainerInformation				[17] MbsContainerInformation OPTIONAL
	mBSContainerInformation				[17] MbsContainerInformation OPTIONAL,
	networkSharingContainerInformation	[18] NetworkSharingContainerInformation OPTIONAL
}

--