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
|
|
@ -149,10 +149,10 @@ OpenAPI_ec_restriction_t *OpenAPI_ec_restriction_parseFromJSON(cJSON *ec_restric
|
|||
}
|
||||
|
||||
ec_restriction_local_var = OpenAPI_ec_restriction_create (
|
||||
ogs_strdup(af_instance_id->valuestring),
|
||||
ogs_strdup_or_assert(af_instance_id->valuestring),
|
||||
reference_id->valuedouble,
|
||||
plmn_ec_infos ? plmn_ec_infosList : NULL,
|
||||
mtc_provider_information ? ogs_strdup(mtc_provider_information->valuestring) : NULL
|
||||
mtc_provider_information ? ogs_strdup_or_assert(mtc_provider_information->valuestring) : NULL
|
||||
);
|
||||
|
||||
return ec_restriction_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue