SBI updated

- openapi-generator version 5.2.0
- add priority/capacity/load in NFProfile/NFService
- add AllowedNfTypes in NFProfile/NFService
This commit is contained in:
Sukchan Lee 2021-07-16 17:02:33 +09:00
parent 1326fc85dc
commit 039b9d0aaa
930 changed files with 7387 additions and 5434 deletions

View file

@ -23,6 +23,7 @@ typedef struct OpenAPI_up_path_chg_event_s {
char *notification_uri;
char *notif_corre_id;
OpenAPI_dnai_change_type_e dnai_chg_type;
bool is_af_ack_ind;
int af_ack_ind;
} OpenAPI_up_path_chg_event_t;
@ -30,6 +31,7 @@ OpenAPI_up_path_chg_event_t *OpenAPI_up_path_chg_event_create(
char *notification_uri,
char *notif_corre_id,
OpenAPI_dnai_change_type_e dnai_chg_type,
bool is_af_ack_ind,
int af_ack_ind
);
void OpenAPI_up_path_chg_event_free(OpenAPI_up_path_chg_event_t *up_path_chg_event);