Commit 993d7080 authored by shixixi's avatar shixixi
Browse files

Edit TS28104_MdaReport.yaml

parent a9828546
Loading
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -64,28 +64,6 @@ components:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'


#-------- Definition of specific MobilityPerformanceAnalysis MDAoutput -----------------------------
    MobilityPerformanceAnalysis:
      description: >-
        This data type is the "MDAOutputs" data type to represent MnS consumer's request for coverage problem analysis   
      type: object
      properties:
        mDAType:
          enum:
            - MOBILITYMANAGEMENTANALYTICS_MOBILITYPERFORMANCEANALYSIS
        mDAOutputList:
          type: array
          items:
            type: object
            allOf:
               - $ref: '#/components/schemas/MobilityPerformanceIssueIdentifier'
               - $ref: '#/components/schemas/MobilityPerformanceIssueRootCause'
               - $ref: '#/components/schemas/MobilityPerformanceIssueLocation'
        analyticsWindow:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindowRo'
        confidenceDegree:
          type: number
          format: float

#-------- Definition of specific MobilityPerformanceAnalysis MDAoutput -----------------------------
    MobilityPerformanceAnalysis: