diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index b99e102d04a4814fffd00de597e884ad383d163f..b204d694b98f3e6d265af197f475da15fa6e9954 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -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: