Commit 3751f46c authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'TS_28.104_Rel-20_CR_Enhance_the_use_case_and_solution_for_the_mobility_performance_analysis_use_case' into 'Integration_Rel20_SA5_166_YAML'

TS_28.104_Rel-20_CR0235_Enhance_the_use_case_and_solution_for_the_mobility_performance_analysis_use_case

See merge request !2101
parents aa3c4c69 965180fe
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