mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 06:10:11 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -170,12 +170,12 @@ OpenAPI_exposure_data_change_notification_t *OpenAPI_exposure_data_change_notifi
|
|||
ogs_error("OpenAPI_exposure_data_change_notification_parseFromJSON() failed [del_resources]");
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(del_resourcesList, ogs_strdup(del_resources_local->valuestring));
|
||||
OpenAPI_list_add(del_resourcesList, ogs_strdup_or_assert(del_resources_local->valuestring));
|
||||
}
|
||||
}
|
||||
|
||||
exposure_data_change_notification_local_var = OpenAPI_exposure_data_change_notification_create (
|
||||
ue_id ? ogs_strdup(ue_id->valuestring) : NULL,
|
||||
ue_id ? ogs_strdup_or_assert(ue_id->valuestring) : NULL,
|
||||
access_and_mobility_data ? access_and_mobility_data_local_nonprim : NULL,
|
||||
pdu_session_management_data ? pdu_session_management_dataList : NULL,
|
||||
del_resources ? del_resourcesList : NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue