mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 13:50:08 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -149,10 +149,10 @@ OpenAPI_application_data_subs_t *OpenAPI_application_data_subs_parseFromJSON(cJS
|
|||
}
|
||||
|
||||
application_data_subs_local_var = OpenAPI_application_data_subs_create (
|
||||
ogs_strdup(notification_uri->valuestring),
|
||||
ogs_strdup_or_assert(notification_uri->valuestring),
|
||||
data_filters ? data_filtersList : NULL,
|
||||
expiry ? ogs_strdup(expiry->valuestring) : NULL,
|
||||
supported_features ? ogs_strdup(supported_features->valuestring) : NULL
|
||||
expiry ? ogs_strdup_or_assert(expiry->valuestring) : NULL,
|
||||
supported_features ? ogs_strdup_or_assert(supported_features->valuestring) : NULL
|
||||
);
|
||||
|
||||
return application_data_subs_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue