mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +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,8 +129,8 @@ OpenAPI_group_identifiers_t *OpenAPI_group_identifiers_parseFromJSON(cJSON *grou
|
|||
}
|
||||
|
||||
group_identifiers_local_var = OpenAPI_group_identifiers_create (
|
||||
ext_group_id ? ogs_strdup(ext_group_id->valuestring) : NULL,
|
||||
int_group_id ? ogs_strdup(int_group_id->valuestring) : NULL,
|
||||
ext_group_id ? ogs_strdup_or_assert(ext_group_id->valuestring) : NULL,
|
||||
int_group_id ? ogs_strdup_or_assert(int_group_id->valuestring) : NULL,
|
||||
ue_id_list ? ue_id_listList : NULL
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue