From da953ed86621712d1a2d33389dcc89a423befe72 Mon Sep 17 00:00:00 2001 From: allwang Date: Tue, 4 Nov 2025 20:12:47 +0000 Subject: [PATCH 1/9] Edit TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 2350ed434..852700248 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1279,6 +1279,15 @@ components: minItems: 0 maxItems: 255 + loggingPeriodicity-Type: + description: Periodicity that the UE shall use for the logging of the L1 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 +1363,11 @@ components: $ref: '#/components/schemas/positioningMethod-Type' excessPacketDelayThresholds: $ref: '#/components/schemas/excessPacketDelayThresholds-Type' + loggingPeriodicity: + $ref: '#/components/schemas/loggingPeriodicity-Type' + eventTriggerConfig: + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/EventTriggerConfig-Type' + loggedMDTConfig-Type: description: Logged MDT configuration parameters. See details in 3GPP TS 28.622 clause 4.3.30. -- GitLab From 71f27e9e6c331736d9c19b38f08e5ef520201a28 Mon Sep 17 00:00:00 2001 From: allwang Date: Tue, 4 Nov 2025 20:22:44 +0000 Subject: [PATCH 2/9] Edit TS28623_ComDefs.yaml --- OpenAPI/TS28623_ComDefs.yaml | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index a3a3c2774..2321d13f9 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -157,6 +157,48 @@ components: $ref: '#/components/schemas/DateTimeRo' endTime: $ref: '#/components/schemas/DateTimeRo' + EventTriggerConfig: + description: This defines a single configuration for a trigger event in RAN. + type: object + properties: + eventType: + type: string + enum: + - eventA1 + - eventA2 + thresholdRAN: + type: integer + minimum: 0 + maximum: 127 + measurementQuantityRAN: + type: string + enum: + - RSRP + - RSRQ + - SINR + 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: -- GitLab From a349d22e6208dcb0fd3c33c7b46df3dcb249154d Mon Sep 17 00:00:00 2001 From: allwang Date: Tue, 4 Nov 2025 20:23:49 +0000 Subject: [PATCH 3/9] Edit TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 852700248..d109a169d 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1366,7 +1366,7 @@ components: loggingPeriodicity: $ref: '#/components/schemas/loggingPeriodicity-Type' eventTriggerConfig: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/EventTriggerConfig-Type' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/EventTriggerConfig-Type' loggedMDTConfig-Type: -- GitLab From da27dcdda1cbbb3c4f5084b676ba5bfaa09f3382 Mon Sep 17 00:00:00 2001 From: allwang Date: Tue, 4 Nov 2025 20:49:44 +0000 Subject: [PATCH 4/9] Edit TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index d109a169d..0193f928a 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1366,7 +1366,7 @@ components: loggingPeriodicity: $ref: '#/components/schemas/loggingPeriodicity-Type' eventTriggerConfig: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/EventTriggerConfig-Type' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/EventTriggerConfig' loggedMDTConfig-Type: -- GitLab From 4506779361386734e5e8770fbefb52f08f4b153a Mon Sep 17 00:00:00 2001 From: allwang Date: Fri, 21 Nov 2025 13:13:53 +0000 Subject: [PATCH 5/9] Edit TS28623_ComDefs.yaml RSRP is only allowed value of measurementQuantityRAN --- OpenAPI/TS28623_ComDefs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index 2321d13f9..9671c2232 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -174,8 +174,6 @@ components: type: string enum: - RSRP - - RSRQ - - SINR hysteresisRAN: type: integer minimum: 0 -- GitLab From 85ee0aee04795412bc4ef816afc49a2a14aa94a6 Mon Sep 17 00:00:00 2001 From: allwang Date: Fri, 21 Nov 2025 13:16:25 +0000 Subject: [PATCH 6/9] Edit TS28623_TraceControlNrm.yaml Rename loggingPeriodicity to layerOneRsrpPeriodicity --- OpenAPI/TS28623_TraceControlNrm.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 0193f928a..8d148e8b5 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1279,8 +1279,8 @@ components: minItems: 0 maxItems: 255 - loggingPeriodicity-Type: - description: Periodicity that the UE shall use for the logging of the L1 measurements. See details in 3GPP TS 32.422 clause 5.10.X. + 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 @@ -1363,8 +1363,8 @@ components: $ref: '#/components/schemas/positioningMethod-Type' excessPacketDelayThresholds: $ref: '#/components/schemas/excessPacketDelayThresholds-Type' - loggingPeriodicity: - $ref: '#/components/schemas/loggingPeriodicity-Type' + layerOneRsrpPeriodicity: + $ref: '#/components/schemas/layerOneRsrpPeriodicity-Type' eventTriggerConfig: $ref: 'TS28623_ComDefs.yaml#/components/schemas/EventTriggerConfig' -- GitLab From c31dbde1f957530ac95d6d1aa7818109d7a22502 Mon Sep 17 00:00:00 2001 From: allwang Date: Fri, 21 Nov 2025 13:42:01 +0000 Subject: [PATCH 7/9] Edit TS28623_TraceControlNrm.yaml Add M10 in listOfMeasurements --- OpenAPI/TS28623_TraceControlNrm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 8d148e8b5..75b0d5613 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. -- GitLab From 6aafc8405a6ea1b84275e2286702c7e18107f84d Mon Sep 17 00:00:00 2001 From: allwang Date: Fri, 21 Nov 2025 14:13:28 +0000 Subject: [PATCH 8/9] Edit TS28623_ComDefs.yaml update comment of EventTriggerConfig --- OpenAPI/TS28623_ComDefs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index 9671c2232..7e2aaee4b 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -158,7 +158,7 @@ components: endTime: $ref: '#/components/schemas/DateTimeRo' EventTriggerConfig: - description: This defines a single configuration for a trigger event in RAN. + description: This defines the configuration parameters of trigger event used for M10 measurement in NR. For detail please refer to TS32.422 subclause 5.10.X. type: object properties: eventType: -- GitLab From eebfa119b95fe1c82be0da0dcd22608abb83bdf0 Mon Sep 17 00:00:00 2001 From: allwang Date: Fri, 21 Nov 2025 14:19:03 +0000 Subject: [PATCH 9/9] Edit TS28623_ComDefs.yaml --- OpenAPI/TS28623_ComDefs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index 7e2aaee4b..5df672d46 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -158,7 +158,7 @@ components: endTime: $ref: '#/components/schemas/DateTimeRo' EventTriggerConfig: - description: This defines the configuration parameters of trigger event used for M10 measurement in NR. For detail please refer to TS32.422 subclause 5.10.X. + 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: -- GitLab