Commit 53a4e84a authored by gautamd's avatar gautamd
Browse files

Edit TS28567_CclNrm.yaml

parent 6e3e0097
Loading
Loading
Loading
Loading
Loading
+33 −9
Original line number Diff line number Diff line
@@ -65,6 +65,12 @@ components:
             - DO_NOTHING 
          cCLPurposeRefList:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
          triggeringEntity:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
          task:
            type: string
          includeTraceInfo:
            type: boolean 
    CCLScope-Single:
      description: It indicates a scope of a CCL. 
      allOf:
@@ -79,13 +85,10 @@ components:
      - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'    
      - type: object
        properties:
          scopeType:
           type: string
           enum:
             - CCL_MEASUREMENT_SCOPE
             - CCL_TARGET_SCOPE
             - CCL_CONTROL_SCOPE
             - CCL_IMPACT_SCOPE
          faultManagementCCLReport:
            $ref: '#/components/schemas/faultManagementCCLReport'
          networkMaintenanceCCLReport:
            $ref: '#/components/schemas/networkMaintenanceCCLReport'        
    ConflictManagementAndCoordinationEntity-Single:
      description: This defines the conflict management functionality. 
      allOf:
@@ -145,6 +148,14 @@ components:
            - DECISION
            - EXECUTION
            - OTHER 
        cCLComponentDeliverable:
          type: string
          enum:
            - SLICERESOURCEINSIGHTS
            - SLICERESOURCEDECISION
            - DATACOLLECTIONCOMPONENT
            - SERVICEANALYTICSCOMPONENT
            - ENERGYSAVINGANALYSISCOMPONENT
    FaultManagementCCLReport:
      type: object
      properties:
@@ -154,7 +165,21 @@ components:
            $ref: '#/components/schemas/GeneratedAlarmResult'
        faultManagementCCLReportTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
          
        cCLComponentDeliverable:
          type: string
          enum:
            - SLICERESOURCEINSIGHTS
            - SLICERESOURCEDECISION
            - DATACOLLECTIONCOMPONENT
            - SERVICEANALYTICSCOMPONENT
            - ENERGYSAVINGANALYSISCOMPONENT
    NetworkMaintenanceCCLReport:
      type: object
      properties:
        deliveredSoftwareVersion:
          type: string
        networkMaintenanceCCLReportTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'         
    GeneratedAlarmResult:
      type: object
      properties:
@@ -210,7 +235,6 @@ components:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        alarmId:
          type: string

  #-------Definition of the generic dataType --------------#