From 49fac41113eb26c0a04a6d22580b362fe6feeb42 Mon Sep 17 00:00:00 2001 From: XIAOQIAN JIA Date: Wed, 26 Mar 2025 09:02:00 +0000 Subject: [PATCH 1/3] Update TS32291_Nchf_ConvergedCharging.yaml --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 54d4119..187ee38 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -2058,6 +2058,13 @@ components: $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime' proximityCancellationTimestamp: $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime' + hopCount: + type: integer + IntermediateRelayInformationContainer: + type: array + items: + $ref: '#/components/schemas/IntermediateRelayInformationContainer' + minItems: 0 relayIPAddress: $ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr' proseUEToNetworkRelayUEID : @@ -2144,6 +2151,13 @@ components: $ref: '#/components/schemas/OctetString' verticalAccuracy: $ref: '#/components/schemas/OctetString' + IntermediateRelayInformationContainer: + type: object + properties: + intermediateRelayIPAddress: + $ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr' + proseUEToNetworkIntermediateRelayUEID: + type:string PFIContainerInformation: type: object properties: -- GitLab From 846f96003939ee34d2549cec0ba6f6182f918ec4 Mon Sep 17 00:00:00 2001 From: XIAOQIAN JIA Date: Wed, 26 Mar 2025 09:54:28 +0000 Subject: [PATCH 2/3] Update 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 187ee38..7addfbb 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -2157,7 +2157,7 @@ components: intermediateRelayIPAddress: $ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr' proseUEToNetworkIntermediateRelayUEID: - type:string + type: string PFIContainerInformation: type: object properties: -- GitLab From bd3cb18a9ada036145824435f079b136061ddc3c Mon Sep 17 00:00:00 2001 From: XIAOQIAN JIA Date: Thu, 27 Mar 2025 03:52:49 +0000 Subject: [PATCH 3/3] Update 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 7addfbb..402ccf5 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -2060,7 +2060,7 @@ components: $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime' hopCount: type: integer - IntermediateRelayInformationContainer: + intermediateRelayInformationContainer: type: array items: $ref: '#/components/schemas/IntermediateRelayInformationContainer' -- GitLab