From a916b0c11a110e747dcfed131a11df1254f068b0 Mon Sep 17 00:00:00 2001 From: Zhiwei Mo Date: Wed, 7 May 2025 05:56:27 +0000 Subject: [PATCH] TS32.291_Rel19_CR0620 5GS LCS --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index e4227f8..cd4908f 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -380,6 +380,8 @@ components: $ref: '#/components/schemas/NSSAAChargingInformation' rangingSLChargingInformation: $ref: '#/components/schemas/RangingSLChargingInformation' + lCSInformation: + $ref: '#/components/schemas/LCSInformation' required: - nfConsumerIdentification - invocationTimeStamp @@ -2151,6 +2153,19 @@ components: $ref: '#/components/schemas/LocationType' locationEstimate: $ref: '#/components/schemas/LocationEstimate' + LCSInformation: + type: object + properties: + lCSClientID: + type: string + locationType: + $ref: '#/components/schemas/LocationType' + locationEstimate: + $ref: '#/components/schemas/LocationEstimate' + positioningData: + type: string + targetUEID: + $ref: 'TS29571_CommonData.yaml#/components/schemas/Supi' LocationEstimate: type: object properties: -- GitLab