Commit edb9b680 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'S5-223213rev4_Rel-17_CR_28.541_Network_slice_subnet_provider_capability_IOC' into 'Integration_Rel17_SA5_143_YAML'

S5 223213rev4 rel 17 cr 28.541 network slice subnet provider capability ioc

See merge request sa5/MnS!325
parents 0a5bed82 5f9cef5f
Loading
Loading
Loading
Loading
+34 −1
Original line number Diff line number Diff line
@@ -583,6 +583,8 @@ components:
      items:
        $ref: '#/components/schemas/SliceProfile'



#------------ Definition of concrete IOCs ----------------------------------------
    SubNetwork-Single:
      allOf:
@@ -603,6 +605,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 +678,28 @@ components:
                epApplicationRefs:
                  $ref: 'comDefs.yaml#/components/schemas/DnList'
    
    NetworkSliceSubnetProviderCapabilities-Single:
      allOf:
        - $ref: 'genericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              type: object
              properties:
                dLlatency: 
                  type: integer
                uLlatency:
                  type: integer
                dLThptPerSliceSubnet:
                  $ref: '#/components/schemas/XLThpt'
                uLThptPerSliceSubnet:
                  $ref: '#/components/schemas/XLThpt'
                coverageAreaTAIList:
                  type: array
                  items:
                    type: string


#-------- Definition of JSON arrays for name-contained IOCs ----------------------
    SubNetwork-Multiple:
      type: array
@@ -694,6 +721,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 +734,4 @@ components:
       - $ref: '#/components/schemas/NetworkSlice-Single'
       - $ref: '#/components/schemas/NetworkSliceSubnet-Single'
       - $ref: '#/components/schemas/EP_Transport-Single'
       - $ref: '#/components/schemas/NetworkSliceSubnetProviderCapabilities-Single'