Commit 6b7d977a authored by Jan Groenendijk's avatar Jan Groenendijk
Browse files

Update TS28541_SliceNrm.yaml with fulfilment rules

parent 7b23f566
Loading
Loading
Loading
Loading
+18 −8
Original line number Diff line number Diff line
@@ -54,12 +54,6 @@ components:
        - SHARED
        - NON-SHARED

    NetworkSliceSharingIndicator:
      type: string
      enum:
        - SHARED
        - NON-SHARED

    SliceSimultaneousUse:
      type: string
      enum:
@@ -457,6 +451,19 @@ components:
          $ref: '#/components/schemas/NSSAASupport'
        n6Protection:
          $ref: '#/components/schemas/N6Protection'
    FulfilmentRule:
      type: object
      properties:
        ruleName:
          type: string
        ruleType:
          type: string
        ruleTypeVariant:
          type: string
    FulfilmentRuleList:
      type: array
      items:
        $ref: '#/components/schemas/FulfilmentRule'

    ServiceProfile:
      type: object
@@ -475,8 +482,6 @@ components:
            $ref: '#/components/schemas/MobilityLevel'
          sst:
            $ref: 'TS28541_NrNrm.yaml#/components/schemas/Sst'
          networkSliceSharingIndicator:
            $ref: '#/components/schemas/NetworkSliceSharingIndicator'
          availability:
            type: number
          delayTolerance:
@@ -539,6 +544,9 @@ components:
            $ref: '#/components/schemas/NSSAASupport'
          n6Protection:
            $ref: '#/components/schemas/N6Protection'
          fulfilmentRuleList:
            $ref: '#/components/schemas/FulfilmentRuleList'

    SliceProfile:
      type: object
      properties:
@@ -552,6 +560,8 @@ components:
            $ref: '#/components/schemas/RANSliceSubnetProfile'
          topSliceSubnetProfile:
            $ref: '#/components/schemas/TopSliceSubnetProfile'
          fulfilmentRuleList:
            $ref: '#/components/schemas/FulfilmentRuleList'

    IpAddress:
      oneOf: