Commit 6e87c7fc authored by ruiyue's avatar ruiyue
Browse files

Update with the latest R18 version

parent c976ce01
Loading
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: MDA NRM
  version: 18.4.0
  version: 18.5.0
  description: >-
    OAS 3.0.1 specification of the MDA NRM
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -107,6 +107,7 @@ components:
              format: float
              minimum: 0


#-------- Definition of types for name-containments ------
    SubNetwork-ncO-MdaNrm:
      type: object
@@ -138,15 +139,17 @@ components:
                  properties:
                    supportedMDACapabilities:
                      $ref: '#/components/schemas/MDATypes'
                    mlModelRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    aIMLInferenceFunctionRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'  
                    mLModelRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                    aIMLInferenceFunctionRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'  
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties:
            MDARequest:
              $ref: '#/components/schemas/MDARequest-Multiple'
            MDAReport:
              $ref: '#/components/schemas/MDAReport-Multiple'

    MDARequest-Single:
      allOf: