Commit 363c576c authored by Zhiwei Mo's avatar Zhiwei Mo
Browse files

TS32.298_Rel19_CR1022 Add Charging Information to CDR for Ranging and Sidelink Positioning

parent e1451acd
Loading
Loading
Loading
Loading
Loading
+33 −1
Original line number Diff line number Diff line
@@ -171,7 +171,8 @@ ChargingRecord ::= SET
	tSNChargingInformation					[42] TSNChargingInformation OPTIONAL,
	mBSSessionChargingInformation				[43] MbsSessionChargingInformation OPTIONAL,
	interCHFInformation							[44] InterCHFInformation OPTIONAL,
	nSSAAChargingInformation					[45] NSSAAChargingInformation OPTIONAL
	nSSAAChargingInformation					[45] NSSAAChargingInformation OPTIONAL,
	rangingSLChargingInformation				[46] RangingSLChargingInformation OPTIONAL

}

@@ -725,6 +726,21 @@ NSSAAChargingInformation ::= SET
}


--
-- Ranging and Sidelink Positioning charging Information
--

RangingSLChargingInformation	::= SET
{
	targetUEID								[0] SubscriptionID OPTIONAL,
	sLReferenceUEID							[1] SubscriptionID OPTIONAL,
	sLPositioningServerUEID					[2] SubscriptionID OPTIONAL,
	locatedUEID								[3] SubscriptionID OPTIONAL,
	locationType							[4] LocationType OPTIONAL,
	locationEstimate						[5] UserLocation OPTIONAL
}


--
-- CHF CHARGING TYPES
--
@@ -1222,6 +1238,13 @@ LocationAreaId ::= SEQUENCE
	lac							[1] Lac
}

LocationEstimate	::= SEQUENCE
{
	userLocationInformation					[1] UserLocationInformation OPTIONAL,
	horizontalAccuracy						[2] OCTET STRING OPTIONAL,
	verticalAccuracy						[3] OCTET STRING OPTIONAL
}

LocationNumber	::= UTF8String
-- 
-- See 3GPP TS 29.571 [249] for details
@@ -1229,6 +1252,15 @@ LocationNumber ::= UTF8String

LocationReportingMessageType		::= INTEGER

LocationType			::= ENUMERATED
{
	currentLocation				(0),
	lastKnownLocation			(1),
	initialLocation				(2),
	deferredLocation			(3),
	notificationVerification	(4)
}


-- 
-- M