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
|
|
@ -201,7 +201,7 @@ OpenAPI_qos_characteristics_t *OpenAPI_qos_characteristics_parseFromJSON(cJSON *
|
|||
resource_type_local_nonprim,
|
||||
priority_level->valuedouble,
|
||||
packet_delay_budget->valuedouble,
|
||||
ogs_strdup(packet_error_rate->valuestring),
|
||||
ogs_strdup_or_assert(packet_error_rate->valuestring),
|
||||
averaging_window ? averaging_window->valuedouble : 0,
|
||||
max_data_burst_vol ? max_data_burst_vol->valuedouble : 0,
|
||||
ext_max_data_burst_vol ? ext_max_data_burst_vol->valuedouble : 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue