mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
[SBI] Crash occurs when ENUM in the MAP (#2103)
This commit is contained in:
parent
ce668c556c
commit
969c116e77
1097 changed files with 266728 additions and 42047 deletions
|
|
@ -35,16 +35,16 @@ typedef struct OpenAPI_mm_context_s {
|
|||
int nas_downlink_count;
|
||||
bool is_nas_uplink_count;
|
||||
int nas_uplink_count;
|
||||
char ue_security_capability;
|
||||
char s1_ue_network_capability;
|
||||
char *ue_security_capability;
|
||||
char *s1_ue_network_capability;
|
||||
OpenAPI_list_t *allowed_nssai;
|
||||
OpenAPI_list_t *nssai_mapping_list;
|
||||
OpenAPI_list_t *allowed_home_nssai;
|
||||
OpenAPI_list_t *ns_instance_list;
|
||||
struct OpenAPI_expected_ue_behavior_s *expected_u_ebehavior;
|
||||
struct OpenAPI_ue_differentiation_info_s *ue_differentiation_info;
|
||||
char plmn_assi_ue_radio_cap_id;
|
||||
char man_assi_ue_radio_cap_id;
|
||||
char *plmn_assi_ue_radio_cap_id;
|
||||
char *man_assi_ue_radio_cap_id;
|
||||
char *ucmf_dic_entry_id;
|
||||
struct OpenAPI_global_ran_node_id_s *n3_iwf_id;
|
||||
struct OpenAPI_global_ran_node_id_s *wagf_id;
|
||||
|
|
@ -63,16 +63,16 @@ OpenAPI_mm_context_t *OpenAPI_mm_context_create(
|
|||
int nas_downlink_count,
|
||||
bool is_nas_uplink_count,
|
||||
int nas_uplink_count,
|
||||
char ue_security_capability,
|
||||
char s1_ue_network_capability,
|
||||
char *ue_security_capability,
|
||||
char *s1_ue_network_capability,
|
||||
OpenAPI_list_t *allowed_nssai,
|
||||
OpenAPI_list_t *nssai_mapping_list,
|
||||
OpenAPI_list_t *allowed_home_nssai,
|
||||
OpenAPI_list_t *ns_instance_list,
|
||||
OpenAPI_expected_ue_behavior_t *expected_u_ebehavior,
|
||||
OpenAPI_ue_differentiation_info_t *ue_differentiation_info,
|
||||
char plmn_assi_ue_radio_cap_id,
|
||||
char man_assi_ue_radio_cap_id,
|
||||
char *plmn_assi_ue_radio_cap_id,
|
||||
char *man_assi_ue_radio_cap_id,
|
||||
char *ucmf_dic_entry_id,
|
||||
OpenAPI_global_ran_node_id_t *n3_iwf_id,
|
||||
OpenAPI_global_ran_node_id_t *wagf_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue