Commit b0991def authored by sunse's avatar sunse Committed by mouqueta
Browse files

Integration rel19 sa5 158 yaml to Release branch after SA#106

parent 2854e1d2
Loading
Loading
Loading
Loading
+34 −7
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: MDA NRM
  version: 18.5.0
  version: 19.0.0
  description: >-
    OAS 3.0.1 specification of the MDA NRM
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -14,14 +14,35 @@ components:
  schemas:

#-------- Definition of types-----------------------------------------------------
    MDAType:
      type: string
      enum:
        - COVERAGEANALYTICS_COVERAGEPROBLEMANALYSIS
        - COVERAGEANALYTICS_PAGINGOPTIMIZATION
        - SLSANALYSIS_SERVICEEXPERIENCEANALYSIS
        - SLSANALYSIS_NETWORKSLICETHROUGHPUTANALYSIS
        - SLSANALYSIS_NETWORKSLICETRAFFICANALYSIS
        - SLSANALYSIS_E2ELATENCYANALYSIS
        - SLSANALYSIS_NETWORKSLICELOADANALYSIS
        - MDAASSISTEDFAULTMANAGEMENT_FAILUREPREDICTION
        - MDAASSISTEDENERGYSAVING_ENERGYSAVINGANALYSIS
        - MOBILITYMANAGEMENTANALYTICS_MOBILITYPERFORMANCEANALYSIS
        - MOBILITYMANAGEMENTANALYTICS_HANDOVEROPTIMIZATION
        - MAINTENANCE_MAINTENANCEANALYTICS
        - RESOURCEANALYTICS_VIRTUALIZEDRESOURCEUTILIZATIONANALYSISNF
        - RESOURCEANALYTICS_PHYISCALRESOURCEUTILIZATIONANALYSISNF
        - RESOURCEANALYTICS_5GCCONTROLPLANECONGESTIONANALYSIS
        - PREDICTIONS_PMDATA

    MDATypes:
      type: array
      uniqueItems: true
      items:
        type: string
        $ref: '#/components/schemas/MDAType'

    MDAOutputs:
      type: array
      uniqueItems: true
      items:
        $ref: '#/components/schemas/MDAOutputPerMDAType'

@@ -34,6 +55,8 @@ components:
        - type: object
          properties:
            areaScope:
              type: array
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
 

@@ -44,6 +67,7 @@ components:
          type: string
        mDAOutputIEFilters:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/MDAOutputIEFilter'

@@ -55,6 +79,8 @@ components:
        filterValue:
          type: string
        threshold:
          type: array
          items:
            $ref: '#/components/schemas/ThresholdInfo'
        analyticsPeriod:
          $ref: '#/components/schemas/AnalyticsSchedule'
@@ -77,8 +103,9 @@ components:
          properties:
            timeDurations:
              type: array
              uniqueItems: true
              items:
                $ref: 'TS28104_MdaReport.yaml#/components/schemas/TimeWindow'
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
        - type: object
          properties:
            granularityPeriod:
@@ -140,9 +167,9 @@ components:
                    supportedMDACapabilities:
                      $ref: '#/components/schemas/MDATypes'
                    mLModelRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo'
                    aIMLInferenceFunctionRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'  
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo'  
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties:
+9 −13
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: MDA Report
  version: 18.3.0
  version: 19.0.0
  description: >-
    OAS 3.0.1 specification of the MDA Report
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -20,12 +20,14 @@ components:
      properties:
        mDAType:
          type: string
          readOnly: true
        mDAOutputList:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/MDAOutputEntry'
        analyticsWindow:
          $ref: '#/components/schemas/TimeWindow'
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindowRo'
        confidenceDegree:
          type: number
          format: float
@@ -35,18 +37,10 @@ components:
      properties:
        mDAOutputIEName:
          type: string
          readOnly: true
        mDAOutputIEValue: {}


    TimeWindow:
      type: object
      properties:
        mDAOutputStartTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
        mDAOutputEndTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'


#-------- Definition of MDA Report --------------------------------------------

    MDAReport:
@@ -61,6 +55,8 @@ components:
                    mDAReportID:
                      type: string
                    mDAOutputs:
                      type: array
                      items:
                        $ref: '#/components/schemas/MDAOutputs'
                    mDARequestRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
+127 −52

File changed.

Preview size limit exceeded, changes collapsed.

+31 −19

File changed.

Preview size limit exceeded, changes collapsed.

+26 −1

File changed.

Preview size limit exceeded, changes collapsed.

Loading