From dc42ac22417f096d3dccc18cc18cd62084fc2b28 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Tue, 30 Jan 2024 12:35:11 +0000 Subject: [PATCH] Update file TS28317_RanScNrm.yaml --- OpenAPI/TS28317_RanScNrm.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28317_RanScNrm.yaml b/OpenAPI/TS28317_RanScNrm.yaml index afaffc6cb..23354960f 100644 --- a/OpenAPI/TS28317_RanScNrm.yaml +++ b/OpenAPI/TS28317_RanScNrm.yaml @@ -70,7 +70,7 @@ components: #-------Definition of Data types ----------# NEType: - type: integer + type: string description: It defines the type of RAN NE GnbId: type: integer @@ -86,13 +86,14 @@ components: oneOf: - $ref: '#/components/schemas/EnbId' - $ref: '#/components/schemas/GnbId' + - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' NEInfomration: description: >- It defines the NE Type or the NE instance for which this ScMgmtProfile instance is valid. - oneOf: + anyOf: - $ref: '#/components/schemas/NEType' - - $ref: '#/components/schemas/NEIdentification' + - $ref: '#/components/schemas/NEIdentification' ScProcessMonitor: description: >- This data type is the "ProcessMonitor" data type with specialisations @@ -124,7 +125,7 @@ components: - PREPARE_BASIC_CONFIGURATION_AND_OAMLINK - RETRIEVE_CONFIGURATION_DATA - SETUP_PRECONFIGURED_SIGNALLING_LINKS - - TSET_FINAL_STATE_OF_NE + - SET_FINAL_STATE_OF_NE resultStateInfo: oneOf: - type: string -- GitLab