Commit ae1a9c0c authored by ruiyue's avatar ruiyue
Browse files

Replace TS28104_MdaNrm.yaml after SA5#167

parent 922bba93
Loading
Loading
Loading
Loading
Loading
+27 −1
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: MDA NRM
  version: 19.3.0
  version: 20.0.0
  description: >-
    OAS 3.0.1 specification of the MDA NRM
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -19,6 +19,7 @@ components:
      enum:
        - COVERAGE_ANALYTICS_COVERAGE_PROBLEM_ANALYSIS
        - COVERAGE_ANALYTICS_PAGING_OPTIMIZATION
        - COVERAGE_ANALYTICS_RET_TP_ANALYTICS
        - SLS_ANALYSIS_SERVICE_EXPERIENCE_ANALYSIS
        - SLS_ANALYSIS_NETWORK_SLICE_THROUGHPUT_ANALYSIS
        - SLS_ANALYSIS_NETWORK_SLICE_TRAFFIC_ANALYSIS
@@ -145,6 +146,25 @@ components:
              format: float
              minimum: 0

    AnalysisRequirement:
      oneOf:
        - type: object
          properties:
            timeConstraint:
              type: array
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
        - type: object
          properties:
            resourceConstraint:
              type: string

    MDADomain:
      type: string
      enum:
        - CN
        - RAN
        - CROSS_DOMAIN

#-------- Definition of types for name-containments ------
    SubNetwork-ncO-MdaNrm:
@@ -177,6 +197,8 @@ components:
                  properties:
                    supportedMDACapabilities:
                      $ref: '#/components/schemas/MDATypes'
                    supportedMDADomain:
                      $ref: '#/components/schemas/MDADomain'  
                    mLModelRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo'
                    aIMLInferenceFunctionRefList:
@@ -216,6 +238,10 @@ components:
                      type: array
                      items:
                        $ref: 'TS28623_ThresholdMonitorNrm.yaml#/components/schemas/ThresholdInfo'
                    analysisRequirements:
                      type: object
                      items:
                        $ref: '#/components/schemas/AnalysisRequirement'
                    thresholdMonitorRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'   
    MDAReport-Single: