Commit 25a9a4dd authored by Mirko Cano Soveri's avatar Mirko Cano Soveri
Browse files

Merge branch 'S5-205283_ServiceProfle_to_SliceProfile_Translation_Stage_3.docx' into 'Rel17-draft'

S5 205283 service profle to slice profile translation stage 3.docx

See merge request sa5/MnS!54
parents 56861679 d05f2c92
Loading
Loading
Loading
Loading
+109 −5
Original line number Diff line number Diff line
@@ -30,6 +30,13 @@ components:
      enum:
        - SHARED
        - NON-SHARED
    ServiceType:
      type: string
      enum:
        - eMBB
        - RLLC
        - MIoT
        - V2X
    PerfReqEmbb:
      type: object
      properties:
@@ -154,6 +161,34 @@ components:
          $ref: '#/components/schemas/Float'
        maxThpt:
          $ref: '#/components/schemas/Float'
    DLThptPerSliceSubnet:
      type: object
      properties:
        guaThpt:
          $ref: '#/components/schemas/Float'
        maxThpt:
          $ref: '#/components/schemas/Float'
    DLThptPerUEPerSubnet:
      type: object
      properties:
        guaThpt:
          $ref: '#/components/schemas/Float'
        maxThpt:
          $ref: '#/components/schemas/Float'
    ULThptPerSliceSubnet:
      type: object
      properties:
        guaThpt:
          $ref: '#/components/schemas/Float'
        maxThpt:
          $ref: '#/components/schemas/Float'
    ULThptPerUEPerSubnet:
      type: object
      properties:
        guaThpt:
          $ref: '#/components/schemas/Float'
        maxThpt:
          $ref: '#/components/schemas/Float'
    	 MaxPktSize:
      type: object
      properties:
@@ -210,6 +245,69 @@ components:
          type: string
        nsName:
          type: string
    CNSliceSubnetProfile:
      type: object
      properties:
        maxNumberofUEs:
          type: integer
        latency:
          type: integer
        dLThptPerSlice:
          $ref: '#/components/schemas/DLThptPerSliceSubnet'
        dLThptPerUEPerSubnet:
          $ref: '#/components/schemas/DLThptPerUEPerSubnet'
        uLThptPerSliceSubnet:
          $ref: '#/components/schemas/ULThptPerSliceSubnet'
        uLThptPerUEPerSubnet:
          $ref: '#/components/schemas/ULThptPerUEPerSubnet'
        maxNumberOfPDUSessions:
          type: integer
    RANSliceSubnetProfile:
      type: object
      properties:
        coverageAreaGeoPolygon:
          type: string
        coverageAreaTAList:
          type: integer
        MobilityLevel:
          $ref: '#/components/schemas/MobilityLevel'
        resourceSharingLevel:
          $ref: '#/components/schemas/SharingLevel'
        maxNumberofUEs:
          type: integer
        activityFactor:
          type: integer
        dLThptPerUE:
          $ref: '#/components/schemas/ULThptPerUEPerSubnet'
        uLThptPerUE:
          $ref: '#/components/schemas/ULThptPerUEPerSubnet'
        uESpeed:
          type: integer
        reliability:
          type: string
        serviceType:
          $ref: '#/components/schemas/ServiceType'
    TopSliceSubnetProfile:
      type: object
      properties:
        coverageArea:
          type: string
        latency:
          type: integer
        maxNumberofUEs:
          type: integer
        dLThptPerSlice:
          $ref: '#/components/schemas/DLThptPerSliceSubnet'
        dLThptPerUE:
          $ref: '#/components/schemas/DLThptPerUEPerSubnet'
        uLThptPerSlice:
          $ref: '#/components/schemas/ULThptPerSliceSubnet'
        uLThptPerUE:
          $ref: '#/components/schemas/ULThptPerUEPerSubnet'
        maxPktSize:
          type: integer
        maxNumberOfPDUSessions:
          type: integer
    ServiceProfileList:
      type: object
      additionalProperties:
@@ -284,6 +382,12 @@ components:
            $ref: 'nrNrm.yaml#/components/schemas/PlmnIdList'
          perfReq:
            $ref: '#/components/schemas/PerfReq'
          CNSliceSubnetProfile:
            $ref: '#/components/schemas/CNSliceSubnetProfile'
          RANSliceSubnetProfile:
            $ref: '#/components/schemas/RANSliceSubnetProfile'
          TopSliceSubnetProfile:
            $ref: '#/components/schemas/TopSliceSubnetProfile'
          maxNumberofUEs:
            type: number
          coverageAreaTAList: