mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20: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
|
|
@ -129,9 +129,9 @@ OpenAPI_upu_data_2_t *OpenAPI_upu_data_2_parseFromJSON(cJSON *upu_data_2JSON)
|
|||
}
|
||||
|
||||
upu_data_2_local_var = OpenAPI_upu_data_2_create (
|
||||
sec_packet ? ogs_strdup(sec_packet->valuestring) : NULL,
|
||||
sec_packet ? ogs_strdup_or_assert(sec_packet->valuestring) : NULL,
|
||||
default_conf_nssai ? default_conf_nssaiList : NULL,
|
||||
routing_id ? ogs_strdup(routing_id->valuestring) : NULL
|
||||
routing_id ? ogs_strdup_or_assert(routing_id->valuestring) : NULL
|
||||
);
|
||||
|
||||
return upu_data_2_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue