Commit 2bdd35ee authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'RET_Analysis_UC_Req_and_Solutions_Stage_2_and_3' into...

Merge branch 'RET_Analysis_UC_Req_and_Solutions_Stage_2_and_3' into 'Integration_Rel20_SA5_167_YAML'

Ret analysis uc req and solutions stage 2 and 3

See merge request !2109
parents ddf889e5 fbd7cc89
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ components:
      enum:
        - COVERAGE_ANALYTICS_COVERAGE_PROBLEM_ANALYSIS
        - COVERAGE_ANALYTICS_PAGING_OPTIMIZATION
        - COVERAGE_ANALYTICS_RET_TP_ANALYTICS
        - SLS_ANALYSIS_SERVICE_EXPERIENCE_ANALYSIS
        - SLS_ANALYSIS_NETWORK_SLICE_THROUGHPUT_ANALYSIS
        - SLS_ANALYSIS_NETWORK_SLICE_TRAFFIC_ANALYSIS
+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'