X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=capifcore%2Finternal%2Fdiscoverserviceapi%2Fdiscoverserviceapi-types.gen.go;h=51c65abbc8da4eee6d77236d711215912dd54db8;hb=d17ee019461493f52df06074ce95a6cb951ffdc4;hp=0c97e158e58cc82c0a62fcb2fb739c1a59906b6a;hpb=c9e08b2a2f647f9f870040570c5e71305f0fb5d2;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/internal/discoverserviceapi/discoverserviceapi-types.gen.go b/capifcore/internal/discoverserviceapi/discoverserviceapi-types.gen.go index 0c97e15..51c65ab 100644 --- a/capifcore/internal/discoverserviceapi/discoverserviceapi-types.gen.go +++ b/capifcore/internal/discoverserviceapi/discoverserviceapi-types.gen.go @@ -19,7 +19,7 @@ type GetAllServiceAPIsParams struct { // String identifying the API invoker assigned by the CAPIF core function. It also represents the CCF identifier in the CAPIF-6/6e interface. ApiInvokerId string `json:"api-invoker-id"` - // API name, it is set as {apiName} part of the URI structure as defined in subclause 4.4 of 3GPP TS 29.501. + // API name, it is set as {apiName} part of the URI structure as defined in clause 5.2.4 of 3GPP TS 29.122. ApiName *string `json:"api-name,omitempty"` // API major version the URI (e.g. v1). @@ -40,6 +40,9 @@ type GetAllServiceAPIsParams struct { // The service API category to which the service API belongs to. ApiCat *string `json:"api-cat,omitempty"` + // The preferred AEF location. + PreferredAefLoc *externalRef2.AefLocation `json:"preferred-aef-loc,omitempty"` + // Features supported by the NF consumer for the CAPIF Discover Service API. SupportedFeatures *externalRef1.SupportedFeatures `json:"supported-features,omitempty"`