From 810e0fcf5844380aa977f8eeb09b6ce53be05b0d Mon Sep 17 00:00:00 2001 From: shixixi Date: Wed, 16 Jul 2025 07:34:24 +0000 Subject: [PATCH 1/3] Edit TS28104_MdaReport.yaml --- OpenAPI/TS28104_MdaReport.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index 3244b9f61..41ff1894a 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -392,6 +392,31 @@ components: items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' +#-------- Definition of specific UEThroughputAnalysis MDAoutput ----------------------------- + TrafficCongestionProblemAnalysisoutput: + type: object + properties: + trafficCongestionId: + type: string + trafficCongestionType: + type: string + enum: + - NON_REGULAR_TRAFFIC_CONGESTION + - REGULAR_TRAFFIC_CONGESTION + timeDuration: + type: array + uniqueItems: true + items: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' + trafficCongestionAreas: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' + trafficCongestionAreas: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' + recommendedActions: + type: array + uniqueItems: true + items: + $ref: '#/components/schemas/RecommendedAction' -- GitLab From 6b5debc9cb05ee21dc51552bfae9f1874311e92d Mon Sep 17 00:00:00 2001 From: shixixi Date: Wed, 16 Jul 2025 07:39:13 +0000 Subject: [PATCH 2/3] Edit TS28104_MdaReport.yaml --- OpenAPI/TS28104_MdaReport.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index 41ff1894a..a7596e3df 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -405,13 +405,10 @@ components: - REGULAR_TRAFFIC_CONGESTION timeDuration: type: array - uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' trafficCongestionAreas: $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' - trafficCongestionAreas: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' recommendedActions: type: array uniqueItems: true -- GitLab From 1f1026e754e162d726f12a0384bd528e800ee9b5 Mon Sep 17 00:00:00 2001 From: shixixi Date: Tue, 26 Aug 2025 13:22:52 +0000 Subject: [PATCH 3/3] Edit TS28104_MdaReport.yaml --- OpenAPI/TS28104_MdaReport.yaml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/OpenAPI/TS28104_MdaReport.yaml b/OpenAPI/TS28104_MdaReport.yaml index a7596e3df..20f6d1335 100644 --- a/OpenAPI/TS28104_MdaReport.yaml +++ b/OpenAPI/TS28104_MdaReport.yaml @@ -46,13 +46,14 @@ components: $ref: 'TS28104_MdaNrm.yaml#/components/schemas/MDAType' mDAOutputList: oneOf: - - $ref: '#/components/schemas/CoverageProblemAnalysisoutput' - - $ref: '#/components/schemas/MobilityPerformanceAnalysisoutput' + - $ref: '#/components/schemas/CoverageProblemAnalysisOutput' + - $ref: '#/components/schemas/MobilityPerformanceAnalysisOutput' - $ref: '#/components/schemas/TrainingDataAnalysisOutput' - $ref: '#/components/schemas/NFScalingDimensioningDataAnalysisOutput' - $ref: '#/components/schemas/PMDataOutput' - $ref: '#/components/schemas/FailurePredictionOutput' - - $ref: '#/components/schemas/PagingOptimizationAnalysisOutput' + - $ref: '#/components/schemas/PagingOptimizationAnalysisOutput' + - $ref: '#/components/schemas/TrafficCongestionProblemAnalysisOutput' - type: array uniqueItems: true items: @@ -146,7 +147,7 @@ components: #-------- Definition of specific MobilityPerformanceAnalysis MDAoutput ----------------------------- - MobilityPerformanceAnalysisoutput: + MobilityPerformanceAnalysisOutput: type: object properties: mobilityPerformanceIssueIdentifier: @@ -162,7 +163,7 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' #-------- Definition of specific CoverageProblemAnalysis MDAoutput ----------------------------- - CoverageProblemAnalysisoutput: + CoverageProblemAnalysisOutput: type: object properties: coverageProblemId: @@ -393,7 +394,7 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' #-------- Definition of specific UEThroughputAnalysis MDAoutput ----------------------------- - TrafficCongestionProblemAnalysisoutput: + TrafficCongestionProblemAnalysisOutput: type: object properties: trafficCongestionId: @@ -414,6 +415,12 @@ components: uniqueItems: true items: $ref: '#/components/schemas/RecommendedAction' + severityLevel: + type: string + enum: + - SLIGHT_CONGESTION + - MODERATE_CONGESTION + - SEVERE_CONGESTION -- GitLab