From 973446999c317b04c8dc8947cf5ccf3490d863dc Mon Sep 17 00:00:00 2001 From: Yimeng Deng Date: Fri, 28 Mar 2025 08:04:51 +0000 Subject: [PATCH 1/3] 32.291_Rel19_CR0618_Charging_information_for_IMS_DC_application_download_charging --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 54d4119..cfe45c7 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -1779,6 +1779,20 @@ components: $ref: '#/components/schemas/TADIdentifier' feIdentifierList: type: string + imsDCAppInfo: + type: array + items: + $ref: '#/components/schemas/IMSDCAppInfo' + minItems: 0 + IMSDCAppInfo: + type: object + properties: + applicationId: + $ref: 'TS29571_CommonData.yaml#/components/schemas/ApplicationId' + streamId: + $ref: 'TS29571_CommonData.yaml#/components/schemas/ReplaceHttpUrl/streamId' + replaceHttpUrl: + $ref: 'TS29571_CommonData.yaml#/components/schemas/ReplaceHttpUrl/replaceHttpUrl' EdgeInfrastructureUsageChargingInformation: type: object properties: @@ -2975,7 +2989,7 @@ components: anyOf: - type: string enum: -# The applicable IMS Nodes are MRFC, IMS-GWF (connected to S-CSCF using ISC) and SIP AS. +# The applicable IMS Nodes are MRFC, IMS-GWF (connected to S-CSCF using ISC), SIP AS, DCSF. - S_CSCF - P_CSCF - I_CSCF @@ -2999,6 +3013,7 @@ components: - SCEF - IWK_SCEF - IMS_GWF + - DCSF - type: string RoleOfIMSNode: anyOf: -- GitLab From b8d2015271a45f7fbe90c4b2995ce4d2fd7e0bf3 Mon Sep 17 00:00:00 2001 From: Yimeng Deng Date: Fri, 28 Mar 2025 08:27:05 +0000 Subject: [PATCH 2/3] 32.291_Rel19_CR0618_Charging_information_for_IMS_DC_application_download_charging --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index cfe45c7..dcd3249 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -1789,10 +1789,8 @@ components: properties: applicationId: $ref: 'TS29571_CommonData.yaml#/components/schemas/ApplicationId' - streamId: - $ref: 'TS29571_CommonData.yaml#/components/schemas/ReplaceHttpUrl/streamId' replaceHttpUrl: - $ref: 'TS29571_CommonData.yaml#/components/schemas/ReplaceHttpUrl/replaceHttpUrl' + $ref: 'TS29571_CommonData.yaml#/components/schemas/ReplaceHttpUrl' EdgeInfrastructureUsageChargingInformation: type: object properties: -- GitLab From 89e3509a7559c873438b1bbd71ae1a5ee6427909 Mon Sep 17 00:00:00 2001 From: Yimeng Deng Date: Thu, 10 Apr 2025 02:26:19 +0000 Subject: [PATCH 3/3] CR0618 revision --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index dcd3249..61e198c 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -1780,16 +1780,13 @@ components: feIdentifierList: type: string imsDCAppInfo: - type: array - items: - $ref: '#/components/schemas/IMSDCAppInfo' - minItems: 0 + $ref: '#/components/schemas/IMSDCAppInfo' IMSDCAppInfo: type: object properties: applicationId: $ref: 'TS29571_CommonData.yaml#/components/schemas/ApplicationId' - replaceHttpUrl: + httpUrl: $ref: 'TS29571_CommonData.yaml#/components/schemas/ReplaceHttpUrl' EdgeInfrastructureUsageChargingInformation: type: object @@ -2987,7 +2984,7 @@ components: anyOf: - type: string enum: -# The applicable IMS Nodes are MRFC, IMS-GWF (connected to S-CSCF using ISC), SIP AS, DCSF. +# The applicable IMS Nodes are MRFC, IMS-GWF (connected to S-CSCF using ISC), SIP AS and DCSF. - S_CSCF - P_CSCF - I_CSCF -- GitLab