Commit 6e3e0097 authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'Rel20_CR_28.567_Fix_issues_with_alarm_identification' into...

Merge branch 'Rel20_CR_28.567_Fix_issues_with_alarm_identification' into 'Integration_Rel20_SA5_166_YAML'

Rel20 cr 28.567 fix issues with alarm identification

See merge request !2072
parents 0ce040db c976a1c9
Loading
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ components:
          faultManagementAlarmIdList:
            type: array
            items:
              type: string
              $ref: '#/components/schemas/AlarmRef'
          faultManagementBackUpObjectRequirement:
            type: boolean
          faultManagementIsolateObjectRequirement:
@@ -151,7 +151,7 @@ components:
        generatedAlarmResultList:
          type: array
          items:
            type: string
            $ref: '#/components/schemas/GeneratedAlarmResult'
        faultManagementCCLReportTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
          
@@ -168,6 +168,8 @@ components:
          type: array
          items:
            type: string
        alarmListRef:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
            
    CCLScopeCoordinationCapability:
      type: object
@@ -200,6 +202,15 @@ components:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        cCLGoalBreachPercentage:
          type: integer

    AlarmRef:
      type: object
      properties:
        alarmListRef:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        alarmId:
          type: string

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