Add more memory log

This commit is contained in:
Sukchan Lee 2021-06-06 22:35:46 +09:00
parent 80a9497afd
commit 118d62d42d
657 changed files with 4179 additions and 3131 deletions

View file

@ -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