mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20: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
|
|
@ -30,10 +30,12 @@ typedef struct OpenAPI_traffic_control_data_s {
|
|||
OpenAPI_flow_status_e flow_status;
|
||||
struct OpenAPI_redirect_information_s *redirect_info;
|
||||
OpenAPI_list_t *add_redirect_info;
|
||||
bool is_mute_notif;
|
||||
int mute_notif;
|
||||
char *traffic_steering_pol_id_dl;
|
||||
char *traffic_steering_pol_id_ul;
|
||||
OpenAPI_list_t *route_to_locs;
|
||||
bool is_traff_corre_ind;
|
||||
int traff_corre_ind;
|
||||
struct OpenAPI_up_path_chg_event_s *up_path_chg_event;
|
||||
OpenAPI_steering_functionality_e steer_fun;
|
||||
|
|
@ -47,10 +49,12 @@ OpenAPI_traffic_control_data_t *OpenAPI_traffic_control_data_create(
|
|||
OpenAPI_flow_status_e flow_status,
|
||||
OpenAPI_redirect_information_t *redirect_info,
|
||||
OpenAPI_list_t *add_redirect_info,
|
||||
bool is_mute_notif,
|
||||
int mute_notif,
|
||||
char *traffic_steering_pol_id_dl,
|
||||
char *traffic_steering_pol_id_ul,
|
||||
OpenAPI_list_t *route_to_locs,
|
||||
bool is_traff_corre_ind,
|
||||
int traff_corre_ind,
|
||||
OpenAPI_up_path_chg_event_t *up_path_chg_event,
|
||||
OpenAPI_steering_functionality_e steer_fun,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue