mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 06:10:11 +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
|
|
@ -43,7 +43,7 @@ typedef struct OpenAPI_sm_context_updated_data_s {
|
|||
bool is_ma_accepted_ind;
|
||||
int ma_accepted_ind;
|
||||
char *supported_features;
|
||||
char forwarding_f_teid;
|
||||
char *forwarding_f_teid;
|
||||
OpenAPI_list_t *forwarding_bearer_contexts;
|
||||
char *selected_smf_id;
|
||||
char *selected_old_smf_id;
|
||||
|
|
@ -67,7 +67,7 @@ OpenAPI_sm_context_updated_data_t *OpenAPI_sm_context_updated_data_create(
|
|||
bool is_ma_accepted_ind,
|
||||
int ma_accepted_ind,
|
||||
char *supported_features,
|
||||
char forwarding_f_teid,
|
||||
char *forwarding_f_teid,
|
||||
OpenAPI_list_t *forwarding_bearer_contexts,
|
||||
char *selected_smf_id,
|
||||
char *selected_old_smf_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue