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

Edit TS32298_CHFChargingDataTypes.asn

parent 221523f5
Loading
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
@@ -1564,6 +1574,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,
@@ -2518,7 +2536,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
}

--