Commit f02b6473 authored by Jan Groenendijk's avatar Jan Groenendijk
Browse files

Update TS28541_SliceNrm.yaml network slice rules

parent 88f7c9a3
Loading
Loading
Loading
Loading
+24 −7
Original line number Diff line number Diff line
@@ -48,11 +48,6 @@ components:
        - PERSEC
        - PERMIN
        - PERHOUR
    SharingLevel:
      type: string
      enum:
        - SHARED
        - NON-SHARED

    NetworkSliceSharingIndicator:
      type: string
@@ -460,6 +455,25 @@ components:
          $ref: '#/components/schemas/DeterministicComm'
        survivalTime:
          type: number
    ProvisioningRule:
      type: object
      properties:
        ruleType:
          type: string
          enum: 
              - INSTANCE_SHARING_RULE
        sharingPolicy:
          type: string
          enum: 
              - SHARED
              - NOT_SHARED
              - SELECTIVELY_SHARED
        sharingGroup:
          type: string
    ProvisioningRuleList:
      type: array
      items:
        $ref: '#/components/schemas/ProvisioningRule'

    ServiceProfile:
      type: object
@@ -478,8 +492,6 @@ components:
            $ref: '#/components/schemas/MobilityLevel'
          sst:
            $ref: 'TS28541_NrNrm.yaml#/components/schemas/Sst'
          networkSliceSharingIndicator:
            $ref: '#/components/schemas/NetworkSliceSharingIndicator'
          availability:
            type: number
          delayTolerance:
@@ -542,6 +554,9 @@ components:
            $ref: '#/components/schemas/NSSAASupport'
          n6Protection:
            $ref: '#/components/schemas/N6Protection'
          provisioningRuleList:
            $ref: '#/components/schemas/ProvisioningRuleList'

    SliceProfile:
      type: object
      properties:
@@ -555,6 +570,8 @@ components:
            $ref: '#/components/schemas/RANSliceSubnetProfile'
          topSliceSubnetProfile:
            $ref: '#/components/schemas/TopSliceSubnetProfile'
          provisioningRuleList:
            $ref: '#/components/schemas/ProvisioningRuleList'

    IpAddress:
      oneOf: