From 43cbe523e45f3b7a17a269bc95ae201e10bcde5e Mon Sep 17 00:00:00 2001 From: potherakallo Date: Thu, 3 Oct 2024 19:05:50 +0000 Subject: [PATCH] Correction for "NR Measurent Type" for " TraceControlNrm ". Update to be aligned with 3GPP TS 32.422 section 5.10.3 --- OpenAPI/TS28623_TraceControlNrm.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index f2d85e495..75e49e2db 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -820,13 +820,16 @@ components: items: type: string enum: - - M1 - - M2 - - M3 - - M4 - - M5 - - M6 - - M7 + - M1_DL + - M2_DL + - M4_DL + - M4_UL + - M5_DL + - M5_UL + - M6_DL + - M6_UL + - M7_DL + - M7_UL - M1_EVENT_TRIGGERED - M8 - M9 -- GitLab