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

Update sliceNrm.yaml

parent 0454b751
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -323,10 +323,12 @@ components:
          $ref: '#/components/schemas/XLThpt'
        maxPktSize:
          type: integer
        delayTolerance:
          $ref: '#/components/schemas/DelayTolerance'
        maxNumberOfPDUSessions:
          type: integer
        sliceSimultaneousUse:
          $ref: '#/components/schemas/SliceSimultaneousUse'
        delayTolerance:
          $ref: '#/components/schemas/DelayTolerance'
        termDensity:
          $ref: '#/components/schemas/TermDensity'
        activityFactor:
@@ -337,6 +339,16 @@ components:
          $ref: '#/components/schemas/SharingLevel'
        uEMobilityLevel:
          $ref: '#/components/schemas/MobilityLevel'
        uESpeed:
          type: integer
        reliability:
          type: string
        serviceType:
          $ref: '#/components/schemas/ServiceType'
        deterministicComm:
          $ref: '#/components/schemas/DeterministicComm'
        survivalTime:
          type: string

    ServiceProfile:
      type: object