Commit 921c3ffb authored by sunse's avatar sunse
Browse files

Merge branch '28.536_Rel-17_CR0050_Add_solution_for_disable_CL' into...

Merge branch '28.536_Rel-17_CR0050_Add_solution_for_disable_CL' into 'Integration_Rel17_SA5_143_YAML'

28.536 rel 17 cr0050 add solution for disable cl

See merge request !307
parents edb9b680 84cf6264
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -72,13 +72,25 @@ components:
      items:
         $ref: '#/components/schemas/AssuranceTarget'
     
    AttributeNameList:
      type: array
      items:
         type: string
          
    ACCLDisallowedAttributes:
      type: object
      properties:
        managedEntityIdentifier:
          $ref: 'comDefs.yaml#/components/schemas/Dn'
        attributeNameList:
          $ref: '#/components/schemas/AttributeNameList'

    AssuranceScope:
      type: object
      properties:
        taiList:
          $ref: 'nrNrm.yaml#/components/schemas/TaiList'


#-------- Definition of concrete IOCs --------------------------------------------

    SubNetwork-Single:
@@ -123,6 +135,8 @@ components:
                      $ref: 'comDefs.yaml#/components/schemas/AdministrativeState'
                    controlLoopLifeCyclePhase:
                      $ref: '#/components/schemas/ControlLoopLifeCyclePhase'
                    aCCLDisallowedList:
                      $ref: '#/components/schemas/ACCLDisallowedAttributes'
            AssuranceGoal:
              $ref: '#/components/schemas/AssuranceGoal-Multiple'