From 831e22d363f49fd35d353da5379686d03bad6bda Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 27 Sep 2023 15:02:31 +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 52e96ce9e..349dc43e5 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 @@ -1239,7 +1239,7 @@ components: beamType: type: string enum: - - SSB-BEAM + - SSB_BEAM beamAzimuth: type: integer minimum: -1800 @@ -1487,13 +1487,13 @@ components: isProbingCapable: type: string enum: - - yes - - no + - YES + - NO energySavingState: type: string enum: - - isNotEnergySaving - - isEnergySaving + - IS_NOT_ENERGYSAVING + - IS_ENERGYSAVING DRACHOptimizationFunction-Single: allOf: @@ -1597,13 +1597,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 00a9708fed728721a6a9e66714e7956452a1496d Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 12 Oct 2023 01:36:18 +0000 Subject: [PATCH 2/3] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 349dc43e5..21568e87f 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1492,8 +1492,8 @@ components: energySavingState: type: string enum: - - IS_NOT_ENERGYSAVING - - IS_ENERGYSAVING + - IS_NOT_ENERGY_SAVING + - IS_ENERGY_SAVING DRACHOptimizationFunction-Single: allOf: @@ -1597,13 +1597,13 @@ components: energySavingControl: type: string enum: - - TOBE_ENERGYSAVING - - TOBE_NOT_ENERGYSAVING + - TOBE_ENERGY_SAVING + - TOBE_NOT_ENERGY_SAVING energySavingState: type: string enum: - - IS_NOT_ENERGYSAVING - - IS_ENERGYSAVING + - IS_NOT_ENERGY_SAVING + - IS_ENERGY_SAVING RimRSGlobal-Single: allOf: -- GitLab From b58c07d9f21699c6d3ace8197b8d0e2ce5f6f8c1 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 12 Oct 2023 02:05:42 +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 21568e87f..36c6fad24 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1597,8 +1597,8 @@ components: energySavingControl: type: string enum: - - TOBE_ENERGY_SAVING - - TOBE_NOT_ENERGY_SAVING + - TO_BE_ENERGY_SAVING + - TO_BE_NOT_ENERGY_SAVING energySavingState: type: string enum: -- GitLab