Commit 66993673 authored by ruiyue's avatar ruiyue
Browse files

Merge branch '28622_Rel19_Corrections_on_Immediate_MDT_measurements' into...

Merge branch '28622_Rel19_Corrections_on_Immediate_MDT_measurements' into 'Integration_Rel19_SA5_164_YAML'

Rel19_CR0594_TS28.623_Rel19_Corrections_on Immediate MDT measurements

See merge request !1973
parents c58f204d c38f1562
Loading
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
@@ -157,6 +157,46 @@ components:
          $ref: '#/components/schemas/DateTimeRo'
        endTime:
          $ref: '#/components/schemas/DateTimeRo'
    EventTriggerConfig:
      description: This defines the configuration parameters of trigger event used for M10 measurement in NR. For details, please refer to TS 32.422 subclause 5.10.X.
      type: object
      properties:
        eventType:
          type: string
          enum:
            - eventA1
            - eventA2
        thresholdRAN:
          type: integer
          minimum: 0
          maximum: 127
        measurementQuantityRAN:
          type: string
          enum:
            - RSRP
        hysteresisRAN:
          type: integer
          minimum: 0
          maximum: 30
        timeToTriggerRAN:
          type: string
          enum:
            - 0ms
            - 40ms
            - 64ms
            - 80ms
            - 100ms
            - 128ms
            - 160ms
            - 256ms
            - 320ms
            - 480ms
            - 512ms
            - 640ms
            - 1024ms
            - 1280ms
            - 2560ms
            - 5120ms
    GeoCoordinate:
      type: object
      properties:
+15 −0
Original line number Diff line number Diff line
@@ -840,6 +840,7 @@ components:
              - M1_EVENT_TRIGGERED
              - M8
              - M9
              - M10

    loggingDuration-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.9.
@@ -1279,6 +1280,15 @@ components:
      minItems: 0
      maxItems: 255

    layerOneRsrpPeriodicity-Type:
      description: Periodicity that the UE shall use for the logging of the M10 measurements. See details in 3GPP TS 32.422 clause 5.10.X.
      type: integer
      enum:
        - 2
        - 3
        - 4
        - 5

    traceConfig-Type:
      description: Trace configuration parameters for NR. See details in 3GPP TS 28.622 clause 4.3.30.
      type: object
@@ -1354,6 +1364,11 @@ components:
          $ref: '#/components/schemas/positioningMethod-Type'
        excessPacketDelayThresholds:
          $ref: '#/components/schemas/excessPacketDelayThresholds-Type'
        layerOneRsrpPeriodicity:
          $ref: '#/components/schemas/layerOneRsrpPeriodicity-Type'
        eventTriggerConfig:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/EventTriggerConfig'


    loggedMDTConfig-Type:
      description: Logged MDT configuration parameters. See details in 3GPP TS 28.622 clause 4.3.30.