Commit 16fcbf1e authored by shixixi's avatar shixixi
Browse files

Edit TS28104_MdaReport.yaml

parent 4f86cce6
Loading
Loading
Loading
Loading
Loading
+24 −2
Original line number Diff line number Diff line
@@ -87,6 +87,29 @@ components:
          type: number
          format: float

#-------- 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 the MobilityPerformanceAnalysis MDAoutput ---------#     
    MobilityPerformanceIssueIdentifier:
      description: >-
@@ -95,8 +118,6 @@ components:
      properties:
        mDAOutputIEName:
          type: string
          enum:
            - mobilityPerformanceIssueIdentifier
        mDAOutputIEValue:
          type: integer

@@ -130,3 +151,4 @@ components:
        mDAOutputIEValue:
              $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'