Commit 90e55968 authored by ruiyue's avatar ruiyue Committed by sunse
Browse files

Update nrNrm.yaml

parent 62c30a74
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -672,6 +672,8 @@ components:
              $ref: '#/components/schemas/DRACHOptimizationFunction-Single'
            DMROFunction:
              $ref: '#/components/schemas/DMROFunction-Single'
            DLBOFunction:
              $ref: '#/components/schemas/DLBOFunction-Single'
            DPCIConfigurationFunction:
              $ref: '#/components/schemas/DPCIConfigurationFunction-Single'
            CPCIConfigurationFunction:
@@ -707,6 +709,8 @@ components:
              $ref: '#/components/schemas/DRACHOptimizationFunction-Single'
            DMROFunction:
              $ref: '#/components/schemas/DMROFunction-Single'
            DLBOFunction:
              $ref: '#/components/schemas/DLBOFunction-Single'
            DPCIConfigurationFunction:
              $ref: '#/components/schemas/DPCIConfigurationFunction-Single'
            CPCIConfigurationFunction:
@@ -874,6 +878,8 @@ components:
              $ref: '#/components/schemas/DESManagementFunction-Single'
            DMROFunction:
              $ref: '#/components/schemas/DMROFunction-Single'
            DLBOFunction:
              $ref: '#/components/schemas/DLBOFunction-Single'

    NrCellCu-Single:
      allOf:
@@ -908,6 +914,8 @@ components:
              $ref: '#/components/schemas/DESManagementFunction-Single'
            DMROFunction:
              $ref: '#/components/schemas/DMROFunction-Single'
            DLBOFunction:
              $ref: '#/components/schemas/DLBOFunction-Single'
            CESManagementFunction:
              $ref: '#/components/schemas/CESManagementFunction-Single'
            DPCIConfigurationFunction:
@@ -1414,6 +1422,20 @@ components:
                      $ref: '#/components/schemas/MinimumTimeBetweenHoTriggerChange'
                    tstoreUEcntxt:
                      $ref: '#/components/schemas/TstoreUEcntxt'
    DLBOFunction-Single:
      allOf:
        - $ref: 'genericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes: 
                  type: object
                  properties:
                    dlboControl:
                      type: boolean
                    maximumDeviationHoTrigger:
                          $ref: '#/components/schemas/MaximumDeviationHoTrigger'
                    minimumTimeBetweenHoTriggerChange:
                          $ref: '#/components/schemas/MinimumTimeBetweenHoTriggerChange'

    DPCIConfigurationFunction-Single:
      allOf:
@@ -1970,6 +1992,7 @@ components:
        - $ref: '#/components/schemas/DESManagementFunction-Single'
        - $ref: '#/components/schemas/DRACHOptimizationFunction-Single'
        - $ref: '#/components/schemas/DMROFunction-Single'
        - $ref: '#/components/schemas/DLBOFunction-Single'        
        - $ref: '#/components/schemas/DPCIConfigurationFunction-Single'
        - $ref: '#/components/schemas/CPCIConfigurationFunction-Single'
        - $ref: '#/components/schemas/CESManagementFunction-Single'