From 240ddcc9901d8f25dfd7b9c23bc38bb41f9bb83e Mon Sep 17 00:00:00 2001 From: XIAOQIAN JIA Date: Mon, 11 Aug 2025 02:34:24 +0000 Subject: [PATCH 01/10] Rel-19_32.291_Attributes_to_support_layer3_multi-hop_ProSe_UE-to-UE_relay_communication --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 8db36c4..d6b260b 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -2085,6 +2085,10 @@ components: $ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr' proseUEToNetworkRelayUEID : type: string + proseUEToUERelayUEID: + type: string + proseUEToUETargetEndUEIPAddress: + $ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr' proseDestinationLayer2ID: type: string pFIContainerInformation: -- GitLab From a3877ddc8363e0fc3394e8c3bf86ac6235a64745 Mon Sep 17 00:00:00 2001 From: Robert Tornkvist Date: Fri, 15 Aug 2025 12:02:19 +0000 Subject: [PATCH 02/10] 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 03/10] 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 04/10] 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 7514e294100bce3a2f5094801d401a3ae2865ac2 Mon Sep 17 00:00:00 2001 From: Robert Tornkvist Date: Fri, 15 Aug 2025 12:11:39 +0000 Subject: [PATCH 05/10] Edit TS32291_Nchf_ConvergedCharging.yaml --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 8db36c4..151735a 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -728,6 +728,8 @@ components: type: boolean roamerInOut: $ref: '#/components/schemas/RoamerInOut' + disasterRoamingInd: + type: boolean PDUSessionInformation: type: object properties: -- GitLab From 718b2771df05aadb0341b6b2a420efcd3e174319 Mon Sep 17 00:00:00 2001 From: Robert Tornkvist Date: Fri, 15 Aug 2025 15:37:45 +0000 Subject: [PATCH 06/10] 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 From 61bc41b1c2375d831afa1a944d9be36896dea04d Mon Sep 17 00:00:00 2001 From: dongjj Date: Mon, 8 Sep 2025 02:37:32 +0000 Subject: [PATCH 07/10] 32.291 rel19 add servicelevel aa for support of uas charging --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 8db36c4..381082b 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -804,6 +804,8 @@ components: type: boolean satelliteBackhaulInformation: $ref: '#/components/schemas/SatelliteBackhaulInformation' + serviceLevelAA: + type: string required: - pduSessionID - dnnId @@ -1319,6 +1321,8 @@ components: minItems: 0 satelliteAccessIndicator: type: boolean + serviceLevelAA: + type: string required: - registrationMessagetype PSCellInformation: -- GitLab From 223f24b57111cf856495c52027d9e56c5eece107 Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Mon, 8 Sep 2025 02:39:07 +0000 Subject: [PATCH 08/10] 32.291 rel19 cr 0641 Update Charging information for UE satellite UE charging --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 8db36c4..6838de8 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -1787,7 +1787,6 @@ components: type: array items: $ref: '#/components/schemas/SatelliteId' - minItems: 1 IMSDCAppInfo: type: object properties: -- GitLab From 2c8d112f43e397dc1f5ad82eca69fd314e4693b2 Mon Sep 17 00:00:00 2001 From: chenaai Date: Mon, 8 Sep 2025 03:21:16 +0000 Subject: [PATCH 09/10] 32.291 rel19 cr0627 Charging information for Avatar communication charging --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 3a4dbc9..c56191c 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -1817,6 +1817,28 @@ components: type: array items: $ref: '#/components/schemas/SatelliteId' + minItems: 1 + mediaResource: + $ref: '#/components/schemas/MediaResource' + MediaResource: + type: object + required: + - mediaID + - mediaResourceCapability + properties: + mediaID: + $ref: 'TS29571_CommonData.yaml#/components/schemas/MediaId' + mediaResourceCapability: + $ref: 'TS29571_CommonData.yaml#/components/schemas/MediaResourceType' + avatarMedia: + $ref: '#/components/schemas/AvatarMedia' + AvatarMedia: + type: object + properties: + resourceURL: + $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri' + mediaProcessingSpecification: + type: string IMSDCAppInfo: type: object properties: -- GitLab From f0ac17b2a4404997cb200b6e79261360bcfd797d Mon Sep 17 00:00:00 2001 From: SHAN CHEN Date: Mon, 8 Sep 2025 03:26:43 +0000 Subject: [PATCH 10/10] Update the Version from 3.3.0-alpha.3 to alpha.4 and update the TS version from 19.3.0 to 19.4.0 --- 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 7a4d159..7375f52 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -1,13 +1,13 @@ openapi: 3.0.0 info: title: Nchf_ConvergedCharging - version: 3.3.0-alpha.3 + version: 3.3.0-alpha.4 description: | ConvergedCharging Service © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. externalDocs: description: > - 3GPP TS 32.291 V19.3.0: Telecommunication management; Charging management; + 3GPP TS 32.291 V19.4.0: Telecommunication management; Charging management; 5G system, charging service; Stage 3. url: 'http://www.3gpp.org/ftp/Specs/archive/32_series/32.291/' servers: -- GitLab