From a1a2795fabe4deda60658494cd3137ee874d26a2 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sun, 29 Sep 2024 06:20:44 +0000 Subject: [PATCH 1/3] Update file TS28317_RanScNrm.yaml --- OpenAPI/TS28317_RanScNrm.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28317_RanScNrm.yaml b/OpenAPI/TS28317_RanScNrm.yaml index 3b1973463..dc7279eac 100644 --- a/OpenAPI/TS28317_RanScNrm.yaml +++ b/OpenAPI/TS28317_RanScNrm.yaml @@ -64,7 +64,7 @@ components: description: >- Setting this attribute to "TRUE" cancels the self configuration process. scMgmtProfileRef: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' #-------Definition of IOCs ----------# @@ -100,8 +100,9 @@ components: for usage in the RANSC management for monitoring for the self configuration process. type: object properties: - jobId: + id: type: string + readOnly: true status: type: string enum: @@ -111,10 +112,12 @@ components: - FAILED - CANCELLING - CANCELLED + readOnly: true progressPercentage: type: integer minimum: 0 maximum: 100 + readOnly: true progressStateInfo: type: string enum: @@ -126,6 +129,7 @@ components: - RETRIEVE_CONFIGURATION_DATA - SETUP_PRECONFIGURED_SIGNALLING_LINKS - SET_FINAL_STATE_OF_NE + readOnly: true resultStateInfo: oneOf: - type: string @@ -135,11 +139,13 @@ components: - NE_HARDWARE_ERROR_DELECTED - DISCONNECTION_BETWEEN_NE_AND_OAM - OTHER + readOnly: true - type: string + readony: true startTime: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo' endTime: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeEo' #-------Definition of Data types ----------# -- GitLab From 1ffc4269afe5f8aa3a46d95ddb03f22103a7aad5 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sun, 29 Sep 2024 06:25:26 +0000 Subject: [PATCH 2/3] Update file TS28317_RanScNrm.yaml --- OpenAPI/TS28317_RanScNrm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28317_RanScNrm.yaml b/OpenAPI/TS28317_RanScNrm.yaml index dc7279eac..1d4caa109 100644 --- a/OpenAPI/TS28317_RanScNrm.yaml +++ b/OpenAPI/TS28317_RanScNrm.yaml @@ -117,7 +117,7 @@ components: type: integer minimum: 0 maximum: 100 - readOnly: true + readOnly: true progressStateInfo: type: string enum: @@ -133,15 +133,15 @@ components: resultStateInfo: oneOf: - type: string + readOnly: true enum: - UNKNOWN - INCORRECT_CONFIGURATION - NE_HARDWARE_ERROR_DELECTED - DISCONNECTION_BETWEEN_NE_AND_OAM - OTHER - readOnly: true - type: string - readony: true + readOnly: true startTime: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo' endTime: -- GitLab From 008818711bceb5adfd529f607eb246a404f1dfc5 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sun, 29 Sep 2024 06:27:15 +0000 Subject: [PATCH 3/3] Update file TS28317_RanScNrm.yaml --- OpenAPI/TS28317_RanScNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28317_RanScNrm.yaml b/OpenAPI/TS28317_RanScNrm.yaml index 1d4caa109..3bc789c4f 100644 --- a/OpenAPI/TS28317_RanScNrm.yaml +++ b/OpenAPI/TS28317_RanScNrm.yaml @@ -145,7 +145,7 @@ components: startTime: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo' endTime: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeEo' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo' #-------Definition of Data types ----------# -- GitLab