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,17 +30,23 @@ typedef struct OpenAPI_upf_info_s {
|
|||
OpenAPI_list_t *s_nssai_upf_info_list;
|
||||
OpenAPI_list_t *smf_serving_area;
|
||||
OpenAPI_list_t *interface_upf_info_list;
|
||||
bool is_iwk_eps_ind;
|
||||
int iwk_eps_ind;
|
||||
OpenAPI_list_t *pdu_session_types;
|
||||
struct OpenAPI_atsss_capability_s *atsss_capability;
|
||||
bool is_ue_ip_addr_ind;
|
||||
int ue_ip_addr_ind;
|
||||
OpenAPI_list_t *tai_list;
|
||||
struct OpenAPI_w_agf_info_s *w_agf_info;
|
||||
struct OpenAPI_tngf_info_s *tngf_info;
|
||||
struct OpenAPI_twif_info_s *twif_info;
|
||||
bool is_priority;
|
||||
int priority;
|
||||
bool is_redundant_gtpu;
|
||||
int redundant_gtpu;
|
||||
bool is_ipups;
|
||||
int ipups;
|
||||
bool is_data_forwarding;
|
||||
int data_forwarding;
|
||||
} OpenAPI_upf_info_t;
|
||||
|
||||
|
|
@ -48,17 +54,23 @@ OpenAPI_upf_info_t *OpenAPI_upf_info_create(
|
|||
OpenAPI_list_t *s_nssai_upf_info_list,
|
||||
OpenAPI_list_t *smf_serving_area,
|
||||
OpenAPI_list_t *interface_upf_info_list,
|
||||
bool is_iwk_eps_ind,
|
||||
int iwk_eps_ind,
|
||||
OpenAPI_list_t *pdu_session_types,
|
||||
OpenAPI_atsss_capability_t *atsss_capability,
|
||||
bool is_ue_ip_addr_ind,
|
||||
int ue_ip_addr_ind,
|
||||
OpenAPI_list_t *tai_list,
|
||||
OpenAPI_w_agf_info_t *w_agf_info,
|
||||
OpenAPI_tngf_info_t *tngf_info,
|
||||
OpenAPI_twif_info_t *twif_info,
|
||||
bool is_priority,
|
||||
int priority,
|
||||
bool is_redundant_gtpu,
|
||||
int redundant_gtpu,
|
||||
bool is_ipups,
|
||||
int ipups,
|
||||
bool is_data_forwarding,
|
||||
int data_forwarding
|
||||
);
|
||||
void OpenAPI_upf_info_free(OpenAPI_upf_info_t *upf_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue