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
|
|
@ -81,7 +81,7 @@ OpenAPI_suggested_packet_num_dl_t *OpenAPI_suggested_packet_num_dl_parseFromJSON
|
|||
|
||||
suggested_packet_num_dl_local_var = OpenAPI_suggested_packet_num_dl_create (
|
||||
suggested_packet_num_dl->valuedouble,
|
||||
validity_time ? ogs_strdup(validity_time->valuestring) : NULL
|
||||
validity_time ? ogs_strdup_or_assert(validity_time->valuestring) : NULL
|
||||
);
|
||||
|
||||
return suggested_packet_num_dl_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue