Commit 99dfec1d authored by Jan Groenendijk's avatar Jan Groenendijk
Browse files

Update sliceNrm.yaml, with provisioningRules and provisioningRulesList

parent d33610d2
Loading
Loading
Loading
Loading
+24 −8
Original line number Diff line number Diff line
@@ -54,12 +54,6 @@ components:
        - SHARED
        - NON-SHARED

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

    ServiceType:
      type: string
      enum:
@@ -460,6 +454,25 @@ components:
          $ref: '#/components/schemas/DeterministicComm'
        survivalTime:
          type: string
    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 +491,6 @@ components:
            $ref: '#/components/schemas/MobilityLevel'
          sst:
            $ref: 'nrNrm.yaml#/components/schemas/Sst'
          networkSliceSharingIndicator:
            $ref: '#/components/schemas/NetworkSliceSharingIndicator'
          availability:
            type: number
          delayTolerance:
@@ -542,6 +553,9 @@ components:
            $ref: '#/components/schemas/NSSAASupport'
          n6Protection:
            $ref: '#/components/schemas/N6Protection'
          provisioningRuleList:
            $ref: '#/components/schemas/ProvisioningRuleList'

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

    IpAddress:
      oneOf: