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:
Sukchan Lee 2021-07-16 17:02:33 +09:00
parent 1326fc85dc
commit 039b9d0aaa
930 changed files with 7387 additions and 5434 deletions

View file

@ -58,23 +58,28 @@ typedef struct OpenAPI_sm_context_s {
char *pdu_session_smf_set_id;
char *pdu_session_smf_service_set_id;
OpenAPI_sbi_binding_level_e pdu_session_smf_binding;
bool is_enable_pause_charging;
int enable_pause_charging;
char *ue_ipv4_address;
char *ue_ipv6_prefix;
struct OpenAPI_eps_pdn_cnx_info_s *eps_pdn_cnx_info;
OpenAPI_list_t *eps_bearer_info;
OpenAPI_max_integrity_protected_data_rate_e max_integrity_protected_data_rate;
bool is_always_on_granted;
int always_on_granted;
struct OpenAPI_up_security_s *up_security;
char *h_smf_service_instance_id;
char *smf_service_instance_id;
char *recovery_time;
bool is_forwarding_ind;
int forwarding_ind;
struct OpenAPI_tunnel_info_s *psa_tunnel_info;
char *charging_id;
struct OpenAPI_charging_information_s *charging_info;
struct OpenAPI_roaming_charging_profile_s *roaming_charging_profile;
bool is_nef_ext_buf_support_ind;
int nef_ext_buf_support_ind;
bool is_ipv6_index;
int ipv6_index;
struct OpenAPI_ip_address_s *dn_aaa_address;
struct OpenAPI_redundant_pdu_session_information_s *redundant_pdu_session_info;
@ -108,23 +113,28 @@ OpenAPI_sm_context_t *OpenAPI_sm_context_create(
char *pdu_session_smf_set_id,
char *pdu_session_smf_service_set_id,
OpenAPI_sbi_binding_level_e pdu_session_smf_binding,
bool is_enable_pause_charging,
int enable_pause_charging,
char *ue_ipv4_address,
char *ue_ipv6_prefix,
OpenAPI_eps_pdn_cnx_info_t *eps_pdn_cnx_info,
OpenAPI_list_t *eps_bearer_info,
OpenAPI_max_integrity_protected_data_rate_e max_integrity_protected_data_rate,
bool is_always_on_granted,
int always_on_granted,
OpenAPI_up_security_t *up_security,
char *h_smf_service_instance_id,
char *smf_service_instance_id,
char *recovery_time,
bool is_forwarding_ind,
int forwarding_ind,
OpenAPI_tunnel_info_t *psa_tunnel_info,
char *charging_id,
OpenAPI_charging_information_t *charging_info,
OpenAPI_roaming_charging_profile_t *roaming_charging_profile,
bool is_nef_ext_buf_support_ind,
int nef_ext_buf_support_ind,
bool is_ipv6_index,
int ipv6_index,
OpenAPI_ip_address_t *dn_aaa_address,
OpenAPI_redundant_pdu_session_information_t *redundant_pdu_session_info,