Commit 16403f79 authored by ruiyue's avatar ruiyue
Browse files

Replace TS28104_MdaReport.yaml after SA5#167

parent ae1a9c0c
Loading
Loading
Loading
Loading
Loading
+41 −7
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: MDA Report
  version: 19.3.0
  version: 20.0.0
  description: >-
    OAS 3.0.1 specification of the MDA Report
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -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:
@@ -152,16 +153,38 @@ components:
      properties:
        mobilityPerformanceIssueIdentifier:
          type: integer
        mobilityPerformanceIssueType:
          type: string
          enum:    
              - NSA_ISSUE
              - SA_ISSUE   
        mobilityPerformanceIssue:
          type: string
          enum:    
              - TOO-EARLY_HANDOVER
              - TOO-LATE_HANDOVER
              - PINGPONG_HANDOVER
              - TOO-EARLY_PSCELL_CHANGE
              - TOO-LATE_PSCELL_CHANGE
              - TOO-EARLY_PSCELL_ CONDITIONAL_CHANGE
              - TOO-LATE_PSCELL_CONDITIONAL_CHANGE        
        mobilityPerformanceIssueRootCause:
          type: string
          enum:
              - TooLongMobilityInterruptionTime
              - PoorCoverageOfTheCelledge
              - InappropriateHandoverParameters
              - TOO_LONG_MOBILITY_INTERRUPTION_TIME
              - POOR_COVERAGE_OF_THE_CELL_EDGE
              - INAPPROPRIATE_HANDOVER_PARAMETERS
              - HIGH_INTERFERENCE
              - INSUFFICIENT TRANSPORT_RESOURCES
              - CAPABILITY_ISSUE
              - Other
        mobilityPerformanceIssueLocation:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'

        recommendedActions:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/RecommendedAction'
#-------- Definition of specific CoverageProblemAnalysis MDAoutput -----------------------------
    CoverageProblemAnalysisOutput:
      type: object
@@ -422,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'