Commit d158d7f7 authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'TS28.541_CR0764_Add_BWP_set_support_to_NRM' into 'Integration_Rel18_SA5_145_YAML'

Ts28.541 cr0764 add bwp set support to nrm

See merge request sa5/MnS!398
parents be54028c 18a54974
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -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'