From 8af22a48eb834ba7467b41c5dc88c8de582daf9f Mon Sep 17 00:00:00 2001 From: mozhi Date: Tue, 5 Nov 2024 10:18:19 +0000 Subject: [PATCH] TS32.291_Rel19_CR0589 for Ranging and Sidelink Positioning charging --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 37 +++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 02482aa..dbbcb11 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -378,6 +378,8 @@ components: $ref: '#/components/schemas/NSACFChargingInformation' nSSAAChargingInformation: $ref: '#/components/schemas/NSSAAChargingInformation' + rangingSLChargingInformation: + $ref: '#/components/schemas/RangingSLChargingInformation' required: - nfConsumerIdentification - invocationTimeStamp @@ -2109,6 +2111,30 @@ components: required: - nSSAAMessageType - userIdentification + RangingSLChargingInformation: + type: object + properties: + targetUEID: + $ref: 'TS29571_CommonData.yaml#/components/schemas/Supi' + sLReferenceUEID: + $ref: 'TS29571_CommonData.yaml#/components/schemas/Supi' + sLPositioningServerUEID: + $ref: 'TS29571_CommonData.yaml#/components/schemas/Supi' + locatedUEID: + $ref: 'TS29571_CommonData.yaml#/components/schemas/Supi' + locationType: + $ref: '#/components/schemas/LocationType' + locationEstimate: + $ref: '#/components/schemas/LocationEstimate' + LocationEstimate: + type: object + properties: + userLocationInformation: + $ref: 'TS29571_CommonData.yaml#/components/schemas/UserLocation' + horizontalAccuracy: + $ref: '#/components/schemas/OctetString' + verticalAccuracy: + $ref: '#/components/schemas/OctetString' PFIContainerInformation: type: object properties: @@ -2509,6 +2535,7 @@ components: - TSCTSF - MB_SMF - CHF + - GMLC - type: string ChargingCharacteristicsSelectionMode: anyOf: @@ -3135,5 +3162,15 @@ components: - Re-Authentication-Notification - Revocation Notification - type: string + LocationType: + anyOf: + - type: string + enum: + - CURRENT_LOCATION + - LAST_KNOWN_LOCATION + - INITIAL_LOCATION + - DEFERRED_LOCATION + - NOTIFICATION_VERIFICATION + - type: string -- GitLab