From f2c8cbb36b3ca7fbad08bc7748d144f6e1b7d449 Mon Sep 17 00:00:00 2001 From: Zhiwei Mo Date: Wed, 7 May 2025 06:06:50 +0000 Subject: [PATCH 1/2] TS32.298_Rel19_CR1038 CDR for 5GS LCS --- ASN/TS32298_CHFChargingDataTypes.asn | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index bc2bf9f..0a9979f 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -173,7 +173,8 @@ ChargingRecord ::= SET mBSSessionChargingInformation [43] MbsSessionChargingInformation OPTIONAL, interCHFInformation [44] InterCHFInformation OPTIONAL, nSSAAChargingInformation [45] NSSAAChargingInformation OPTIONAL, - rangingSLChargingInformation [46] RangingSLChargingInformation OPTIONAL + rangingSLChargingInformation [46] RangingSLChargingInformation OPTIONAL, + lCSInformation [47] LCSInformation OPTIONAL } @@ -732,7 +733,7 @@ NSSAAChargingInformation ::= SET -- --- Ranging and Sidelink Positioning charging Information +-- 5GS LCS Charging Information -- RangingSLChargingInformation ::= SET @@ -745,6 +746,15 @@ RangingSLChargingInformation ::= SET locationEstimate [5] UserLocation OPTIONAL } +LCSInformation ::= SET +{ + lCSClientID [0] UTF8String OPTIONAL, + locationType [1] LocationType OPTIONAL, + locationEstimate [2] UserLocation OPTIONAL, + positioningData [3] UTF8String OPTIONAL, + targetUEID [4] SubscriptionID OPTIONAL +} + -- -- CHF CHARGING TYPES -- GitLab From ed13ce41340115fe46c4f8cae031348b053dfaa4 Mon Sep 17 00:00:00 2001 From: Zhiwei Mo Date: Wed, 21 May 2025 07:35:19 +0000 Subject: [PATCH 2/2] Modify the data types of lCSClientID and positioningData in LCS Information --- ASN/TS32298_CHFChargingDataTypes.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index 0a9979f..fb08d9a 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -748,10 +748,10 @@ RangingSLChargingInformation ::= SET LCSInformation ::= SET { - lCSClientID [0] UTF8String OPTIONAL, + lCSClientID [0] LCSClientIdentity OPTIONAL, locationType [1] LocationType OPTIONAL, locationEstimate [2] UserLocation OPTIONAL, - positioningData [3] UTF8String OPTIONAL, + positioningData [3] PositioningData OPTIONAL, targetUEID [4] SubscriptionID OPTIONAL } -- GitLab