Commit 9db832c7 authored by ruiyue's avatar ruiyue
Browse files

Code Moderator manually merge the MR1884

parent f590a855
Loading
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
@@ -1755,6 +1755,21 @@ components:
        mappingInd:
          type: boolean
          default: false
        taiList:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Tai'
          minItems: 1
        taiRangeList:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/TaiRange'
          minItems: 1
        vflInfo:
          $ref: '#/components/schemas/VflInfo'

    SnssaiInfoItem:
      description: >
        Parameters supported by an NF for a given S-NSSAI Set of parameters supported by NF
@@ -3727,6 +3742,31 @@ components:
        - W_AGF
        - TWIF
        - TSN_AF
    VflInfo:
      description: Indicates the Vfl capability supported by the NWDAF/TrustAF/unTrustAF
      type: object
      properties:
        vflAnalyticsIds:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NwdafEvent'
          minItems: 1
        vflCapabilityType:
          type: string
          enum:
            - VFL_SERVER
            - VFL_CLIENT
            - VFL_SERVER_AND_CLIENT
        vflClientAggrCap:
          type: boolean
          default: false
        vflTimeInterval:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
        vflInterInfo:
          $ref: '#/components/schemas/VendorId' 
        featureId:
          type: string

    OperationSemantics:
      type: string