Commit d991b13f authored by malashnyak's avatar malashnyak Committed by lengyelb
Browse files

Update sliceNrm.yaml: added attributes to xxSliceSubnetProfile

parent b7fb47ff
Loading
Loading
Loading
Loading
+30 −1
Original line number Diff line number Diff line
@@ -294,7 +294,14 @@ components:
          $ref: '#/components/schemas/DelayTolerance'
        sliceSimultaneousUse:
          $ref: '#/components/schemas/SliceSimultaneousUse'
          
                deterministicComm:
          $ref: '#/components/schemas/DeterministicComm'
        survivalTime:
          type: string
        termDensity:
          $ref: '#/components/schemas/TermDensity'
        transferIntervalTarget:
          type: string
    TopSliceSubnetProfile:
      type: object
      properties:
@@ -318,6 +325,28 @@ components:
          $ref: '#/components/schemas/DelayTolerance'
        sliceSimultaneousUse:
          $ref: '#/components/schemas/SliceSimultaneousUse'
        termDensity:
          $ref: '#/components/schemas/TermDensity'
        activityFactor:
          type: integer
		coverageAreaTAList:
          type: integer
		uEMobilityLevel:
          $ref: '#/components/schemas/MobilityLevel'
        resourceSharingLevel:
          $ref: '#/components/schemas/SharingLevel'
        uESpeed:
          type: integer
        reliability:
          type: string
        serviceType:
          $ref: '#/components/schemas/ServiceType'
        deterministicComm:
          $ref: '#/components/schemas/DeterministicComm'
        survivalTime:
          type: string
        transferIntervalTarget:
          type: string
    ServiceProfile:
      type: object
      properties: