mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30: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
|
|
@ -160,12 +160,12 @@ OpenAPI_pcscf_restoration_request_data_t *OpenAPI_pcscf_restoration_request_data
|
|||
}
|
||||
|
||||
pcscf_restoration_request_data_local_var = OpenAPI_pcscf_restoration_request_data_create (
|
||||
dnn ? ogs_strdup(dnn->valuestring) : NULL,
|
||||
ip_domain ? ogs_strdup(ip_domain->valuestring) : NULL,
|
||||
dnn ? ogs_strdup_or_assert(dnn->valuestring) : NULL,
|
||||
ip_domain ? ogs_strdup_or_assert(ip_domain->valuestring) : NULL,
|
||||
slice_info ? slice_info_local_nonprim : NULL,
|
||||
supi ? ogs_strdup(supi->valuestring) : NULL,
|
||||
ue_ipv4 ? ogs_strdup(ue_ipv4->valuestring) : NULL,
|
||||
ue_ipv6 ? ogs_strdup(ue_ipv6->valuestring) : NULL
|
||||
supi ? ogs_strdup_or_assert(supi->valuestring) : NULL,
|
||||
ue_ipv4 ? ogs_strdup_or_assert(ue_ipv4->valuestring) : NULL,
|
||||
ue_ipv6 ? ogs_strdup_or_assert(ue_ipv6->valuestring) : NULL
|
||||
);
|
||||
|
||||
return pcscf_restoration_request_data_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue