Commit 90e27594 authored by Robert Tornkvist's avatar Robert Tornkvist
Browse files

Merge branch...

Merge branch '32.298_Rel19_CR_Add_Charging_Information_to_CDR_for_Ranging_Sidelink_Positioning' into 'Integration_Rel19_SA5_158_ASN'

32.298 Rel19 CR1022 Add Charging Information to CDR for Ranging Sidelink Positioning

See merge request !15
parents ebc3a313 363c576c
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