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
|
|
@ -80,8 +80,8 @@ OpenAPI_pc5_flow_bit_rates_t *OpenAPI_pc5_flow_bit_rates_parseFromJSON(cJSON *pc
|
|||
}
|
||||
|
||||
pc5_flow_bit_rates_local_var = OpenAPI_pc5_flow_bit_rates_create (
|
||||
gua_fbr ? ogs_strdup(gua_fbr->valuestring) : NULL,
|
||||
max_fbr ? ogs_strdup(max_fbr->valuestring) : NULL
|
||||
gua_fbr ? ogs_strdup_or_assert(gua_fbr->valuestring) : NULL,
|
||||
max_fbr ? ogs_strdup_or_assert(max_fbr->valuestring) : NULL
|
||||
);
|
||||
|
||||
return pc5_flow_bit_rates_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue