Commit 14665031 authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel_20_CR_TS_28.104_Adding_supported_domain_information_in_MDAFunction' into 'Integration_Rel20_SA5_166_YAML'

Rel_20_CR0234_TS_28.104_Adding_supported_domain_information_in_MDAFunction

See merge request !2087
parents 6199e55c 0c456a79
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -145,6 +145,12 @@ components:
              format: float
              minimum: 0

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

#-------- Definition of types for name-containments ------
    SubNetwork-ncO-MdaNrm:
@@ -177,6 +183,8 @@ components:
                  properties:
                    supportedMDACapabilities:
                      $ref: '#/components/schemas/MDATypes'
                    supportedMDADomain:
                      $ref: '#/components/schemas/MDADomain'  
                    mLModelRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo'
                    aIMLInferenceFunctionRefList: