From a3877ddc8363e0fc3394e8c3bf86ac6235a64745 Mon Sep 17 00:00:00 2001 From: Robert Tornkvist Date: Fri, 15 Aug 2025 12:02:19 +0000 Subject: [PATCH 1/4] Update file TS32291_Nchf_ConvergedCharging.yaml --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 8db36c4..aa7b141 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -350,6 +350,8 @@ components: $ref: '#/components/schemas/LocationReportingChargingInformation' nSPAChargingInformation: $ref: '#/components/schemas/NSPAChargingInformation' + networkSharingChargingInformation + $ref: '#/components/schemas/NetworkSharingChargingInformation' nSMChargingInformation: $ref: '#/components/schemas/NSMChargingInformation' mMTelChargingInformation: @@ -593,6 +595,8 @@ components: $ref: '#/components/schemas/PDUContainerInformation' nSPAContainerInformation: $ref: '#/components/schemas/NSPAContainerInformation' + networkSharingContainerInformation + $ref: '#/components/schemas/NetworkSharingContainerInformation' pC5ContainerInformation: $ref: '#/components/schemas/PC5ContainerInformation' mBSContainerInformation: @@ -893,6 +897,26 @@ components: $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai' required: - singleNSSAI + NetworkSharingContainerInformation: + type: object + properties: + uplinkVolume: + type: integer + downlinkVolume: + type: integer + numberOfPDUSessionsReq: + type: integer + numberOfPDUSessionsSuccess: + type: integer + NetworkSharingChargingInformation: + type: object + properties: + plmnId: + $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' + singleNSSAI: + $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai' + required: + - singleNSSAI NetworkSlicingInfo: type: object properties: -- GitLab From e4fcd53373931a4df7caea047147856866c765d3 Mon Sep 17 00:00:00 2001 From: Robert Tornkvist Date: Fri, 15 Aug 2025 12:03:21 +0000 Subject: [PATCH 2/4] Update file TS32291_Nchf_ConvergedCharging.yaml --- 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 aa7b141..b3025ee 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -596,7 +596,7 @@ components: nSPAContainerInformation: $ref: '#/components/schemas/NSPAContainerInformation' networkSharingContainerInformation - $ref: '#/components/schemas/NetworkSharingContainerInformation' + $ref: '#/components/schemas/NetworkSharingContainerInformation' pC5ContainerInformation: $ref: '#/components/schemas/PC5ContainerInformation' mBSContainerInformation: -- GitLab From 81b79754615de8e89126528b1be083c9d8e160d1 Mon Sep 17 00:00:00 2001 From: Robert Tornkvist Date: Fri, 15 Aug 2025 12:07:47 +0000 Subject: [PATCH 3/4] Edit TS32291_Nchf_ConvergedCharging.yaml --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index b3025ee..afd953a 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -350,7 +350,7 @@ components: $ref: '#/components/schemas/LocationReportingChargingInformation' nSPAChargingInformation: $ref: '#/components/schemas/NSPAChargingInformation' - networkSharingChargingInformation + networkSharingChargingInformation: $ref: '#/components/schemas/NetworkSharingChargingInformation' nSMChargingInformation: $ref: '#/components/schemas/NSMChargingInformation' @@ -595,7 +595,7 @@ components: $ref: '#/components/schemas/PDUContainerInformation' nSPAContainerInformation: $ref: '#/components/schemas/NSPAContainerInformation' - networkSharingContainerInformation + networkSharingContainerInformation: $ref: '#/components/schemas/NetworkSharingContainerInformation' pC5ContainerInformation: $ref: '#/components/schemas/PC5ContainerInformation' -- GitLab From 718b2771df05aadb0341b6b2a420efcd3e174319 Mon Sep 17 00:00:00 2001 From: Robert Tornkvist Date: Fri, 15 Aug 2025 15:37:45 +0000 Subject: [PATCH 4/4] Edit TS32291_Nchf_ConvergedCharging.yaml --- 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 afd953a..acbb4d4 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -916,7 +916,7 @@ components: singleNSSAI: $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai' required: - - singleNSSAI + - plmnId NetworkSlicingInfo: type: object properties: -- GitLab