Commit c8f6604a authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel20_CR_TS28.541_Enhancement_on_MlAnalyticsInfo_to_support_VFL_capability' into 'Integration_Rel20_SA5_162_YAML'

Rel20 cr1593 ts28.541 enhancement on ml analytics info to support vfl capability

See merge request !1869
parents 47cb85aa c37006b5
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1542,6 +1542,18 @@ components:
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
          minItems: 1
        vflCapabilityType:
          type: string
          enum:
            - VFL_SERVER
            - VFL_CLIENT
            - VFL_SERVER_AND_CLIENT
        vflTimeInterval:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
          minItems: 1          
    NwdafInfo:
      description: Information of a NWDAF NF Instance
      type: object