Commit 2528874b authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.623_Rel-17_CR0213_Correct_M6_Delay_Threshold_to_align_with_TS38.314_and_TS38.413' into 'Integration_Rel17_SA5_146_YAML'

Ts28.623 rel 17 cr0213 correct m6 delay threshold to align with ts38.314 and ts38.413

See merge request sa5/MnS!492
parents 2275cca5 f883cf66
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -1416,6 +1416,34 @@ components:
      description: See details in 3GPP TS 32.422 clause 5.10.11. Only TCE Id value may be sent over the air to the UE being configured for Logged MDT.
      type: integer

    excessPacketDelayThresholds-Type:
      description: Excess Packet Delay Threshold for NR MDT. See details in 3GPP TS 32.422 clause 4.1.1 and 4.1.2.
      type: array
      properties:
        fiveQIValue:
          type: integer
        excessPacketDelayThresholdValue:
          type: string
          enum:
            - 0.25ms
            - 0.5ms
            - 1ms
            - 2ms
            - 4ms
            - 5ms
            - 10ms
            - 20ms
            - 30ms
            - 40ms
            - 50ms
            - 60ms
            - 70ms
            - 80ms
            - 90ms
            - 100ms
            - 150ms
            - 300ms
            - 500ms

#-------- end of Definition of types used in Trace control NRM fragment ----------

@@ -1692,6 +1720,8 @@ components:
          $ref: '#/components/schemas/sensorInformation-Type'
        traceCollectionEntityId:
          $ref: '#/components/schemas/traceCollectionEntityId-Type'
        excessPacketDelayThresholds:
          $ref: '#/components/schemas/excessPacketDelayThresholds-Type'

    ManagedFunction-ncO:
      type: object