From 50fb368d560dccbb13a2d338c59bb217527c04da Mon Sep 17 00:00:00 2001 From: allwang Date: Wed, 17 Nov 2021 20:56:22 +0100 Subject: [PATCH] Correct attribute nRFrequencyRef to nRFreqRelationRef in IOC NRCellRelation --- OpenAPI/nrNrm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/nrNrm.yaml b/OpenAPI/nrNrm.yaml index 850106631..d4993ba31 100644 --- a/OpenAPI/nrNrm.yaml +++ b/OpenAPI/nrNrm.yaml @@ -1104,7 +1104,7 @@ components: $ref: '#/components/schemas/CellIndividualOffset' adjacentNRCellRef: $ref: 'genericNrm.yaml#/components/schemas/Dn' - nRFrequencyRef: + nRFreqRelationRef: $ref: 'genericNrm.yaml#/components/schemas/Dn' isRemoveAllowed: type: boolean @@ -1139,13 +1139,13 @@ components: properties: offsetMO: $ref: '#/components/schemas/QOffsetRangeList' - blackListEntry: + blockListEntry: type: array items: type: integer minimum: 0 maximum: 1007 - blackListEntryIdleMode: + blockListEntryIdleMode: type: integer cellReselectionPriority: type: integer -- GitLab