From 07b0ba3e3a53af8b050f9cd41a287ed4268624b8 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 25 Mar 2022 11:21:24 +0000 Subject: [PATCH] Update nrNrm.yaml --- OpenAPI/nrNrm.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/OpenAPI/nrNrm.yaml b/OpenAPI/nrNrm.yaml index ed8431de4..6da9f15db 100755 --- a/OpenAPI/nrNrm.yaml +++ b/OpenAPI/nrNrm.yaml @@ -311,11 +311,7 @@ components: - INITIAL - OTHER - SUL - QuotaType: - type: string - enum: - - STRICT - - FLOAT + IsESCoveredBy: type: string enum: @@ -775,6 +771,8 @@ components: $ref: '#/components/schemas/EP_F1U-Multiple' DRACHOptimizationFunction: $ref: '#/components/schemas/DRACHOptimizationFunction-Single' + OperatorDU: + $ref: '#/components/schemas/OperatorDu-Multiple' OperatorDu-Single: allOf: @@ -1026,6 +1024,8 @@ components: $ref: '#/components/schemas/CPCIConfigurationFunction-Single' DRACHOptimizationFunction: $ref: '#/components/schemas/DRACHOptimizationFunction-Single' + NrOperatorCellDu: + $ref: '#/components/schemas/NrOperatorCellDu-Multiple' NrOperatorCellDu-Single: allOf: @@ -1392,11 +1392,11 @@ components: esNotAllowedTimePeriod: $ref: "#/components/schemas/EsNotAllowedTimePeriod" interRatEsActivationOriginalCellParameters: - $ref: "#/components/schemas/IntraRatEsActivationOriginalCellLoadParameters" + $ref: "#/components/schemas/InterRatEsActivationOriginalCellParameters" interRatEsActivationCandidateCellParameters: - $ref: "#/components/schemas/IntraRatEsActivationOriginalCellLoadParameters" + $ref: "#/components/schemas/InterRatEsActivationCandidateCellParameters" interRatEsDeactivationCandidateCellParameters: - $ref: "#/components/schemas/IntraRatEsActivationOriginalCellLoadParameters" + $ref: "#/components/schemas/InterRatEsDeactivationCandidateCellParameters" isProbingCapable: type: string enum: -- GitLab