Commit 51176005 authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch '28.541_Rel20_CR1574_Enhancement_of_unTrustedAF_information_to_support_VFL' into 'Integration_Rel20_SA5_162_YAML'

28.541 Rel20 CR1574 Enhancement of unTrustedAF information to support VFL

See merge request !1885
parents 1fbdb014 e39a81a4
Loading
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -1879,6 +1879,8 @@ components:
        mappingInd:
          type: boolean
          default: false
        vflInfo:
          $ref: '#/components/schemas/VflInfo'
    SnssaiInfoItem:
      description: >
        Parameters supported by an NF for a given S-NSSAI Set of parameters supported by NF
@@ -3961,6 +3963,31 @@ components:
          enum:
            - ALLOW
            - DENY
    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

#-------- Definition of types for name-containments ------
    SubNetwork-ncO-5GcNrm: