From 45b66a0ef2f237e86c4f3a9e4ed4e4dddc399bdf Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Wed, 6 Aug 2025 06:15:44 +0000 Subject: [PATCH] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 30b636f3c..77121c210 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1801,6 +1801,30 @@ components: enum: - IS_NOT_ENERGY_SAVING - IS_ENERGY_SAVING + eSOptimizationScope: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' + cellOverlapGroupingThreshold: + type: integer + minimum: 0 + maximum: 100 + eSGroup: + type: array + uniqueItems: true + items: + $ref: 'TS28541_5GcNrm.yaml#/components/schemas/Ncgi' + minItems: 2 + capacityBoosterCellsInESGroup: + type: array + uniqueItems: true + items: + $ref: 'TS28541_5GcNrm.yaml#/components/schemas/Ncgi' + minItems: 2 + boosterCellsDeactivationOrder: + type: array + uniqueItems: true + items: + $ref: 'TS28541_5GcNrm.yaml#/components/schemas/Ncgi' + minItems: 2 RimRSGlobal-Single: allOf: -- GitLab