From 5bb2cdf0aedc962a61db7d13c19b267b37fe4706 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 27 Sep 2023 14:55:26 +0000 Subject: [PATCH 1/3] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index e681c5c53..eae433494 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -259,7 +259,7 @@ components: enum: - DL - UL - - DL and UL + - DL_AND_UL BwpContext: type: string enum: @@ -552,8 +552,8 @@ components: enum: - RS1 - RS2 - - RS1forEnoughMitigation - - RS1forNotEnoughMitigation + - RS1_FOR_ENOUGH_MITIGATION + - RS1_FOR_NOT_ENOUGH_MITIGATION RimRSReportConf: type: object @@ -594,7 +594,7 @@ components: - PRB - PRB_UL - PRB_DL - - RRC + - RRC_CONNECTED_USERS - DRB ParameterRange: type: object @@ -1135,7 +1135,7 @@ components: beamType: type: string enum: - - SSB-BEAM + - SSB_BEAM beamAzimuth: type: integer minimum: -1800 @@ -1383,13 +1383,13 @@ components: isProbingCapable: type: string enum: - - yes - - no + - YES + - NO energySavingState: type: string enum: - - isNotEnergySaving - - isEnergySaving + - IS_NOT_ENERGYSAVING + - IS_ENERGYSAVING DRACHOptimizationFunction-Single: allOf: @@ -1493,13 +1493,13 @@ components: energySavingControl: type: string enum: - - toBeEnergySaving - - toBeNotEnergySaving + - TOBE_ENERGYSAVING + - TOBE_NOT_ENERGYSAVING energySavingState: type: string enum: - - isNotEnergySaving - - isEnergySaving + - IS_NOT_ENERGYSAVING + - IS_ENERGYSAVING RimRSGlobal-Single: allOf: -- GitLab From 642ad6e9d27b446aab69b1d9e43827dfadb89a21 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 12 Oct 2023 01:22:21 +0000 Subject: [PATCH 2/3] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index eae433494..a7a4f9075 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1493,13 +1493,13 @@ components: energySavingControl: type: string enum: - - TOBE_ENERGYSAVING - - TOBE_NOT_ENERGYSAVING + - TO_BE_ENERGY_SAVING + - TO_BE_NOT_ENERGY_SAVING energySavingState: type: string enum: - - IS_NOT_ENERGYSAVING - - IS_ENERGYSAVING + - IS_NOT_ENERGY_SAVING + - IS_ENERGY_SAVING RimRSGlobal-Single: allOf: -- GitLab From 56c5737bf85973bbaeb069508c17f6c432d9c566 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 12 Oct 2023 01:28:54 +0000 Subject: [PATCH 3/3] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index a7a4f9075..c9c2ec4fd 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1388,8 +1388,8 @@ components: energySavingState: type: string enum: - - IS_NOT_ENERGYSAVING - - IS_ENERGYSAVING + - IS_NOT_ENERGY_SAVING + - IS_ENERGY_SAVING DRACHOptimizationFunction-Single: allOf: -- GitLab