Commit fbd7cc89 authored by gautamd's avatar gautamd Committed by ruiyue
Browse files

Edit TS28104_MdaReport.yaml

parent 0ed61ee3
Loading
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ components:
            - $ref: '#/components/schemas/FailurePredictionOutput'
            - $ref: '#/components/schemas/PagingOptimizationAnalysisOutput'
            - $ref: '#/components/schemas/TrafficCongestionProblemAnalysisOutput'
            - $ref: '#/components/schemas/RETTPAnalyticsAnalysisOutput'                      
            - type: array
              uniqueItems: true
              items:
@@ -444,5 +445,16 @@ components:
            - MODERATE_CONGESTION
            - SEVERE_CONGESTION


#-------- Definition of specific RETTPAnalyticsAnalysisOutput MDAoutput -----------------------------
    RETTPAnalyticsAnalysisOutput:
      type: object
      properties:
        isTiltChangeRequired:
          type: boolean
        RecommendedTilt:
          $ref: '#/components/schemas/RecommendedAction'
        isTPChangeRequired:
          type: boolean
        RecommendedTxPower:
          $ref: '#/components/schemas/RecommendedAction'