From 75ec8c2af0c544bf8c8bb676e990aed6271e7d21 Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Fri, 9 May 2025 16:22:03 +0000 Subject: [PATCH 1/2] 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 e4227f8..69f09a2 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -1781,6 +1781,8 @@ components: type: string imsDCAppInfo: $ref: '#/components/schemas/IMSDCAppInfo' + satelliteIdList: + type: string IMSDCAppInfo: type: object properties: -- GitLab From d10af03933db91327e842734fbff0e581c0f3c07 Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Wed, 21 May 2025 07:51:39 +0000 Subject: [PATCH 2/2] Edit TS32291_Nchf_ConvergedCharging.yaml --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 69f09a2..a7b7183 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -1782,7 +1782,10 @@ components: imsDCAppInfo: $ref: '#/components/schemas/IMSDCAppInfo' satelliteIdList: - type: string + type: array + items: + $ref: '#/components/schemas/SatelliteId' + minItems: 1 IMSDCAppInfo: type: object properties: @@ -2413,6 +2416,8 @@ components: $ref: '#/components/schemas/NNIRelationshipMode' neighbourNodeAddress: $ref: '#/components/schemas/IMSAddress' + SatelliteId: + type: string EASRequirements: type: object properties: -- GitLab