Commit 6221fdaa authored by srinivasaraj's avatar srinivasaraj Committed by sunse
Browse files

Updates to address comments during the meeting

parent 28dbcddd
Loading
Loading
Loading
Loading
Loading
+22 −11
Original line number Diff line number Diff line
@@ -706,22 +706,25 @@ components:
        An attribute that specifies the additional reason information if the reservation is failed. 
      type: string

    IsolationRule:
      type: string
      enum:
        - Dedicated
        - Shared
    
    ResourceIsolationRule:
      type: object
      properties:
        resourceType:
          type: string
          enum:
            - Managed function
            - Network service
            - MANAGED_FUNCTION
            - NETWORK_SERVICE
        isolationRule:
          $ref: '#/components/schemas/IsolationRule'
          type: string
          enum:
            - DEDICATED
            - SHARED

    NetworkSlicingApplicability:
      type: string
      enum:
        - NETWORKSLICE
        - NETWORKSLICESUBNET

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

@@ -763,7 +766,8 @@ components:
              $ref: '#/components/schemas/NetworkSliceController-Multiple'
            NetworkSliceSubnetController:
              $ref: '#/components/schemas/NetworkSliceSubnetController-Multiple'

            IsolationProfile:
              $ref: '#/components/schemas/IsolationProfile-Multiple'

    NetworkSlice-Single:
      allOf:
@@ -953,11 +957,13 @@ components:
              allOf:
                - type: object
                  properties:
                    networkSlicingApplicability:
                      $ref: '#/components/schemas/NetworkSlicingApplicability'
                    resourceIsolationRuleList:
                      type: array
                      items:
                        $ref: '#/components/schemas/ResourceIsolationRule'
                    networkSliceListRef:
                    networkSliceRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                    networkSliceSubnetRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
@@ -1002,6 +1008,11 @@ components:
      items:
        $ref: '#/components/schemas/NetworkSliceSubnetController-Single'

    IsolationProfile-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/IsolationProfile-Single'

#------------ Definitions in TS 28.541 for TS 28.532 -----------------------------

    resources-sliceNrm: