Commit 0708e3eb authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.541_Rel16_correction_to_use_data_type_as_a_dataType_in_Attribute_properties_in_NR_NRM' into 'Integration_Rel16_SA5_155_YAML'

Rel16 TS 28.541 CR1249  correction_to_use_data_type_as_a_dataType Update TS28541_NrNrm.yaml

See merge request !1176
parents a1de2043 f3d6795f
Loading
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