mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -207,7 +207,7 @@ OpenAPI_sm_context_status_notification_t *OpenAPI_sm_context_status_notification
|
|||
ogs_error("OpenAPI_sm_context_status_notification_parseFromJSON() failed [notify_correlation_ids_forddn_failure]");
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(notify_correlation_ids_forddn_failureList, ogs_strdup(notify_correlation_ids_forddn_failure_local->valuestring));
|
||||
OpenAPI_list_add(notify_correlation_ids_forddn_failureList, ogs_strdup_or_assert(notify_correlation_ids_forddn_failure_local->valuestring));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -253,10 +253,10 @@ OpenAPI_sm_context_status_notification_t *OpenAPI_sm_context_status_notification
|
|||
apn_rate_status ? apn_rate_status_local_nonprim : NULL,
|
||||
ddn_failure_status ? ddn_failure_status->valueint : 0,
|
||||
notify_correlation_ids_forddn_failure ? notify_correlation_ids_forddn_failureList : NULL,
|
||||
new_smf_id ? ogs_strdup(new_smf_id->valuestring) : NULL,
|
||||
new_smf_set_id ? ogs_strdup(new_smf_set_id->valuestring) : NULL,
|
||||
old_smf_id ? ogs_strdup(old_smf_id->valuestring) : NULL,
|
||||
old_sm_context_ref ? ogs_strdup(old_sm_context_ref->valuestring) : NULL
|
||||
new_smf_id ? ogs_strdup_or_assert(new_smf_id->valuestring) : NULL,
|
||||
new_smf_set_id ? ogs_strdup_or_assert(new_smf_set_id->valuestring) : NULL,
|
||||
old_smf_id ? ogs_strdup_or_assert(old_smf_id->valuestring) : NULL,
|
||||
old_sm_context_ref ? ogs_strdup_or_assert(old_sm_context_ref->valuestring) : NULL
|
||||
);
|
||||
|
||||
return sm_context_status_notification_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue