From fca77124b4073e757ae1ce87a0dc35dbfb6ea540 Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 8 Nov 2024 01:43:02 +0000 Subject: [PATCH] Rel18 TS28623 CR0475 stage 3 correction to listOfTraceMetrics and ueCoreMeasurements --- OpenAPI/TS28623_TraceControlNrm.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index f246bcb14..770f3d1c4 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1393,7 +1393,9 @@ components: type: object properties: ueCoreMeasurements: - type: string + type: array + items: + type: string ueCoreMeasGranularityPeriod: type: integer nfTypeToMeasure: @@ -1453,6 +1455,8 @@ components: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' listOfTraceMetrics: type: array + items: + type: string traceReportingConsumerUri: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri' traceCollectionEntityIpAddress: -- GitLab