Loading OpenAPI/TS28317_RanScNrm.yaml +21 −5 Original line number Diff line number Diff line Loading @@ -76,14 +76,30 @@ components: #-------Definition of Data types ----------# NEType: type: integer description: It defines the the type of RAN NE GnbId: type: integer minimum: 0 maximum: 4294967295 description: It is the identity of gNB EnbId: type: string minimum: 0 maximum: 268435455 description: It is the identity of ng-eNB NEIdentification: oneOf: - $ref: '#/components/schemas/EnbId' - $ref: '#/components/schemas/GnbId' NEInfomration: type: object description: >- It defines the NE Type or the NE instance for which this ScMgmtProfile instance is valid. oneOf: - type: string - $ref: '#/components/schemas/NEType' - $ref: '#/components/schemas/NEIdentification' NEIdentification: $ref: 'TS28541_NrNrm.yaml#/components/schemas/GnbId' ScProcessMonitor: description: >- This data type is the "ProcessMonitor" data type with specialisations Loading Loading
OpenAPI/TS28317_RanScNrm.yaml +21 −5 Original line number Diff line number Diff line Loading @@ -76,14 +76,30 @@ components: #-------Definition of Data types ----------# NEType: type: integer description: It defines the the type of RAN NE GnbId: type: integer minimum: 0 maximum: 4294967295 description: It is the identity of gNB EnbId: type: string minimum: 0 maximum: 268435455 description: It is the identity of ng-eNB NEIdentification: oneOf: - $ref: '#/components/schemas/EnbId' - $ref: '#/components/schemas/GnbId' NEInfomration: type: object description: >- It defines the NE Type or the NE instance for which this ScMgmtProfile instance is valid. oneOf: - type: string - $ref: '#/components/schemas/NEType' - $ref: '#/components/schemas/NEIdentification' NEIdentification: $ref: 'TS28541_NrNrm.yaml#/components/schemas/GnbId' ScProcessMonitor: description: >- This data type is the "ProcessMonitor" data type with specialisations Loading