mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08: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
|
|
@ -100,9 +100,9 @@ OpenAPI_nidd_information_t *OpenAPI_nidd_information_parseFromJSON(cJSON *nidd_i
|
|||
}
|
||||
|
||||
nidd_information_local_var = OpenAPI_nidd_information_create (
|
||||
ogs_strdup(af_id->valuestring),
|
||||
gpsi ? ogs_strdup(gpsi->valuestring) : NULL,
|
||||
ext_group_id ? ogs_strdup(ext_group_id->valuestring) : NULL
|
||||
ogs_strdup_or_assert(af_id->valuestring),
|
||||
gpsi ? ogs_strdup_or_assert(gpsi->valuestring) : NULL,
|
||||
ext_group_id ? ogs_strdup_or_assert(ext_group_id->valuestring) : NULL
|
||||
);
|
||||
|
||||
return nidd_information_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue