mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
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:
parent
1326fc85dc
commit
039b9d0aaa
930 changed files with 7387 additions and 5434 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue