diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index a3a3c277420fa3afea27baf40b1483b2f34f82e6..5df672d46728bff3b3be8208b82845b3696f3a79 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -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: diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 2350ed43486ecb114833af998d9c330cc8f1e88f..75b0d5613400b6607a4be3395ffd0b431f68127f 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -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.