Commit c37006b5 authored by tianzzhu's avatar tianzzhu Committed by ruiyue
Browse files

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

parent 47cb85aa
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