From d017f3b94096189d83eb7ad349583d9f5f972fdc Mon Sep 17 00:00:00 2001 From: potherakallo Date: Thu, 3 Oct 2024 18:28:33 +0000 Subject: [PATCH] Correction for "NR Measurent Type" for "GenericNrm". Update to be aligned with 3GPP TS 32.422 section 5.10.3 --- OpenAPI/TS28623_GenericNrm.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/OpenAPI/TS28623_GenericNrm.yaml b/OpenAPI/TS28623_GenericNrm.yaml index 03120e34d..a4fa07a32 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -1144,13 +1144,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