From 41fd4d601fcfa32ba9bde72fa3b699da626e67ca Mon Sep 17 00:00:00 2001 From: yinmem Date: Tue, 30 Sep 2025 06:54:43 +0000 Subject: [PATCH 1/3] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 66849e0fd..03012222e 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1791,7 +1791,21 @@ components: uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' - minItems: 1 + minItems: 1 + vflInterInfo: + type: MlModelInterInfo + uniqueItems: true + items: + $ref: '#/components/schemas/VendorId' + minItems: 0 + vflClientAggrCap: + type: Boolean + default: false + featureId: + type: String + uniqueItems: true + minItems: 1 + NwdafInfo: description: Information of a NWDAF NF Instance type: object -- GitLab From 6c8d62a3b25b934656bfcdbe6fa1622daffee650 Mon Sep 17 00:00:00 2001 From: yinmem Date: Tue, 30 Sep 2025 06:59:16 +0000 Subject: [PATCH 2/3] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 03012222e..536ba2980 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1805,7 +1805,7 @@ components: type: String uniqueItems: true minItems: 1 - + NwdafInfo: description: Information of a NWDAF NF Instance type: object -- GitLab From b75d691b0a74f0832ea21787d3ad4468baf0e115 Mon Sep 17 00:00:00 2001 From: yinmem Date: Tue, 30 Sep 2025 07:03:25 +0000 Subject: [PATCH 3/3] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 536ba2980..dc403fbc9 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1793,19 +1793,19 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' minItems: 1 vflInterInfo: - type: MlModelInterInfo + type: array uniqueItems: true items: $ref: '#/components/schemas/VendorId' minItems: 0 vflClientAggrCap: - type: Boolean + type: boolean default: false featureId: - type: String + type: string uniqueItems: true minItems: 1 - + NwdafInfo: description: Information of a NWDAF NF Instance type: object -- GitLab