From 02a931efbdf53d32e59c411b9229664cdb62d38e Mon Sep 17 00:00:00 2001 From: wanghhan1 Date: Fri, 1 Aug 2025 06:54:25 +0000 Subject: [PATCH 1/3] Rel-19 CR 32.291 Addition on NSPA charging information --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 8db36c4..7bfa529 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -886,6 +886,13 @@ components: $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NsiLoadLevelInfo' estimatedEnergyConsumption: type: integer + sourceNFInformation: + $ref: '#/components/schemas/NFIdentification' + startTimestamp: + $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime' + stopTimestamp: + $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime' + NSPAChargingInformation: type: object properties: @@ -2592,6 +2599,7 @@ components: - GMLC - AIOTF - CCF + - NWDAF - type: string ChargingCharacteristicsSelectionMode: anyOf: -- GitLab From 3406198566a7e29c186654425261c77ecb151823 Mon Sep 17 00:00:00 2001 From: wanghhan1 Date: Mon, 11 Aug 2025 12:23:15 +0000 Subject: [PATCH 2/3] Rel-19 CR 32.291 Addition on NSPA charging information 0811 --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 7bfa529..102f540 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -886,7 +886,7 @@ components: $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NsiLoadLevelInfo' estimatedEnergyConsumption: type: integer - sourceNFInformation: + sourceNFIdentification: $ref: '#/components/schemas/NFIdentification' startTimestamp: $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime' -- GitLab From 69c555de7c29334b4024cce89975b34bc683695a Mon Sep 17 00:00:00 2001 From: wanghhan1 Date: Thu, 28 Aug 2025 19:38:05 +0000 Subject: [PATCH 3/3] Rel-19 CR 32.291 Addition on NSPA charging information-0829 --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 102f540..44a2d73 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -888,10 +888,6 @@ components: type: integer sourceNFIdentification: $ref: '#/components/schemas/NFIdentification' - startTimestamp: - $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime' - stopTimestamp: - $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime' NSPAChargingInformation: type: object -- GitLab