Commit f3d6795f authored by sunse's avatar sunse
Browse files

Rel16 TS 28.541 CR1249 correction_to_use_data_type_as_a_dataType Update TS28541_NrNrm.yaml

parent a1de2043
Loading
Loading
Loading
Loading
+44 −38
Original line number Diff line number Diff line
@@ -95,75 +95,81 @@ components:
          type: integer
        backhaulAddress:
          $ref: '#/components/schemas/BackhaulAddress'
    IntraRatEsActivationOriginalCellLoadParameters:
    LoadTimeThreshold:
      type: object
      properties:
        loadThreshold:
          type: integer
        timeDuration:
          type: integer
    IntraRatEsActivationOriginalCellLoadParameters:
      $ref: '#/components/schemas/LoadTimeThreshold'
    IntraRatEsActivationCandidateCellsLoadParameters:
      type: object
      properties:
        loadThreshold:
          type: integer
        timeDuration:
          type: integer
      $ref: '#/components/schemas/LoadTimeThreshold'
    IntraRatEsDeactivationCandidateCellsLoadParameters:
      type: object
      properties:
        loadThreshold:
          type: integer
        timeDuration:
          type: integer
      $ref: '#/components/schemas/LoadTimeThreshold'
    EsNotAllowedTimePeriod:
      type: object
      properties:
        startTimeandendTime:
          type: string
        periodOfDay:
        startTime:
          type: string
        daysOfWeekList:
          description: >-
            Time of day is in HH:MM or H:MM 24-hour format per UTC time zone.
            Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
        endTime:
          type: string
        listoftimeperiods:
          description: >-
            Time of day is in HH:MM or H:MM 24-hour format per UTC time zone.
            Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
        daysOfWeek:
          type: string
          enum:
            - MONDAY
            - TUESDAY
            - WEDNESDAY
            - THURSDAY
            - FRIDAY
            - SATURDAY
            - SUNDAY
    InterRatEsActivationOriginalCellParameters:
      type: object
      properties:
        loadThreshold:
          type: integer
        timeDuration:
          type: integer
      $ref: '#/components/schemas/LoadTimeThreshold'
    InterRatEsActivationCandidateCellParameters:
      type: object
      properties:
        loadThreshold:
          type: integer
        timeDuration:
          type: integer
      $ref: '#/components/schemas/LoadTimeThreshold'
    InterRatEsDeactivationCandidateCellParameters:
      type: object
      properties:
        loadThreshold:
          type: integer
        timeDuration:
          type: integer
      $ref: '#/components/schemas/LoadTimeThreshold'

    UeAccProbabilityDist:
      type: array
      items:
        $ref: '#/components/schemas/UeAccProbability'
    UeAccProbability:
      type: object
      properties:
        targetProbability:
          type: integer
        numberofpreamblessent:
          minimum: 0
          maximum: 100
        numberOfPreamblesSent:
          type: integer
          minimum: 0
          maximum: 200

    UeAccDelayProbabilityDist:
      type: array
      items:
        $ref: '#/components/schemas/UeAccDelayProbability'

    UeAccDelayProbability:
      type: object
      properties:
        targetProbability:
          type: integer
        accessdelay:
          minimum: 0
          maximum: 100
        accessDelay:
          type: integer
          minimum: 10
          maximum: 560

    NRPciList:
      type: array