From 363c576ccfd29a8764f33fa072c5a0efe95106a6 Mon Sep 17 00:00:00 2001 From: Zhiwei Mo Date: Wed, 6 Nov 2024 09:49:57 +0000 Subject: [PATCH] TS32.298_Rel19_CR1022 Add Charging Information to CDR for Ranging and Sidelink Positioning --- ASN/TS32298_CHFChargingDataTypes.asn | 34 +++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index 02b8ce4..7b5fa1e 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -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 -- GitLab