mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -123,8 +123,8 @@ OpenAPI_scheduled_communication_time_rm_t *OpenAPI_scheduled_communication_time_
|
|||
|
||||
scheduled_communication_time_rm_local_var = OpenAPI_scheduled_communication_time_rm_create (
|
||||
days_of_week ? days_of_weekList : NULL,
|
||||
time_of_day_start ? ogs_strdup(time_of_day_start->valuestring) : NULL,
|
||||
time_of_day_end ? ogs_strdup(time_of_day_end->valuestring) : NULL
|
||||
time_of_day_start ? ogs_strdup_or_assert(time_of_day_start->valuestring) : NULL,
|
||||
time_of_day_end ? ogs_strdup_or_assert(time_of_day_end->valuestring) : NULL
|
||||
);
|
||||
|
||||
return scheduled_communication_time_rm_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue