From ffa43a1a73b27e2db665b458eafaea9f6edbb39a Mon Sep 17 00:00:00 2001 From: scottma Date: Sun, 7 Apr 2024 13:08:53 +0000 Subject: [PATCH 1/3] Update TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index fb231f448..e43b30eb1 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -403,6 +403,13 @@ components: - mcc - mnc + listOfTraceMessages: + type: array + description: The trace messages to be reported. See 3GPP TS 32.422 clause 10 for additional details. + properties: + traceMessage: + type: string + traceDepth-Type: description: Specifies how detailed information should be recorded in the Network Element. The Trace Depth is a paremeter for Trace Session level, i.e., the Trace Depth is the same for all of the NEs to be traced in the same Trace Session. See 3GPP TS 32.422 clause 5.3 for additional details. type: string -- GitLab From be369e0c12ae2b7c9f024707904b0034f7dca6c8 Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 18 Apr 2024 05:02:11 +0000 Subject: [PATCH 2/3] Update file 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 e43b30eb1..64daafc27 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -403,7 +403,7 @@ components: - mcc - mnc - listOfTraceMessages: + listOfTraceMetrics: type: array description: The trace messages to be reported. See 3GPP TS 32.422 clause 10 for additional details. properties: -- GitLab From f9457c3989e9bc87b28c9f357af9ace080bd9d6b Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 19 Apr 2024 01:00:50 +0000 Subject: [PATCH 3/3] Update file TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 64daafc27..8edb3d55d 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -404,11 +404,11 @@ components: - mnc listOfTraceMetrics: - type: array description: The trace messages to be reported. See 3GPP TS 32.422 clause 10 for additional details. - properties: - traceMessage: - type: string + type: array + items: + type: string + traceDepth-Type: description: Specifies how detailed information should be recorded in the Network Element. The Trace Depth is a paremeter for Trace Session level, i.e., the Trace Depth is the same for all of the NEs to be traced in the same Trace Session. See 3GPP TS 32.422 clause 5.3 for additional details. @@ -1455,6 +1455,8 @@ components: $ref: '#/components/schemas/plmnTarget-Type' nPNTarget: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' + listOfTraceMetrics: + type: array traceReportingConsumerUri: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri' traceCollectionEntityIpAddress: -- GitLab