mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +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
|
|
@ -40,21 +40,26 @@ typedef struct OpenAPI_vsmf_update_data_s {
|
|||
OpenAPI_list_t *assign_ebi_list;
|
||||
OpenAPI_list_t *revoke_ebi_list;
|
||||
OpenAPI_list_t *modified_ebi_list;
|
||||
bool is_pti;
|
||||
int pti;
|
||||
struct OpenAPI_ref_to_binary_data_s *n1_sm_info_to_ue;
|
||||
bool is_always_on_granted;
|
||||
int always_on_granted;
|
||||
char *hsmf_pdu_session_uri;
|
||||
char *supported_features;
|
||||
OpenAPI_cause_e cause;
|
||||
char *n1sm_cause;
|
||||
bool is_back_off_timer;
|
||||
int back_off_timer;
|
||||
OpenAPI_ma_release_indication_e ma_release_ind;
|
||||
bool is_ma_accepted_ind;
|
||||
int ma_accepted_ind;
|
||||
struct OpenAPI_tunnel_info_s *additional_cn_tunnel_info;
|
||||
OpenAPI_list_t *dnai_list;
|
||||
struct OpenAPI_n4_information_s *n4_info;
|
||||
struct OpenAPI_n4_information_s *n4_info_ext1;
|
||||
struct OpenAPI_n4_information_s *n4_info_ext2;
|
||||
bool is_small_data_rate_control_enabled;
|
||||
int small_data_rate_control_enabled;
|
||||
struct OpenAPI_qos_monitoring_info_s *qos_monitoring_info;
|
||||
} OpenAPI_vsmf_update_data_t;
|
||||
|
|
@ -68,21 +73,26 @@ OpenAPI_vsmf_update_data_t *OpenAPI_vsmf_update_data_create(
|
|||
OpenAPI_list_t *assign_ebi_list,
|
||||
OpenAPI_list_t *revoke_ebi_list,
|
||||
OpenAPI_list_t *modified_ebi_list,
|
||||
bool is_pti,
|
||||
int pti,
|
||||
OpenAPI_ref_to_binary_data_t *n1_sm_info_to_ue,
|
||||
bool is_always_on_granted,
|
||||
int always_on_granted,
|
||||
char *hsmf_pdu_session_uri,
|
||||
char *supported_features,
|
||||
OpenAPI_cause_e cause,
|
||||
char *n1sm_cause,
|
||||
bool is_back_off_timer,
|
||||
int back_off_timer,
|
||||
OpenAPI_ma_release_indication_e ma_release_ind,
|
||||
bool is_ma_accepted_ind,
|
||||
int ma_accepted_ind,
|
||||
OpenAPI_tunnel_info_t *additional_cn_tunnel_info,
|
||||
OpenAPI_list_t *dnai_list,
|
||||
OpenAPI_n4_information_t *n4_info,
|
||||
OpenAPI_n4_information_t *n4_info_ext1,
|
||||
OpenAPI_n4_information_t *n4_info_ext2,
|
||||
bool is_small_data_rate_control_enabled,
|
||||
int small_data_rate_control_enabled,
|
||||
OpenAPI_qos_monitoring_info_t *qos_monitoring_info
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue