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
|
|
@ -27,10 +27,13 @@ typedef struct OpenAPI_pcc_rule_s {
|
|||
OpenAPI_list_t *flow_infos;
|
||||
char *app_id;
|
||||
char app_descriptor;
|
||||
bool is_cont_ver;
|
||||
int cont_ver;
|
||||
char *pcc_rule_id;
|
||||
bool is_precedence;
|
||||
int precedence;
|
||||
OpenAPI_af_sig_protocol_e af_sig_protocol;
|
||||
bool is_app_reloc;
|
||||
int app_reloc;
|
||||
OpenAPI_list_t *ref_qos_data;
|
||||
OpenAPI_list_t *ref_alt_qos_params;
|
||||
|
|
@ -41,11 +44,13 @@ typedef struct OpenAPI_pcc_rule_s {
|
|||
OpenAPI_list_t *ref_um_n3g_data;
|
||||
char *ref_cond_data;
|
||||
OpenAPI_list_t *ref_qos_mon;
|
||||
bool is_addr_preser_ind;
|
||||
int addr_preser_ind;
|
||||
struct OpenAPI_tscai_input_container_s *tscai_input_dl;
|
||||
struct OpenAPI_tscai_input_container_s *tscai_input_ul;
|
||||
struct OpenAPI_downlink_data_notification_control_s *dd_notif_ctrl;
|
||||
struct OpenAPI_downlink_data_notification_control_rm_s *dd_notif_ctrl2;
|
||||
bool is_dis_ue_notif;
|
||||
int dis_ue_notif;
|
||||
} OpenAPI_pcc_rule_t;
|
||||
|
||||
|
|
@ -53,10 +58,13 @@ OpenAPI_pcc_rule_t *OpenAPI_pcc_rule_create(
|
|||
OpenAPI_list_t *flow_infos,
|
||||
char *app_id,
|
||||
char app_descriptor,
|
||||
bool is_cont_ver,
|
||||
int cont_ver,
|
||||
char *pcc_rule_id,
|
||||
bool is_precedence,
|
||||
int precedence,
|
||||
OpenAPI_af_sig_protocol_e af_sig_protocol,
|
||||
bool is_app_reloc,
|
||||
int app_reloc,
|
||||
OpenAPI_list_t *ref_qos_data,
|
||||
OpenAPI_list_t *ref_alt_qos_params,
|
||||
|
|
@ -67,11 +75,13 @@ OpenAPI_pcc_rule_t *OpenAPI_pcc_rule_create(
|
|||
OpenAPI_list_t *ref_um_n3g_data,
|
||||
char *ref_cond_data,
|
||||
OpenAPI_list_t *ref_qos_mon,
|
||||
bool is_addr_preser_ind,
|
||||
int addr_preser_ind,
|
||||
OpenAPI_tscai_input_container_t *tscai_input_dl,
|
||||
OpenAPI_tscai_input_container_t *tscai_input_ul,
|
||||
OpenAPI_downlink_data_notification_control_t *dd_notif_ctrl,
|
||||
OpenAPI_downlink_data_notification_control_rm_t *dd_notif_ctrl2,
|
||||
bool is_dis_ue_notif,
|
||||
int dis_ue_notif
|
||||
);
|
||||
void OpenAPI_pcc_rule_free(OpenAPI_pcc_rule_t *pcc_rule);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue