mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -158,12 +158,12 @@ OpenAPI_charging_information_t *OpenAPI_charging_information_parseFromJSON(cJSON
|
|||
}
|
||||
|
||||
charging_information_local_var = OpenAPI_charging_information_create (
|
||||
ogs_strdup(primary_chf_address->valuestring),
|
||||
ogs_strdup(secondary_chf_address->valuestring),
|
||||
primary_chf_set_id ? ogs_strdup(primary_chf_set_id->valuestring) : NULL,
|
||||
primary_chf_instance_id ? ogs_strdup(primary_chf_instance_id->valuestring) : NULL,
|
||||
secondary_chf_set_id ? ogs_strdup(secondary_chf_set_id->valuestring) : NULL,
|
||||
secondary_chf_instance_id ? ogs_strdup(secondary_chf_instance_id->valuestring) : NULL
|
||||
ogs_strdup_or_assert(primary_chf_address->valuestring),
|
||||
ogs_strdup_or_assert(secondary_chf_address->valuestring),
|
||||
primary_chf_set_id ? ogs_strdup_or_assert(primary_chf_set_id->valuestring) : NULL,
|
||||
primary_chf_instance_id ? ogs_strdup_or_assert(primary_chf_instance_id->valuestring) : NULL,
|
||||
secondary_chf_set_id ? ogs_strdup_or_assert(secondary_chf_set_id->valuestring) : NULL,
|
||||
secondary_chf_instance_id ? ogs_strdup_or_assert(secondary_chf_instance_id->valuestring) : NULL
|
||||
);
|
||||
|
||||
return charging_information_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue