Commit 14ddf4db authored by lizhanwu's avatar lizhanwu
Browse files

Edit TS28541_5GcNrm.yaml

parent 47cb85aa
Loading
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
@@ -1878,6 +1878,20 @@ 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'
    ExternalClientType:
      description: Indicates types of External Clients.
      anyOf:
@@ -3813,6 +3827,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: