From abefe0a80772f4112c850f8da96bf93608b965b9 Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 9 May 2025 17:02:46 +0800 Subject: [PATCH] Rel19 CR1528 TS 28.541 NRM enhancement cleanup --- OpenAPI/TS28541_5GcNrm.yaml | 2 ++ OpenAPI/TS28541_NrNrm.yaml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 6dddac95e..d588396cc 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -162,8 +162,10 @@ components: properties: featureName: type: string + readOnly: true featureVersion: type: string + readOnly: true NFStatus: type: string description: any of enumerated value diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 64413f14c..99bb35ef4 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -2210,13 +2210,15 @@ components: administrativeState: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AdministrativeState' operationalState: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState' allowedArea: type: array + uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' allowedTime: type: array + uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' -- GitLab