mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -169,9 +169,9 @@ OpenAPI_scp_domain_info_t *OpenAPI_scp_domain_info_parseFromJSON(cJSON *scp_doma
|
|||
}
|
||||
|
||||
scp_domain_info_local_var = OpenAPI_scp_domain_info_create (
|
||||
scp_fqdn ? ogs_strdup(scp_fqdn->valuestring) : NULL,
|
||||
scp_fqdn ? ogs_strdup_or_assert(scp_fqdn->valuestring) : NULL,
|
||||
scp_ip_end_points ? scp_ip_end_pointsList : NULL,
|
||||
scp_prefix ? ogs_strdup(scp_prefix->valuestring) : NULL,
|
||||
scp_prefix ? ogs_strdup_or_assert(scp_prefix->valuestring) : NULL,
|
||||
scp_ports ? scp_portsList : NULL
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue