diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 81e0ffdb88d5cf4da1b083b21eb4f53320f4feae..1c21fe975539d880053d772a7f0638532ab1b5ee 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -745,6 +745,8 @@ components: $ref: '#/components/schemas/DRACHOptimizationFunction-Single' OperatorDU: $ref: '#/components/schemas/OperatorDu-Multiple' + BWPSet: + $ref: '#/components/schemas/BWPSet-Multiple' OperatorDu-Single: allOf: @@ -964,9 +966,13 @@ components: items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' bwpRef: + description: "Condition is BWP sets are not supported" type: array items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' + bwpSetRef: + description: "Condition is BWP sets are supported" + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' rimRSMonitoringStartTime: type: string rimRSMonitoringStopTime: @@ -998,6 +1004,13 @@ components: $ref: '#/components/schemas/DRACHOptimizationFunction-Single' NrOperatorCellDu: $ref: '#/components/schemas/NrOperatorCellDu-Multiple' + BWPSet-Single: + allOf: + - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' + - type: object + properties: + bWPlist: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' NrOperatorCellDu-Single: allOf: @@ -1868,6 +1881,10 @@ components: type: array items: $ref: '#/components/schemas/GnbCuCpFunction-Single' + BWPSet-Multiple: + type: array + items: + $ref: '#/components/schemas/BWPSet-Single' NrCellDu-Multiple: type: array @@ -2024,6 +2041,7 @@ components: - $ref: '#/components/schemas/NrSectorCarrier-Single' - $ref: '#/components/schemas/Bwp-Single' + - $ref: '#/components/schemas/BWPSet-Single' - $ref: '#/components/schemas/CommonBeamformingFunction-Single' - $ref: '#/components/schemas/Beam-Single' - $ref: '#/components/schemas/RRMPolicyRatio-Single'