From f47db61f1e4337b85bb455a08a566286b37207f8 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 5 Aug 2022 07:33:28 +0000 Subject: [PATCH 1/3] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 81e0ffdb8..d15f1ba4a 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,15 @@ 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" + type: array + items: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' rimRSMonitoringStartTime: type: string rimRSMonitoringStopTime: @@ -998,6 +1006,15 @@ 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: + type: array + items: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn NrOperatorCellDu-Single: allOf: @@ -1868,6 +1885,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 +2045,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' -- GitLab From bbada4e9083b0a1ac4edda9337ae13c2c5727989 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 5 Aug 2022 07:37:55 +0000 Subject: [PATCH 2/3] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index d15f1ba4a..d9fc775fb 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1014,7 +1014,7 @@ components: bWPlist: type: array items: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' NrOperatorCellDu-Single: allOf: -- GitLab From 18a54974f4c722b1f56c147a3aea4f86d82775d8 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 18 Aug 2022 07:19:29 +0000 Subject: [PATCH 3/3] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index d9fc775fb..1c21fe975 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -972,9 +972,7 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' bwpSetRef: description: "Condition is BWP sets are supported" - type: array - items: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' rimRSMonitoringStartTime: type: string rimRSMonitoringStopTime: @@ -1012,9 +1010,7 @@ components: - type: object properties: bWPlist: - type: array - items: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' NrOperatorCellDu-Single: allOf: -- GitLab