Commit ed681fc2 authored by ruiyue's avatar ruiyue
Browse files

Replace TS28104_MdaReport.yaml

parent 3473d2a2
Loading
Loading
Loading
Loading
Loading
+35 −6
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: MDA Report
  version: 19.2.0
  version: 19.3.0
  description: >-
    OAS 3.0.1 specification of the MDA Report
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -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/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:
@@ -392,6 +393,34 @@ 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
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
        trafficCongestionAreas:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
        recommendedActions:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/RecommendedAction'
        severityLevel:
          type: string
          enum:
            - SLIGHT_CONGESTION
            - MODERATE_CONGESTION
            - SEVERE_CONGESTION