Commit 92b3db13 authored by ruiyue's avatar ruiyue
Browse files

Delete TS28623_FmControlNrm.yaml

parent 0a0690bc
Loading
Loading
Loading
Loading
Loading

TS28623_FmControlNrm.yaml

deleted100644 → 0
+0 −50
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: FM Control NRM
  version: 18.2.0
  description: >-
    OAS 3.0.1 definition of the FM Control NRM fragment
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 28.623; Generic NRM
  url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.623/
paths: {}
components:
  schemas:
#-------- Definition of types-----------------------------------------------------

#-------- Definition of concrete IOCs --------------------------------------------
       
    AlarmList-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              type: object
              properties:
                administrativeState:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/AdministrativeState'
                operationalState:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState'
                numOfAlarmRecords:
                  type: integer
                lastModification:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
                alarmRecords:
                  description: >-
                     This resource represents a map of alarm records.
                     The alarmIds are used as keys in the map.
                  type: object
                  additionalProperties:
                    $ref: 'TS28532_FaultMnS.yaml#/components/schemas/AlarmRecord'

#-------- Definition of YAML arrays for name-contained IOCs ----------------------



#-------- Definitions in TS 28.623 for TS 28.532 ---------------------------------
    resources-FmControlNrm:
      oneOf:
       - $ref: '#/components/schemas/AlarmList-Single'