Commit b454e6d0 authored by gautamd's avatar gautamd Committed by sunse
Browse files

Update sliceNrm.yaml

parent 0a5bed82
Loading
Loading
Loading
Loading
+36 −1
Original line number Diff line number Diff line
@@ -582,6 +582,20 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/SliceProfile'
    NetworkSliceSubnetCapabilities:
      type: object
      properties:
          dLlatency: 
            type: integer
          uLlatency:
            $ref: integer
          dLThptPerSliceSubnet:
            $ref: '#/components/schemas/XLThpt'
          uLThptPerSliceSubnet:
            $ref: '#/components/schemas/XLThpt'
          coverageAreaTAIList:
            type: integer


#------------ Definition of concrete IOCs ----------------------------------------
    SubNetwork-Single:
@@ -603,6 +617,9 @@ components:
              $ref: '#/components/schemas/NetworkSliceSubnet-Multiple'
            EP_Transport:
              $ref: '#/components/schemas/EP_Transport-Multiple'
            NetworkSliceSubnetProviderCapabilities:
              $ref: '#/components/schemas/NetworkSliceSubnetProviderCapabilities-Multiple'


    NetworkSlice-Single:
      allOf:
@@ -673,6 +690,18 @@ components:
                epApplicationRefs:
                  $ref: 'comDefs.yaml#/components/schemas/DnList'
    
    NetworkSliceSubnetProviderCapabilities-Single:
      allOf:
        - $ref: 'genericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              type: object
              properties:
                avaliableCapabilities:
                  $ref: '#/components/schemas/NetworkSliceSubnetCapabilities'


#-------- Definition of JSON arrays for name-contained IOCs ----------------------
    SubNetwork-Multiple:
      type: array
@@ -694,6 +723,11 @@ components:
      items:
        $ref: '#/components/schemas/EP_Transport-Single'
    
    NetworkSliceSubnetProviderCapabilities-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/NetworkSliceSubnetProviderCapabilities-Single'
        
#------------ Definitions in TS 28.541 for TS 28.532 -----------------------------

    resources-sliceNrm:
@@ -702,3 +736,4 @@ components:
       - $ref: '#/components/schemas/NetworkSlice-Single'
       - $ref: '#/components/schemas/NetworkSliceSubnet-Single'
       - $ref: '#/components/schemas/EP_Transport-Single'
       - $ref: '#/components/schemas/NetworkSliceSubnetProviderCapabilities-Single'