Commit f577930d authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel_19_CR_TS_28.623_Extend_the_MnsScope_to_support_area_of_interest' into 'Integration_Rel19_SA5_160_YAML'

Rel_19_CR0494_TS_28.623_Extend_the_MnsScope_to_support_area_of_interest

See merge request !1638
parents c0d40f2c 3e95f8af
Loading
Loading
Loading
Loading
Loading
+19 −5
Original line number Diff line number Diff line
@@ -53,15 +53,29 @@ components:
               $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo'
             mnsScope:
               description: >-
                 List of the managed object instances that can be accessed using the MnS.
                 If a complete SubNetwork can be accessed using the MnS, this attribute may 
                 contain the DN of the SubNetwork instead of the DNs of the individual managed 
                 entities within the SubNetwork.
                 It is used to provide information about the management scope of the Management Service. The management scope is 
                 used to represent the set of managed object instances that can be accessed using the Management Service.
               type: array
               uniqueItems: true
               items:
                 $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                 $ref: '#/components/schemas/MnsScope'
               minItems: 1
    MnsScope:
      description: ->
        It defines the information about the management scope of the Management Service.
      oneOf:
        - type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        - type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
        - type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai'

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