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
|
|
@ -140,9 +140,9 @@ OpenAPI_condition_data_t *OpenAPI_condition_data_parseFromJSON(cJSON *condition_
|
|||
}
|
||||
|
||||
condition_data_local_var = OpenAPI_condition_data_create (
|
||||
ogs_strdup(cond_id->valuestring),
|
||||
activation_time ? ogs_strdup(activation_time->valuestring) : NULL,
|
||||
deactivation_time ? ogs_strdup(deactivation_time->valuestring) : NULL,
|
||||
ogs_strdup_or_assert(cond_id->valuestring),
|
||||
activation_time ? ogs_strdup_or_assert(activation_time->valuestring) : NULL,
|
||||
deactivation_time ? ogs_strdup_or_assert(deactivation_time->valuestring) : NULL,
|
||||
access_type ? access_typeVariable : 0,
|
||||
rat_type ? rat_typeVariable : 0
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue