diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index 123a9954531b1cd5978d8d9801086897140eaeac..2a65da1d35b3efe934bba5d6ca7bf24194c2c5f7 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -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