Commit 965180fe authored by shixixi's avatar shixixi Committed by ruiyue
Browse files

Edit TS28104_MdaReport.yaml

parent aa3c4c69
Loading
Loading
Loading
Loading
Loading
+26 −4
Original line number Diff line number Diff line
@@ -152,16 +152,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