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
|
|
@ -211,7 +211,7 @@ OpenAPI_chf_info_t *OpenAPI_chf_info_parseFromJSON(cJSON *chf_infoJSON)
|
|||
supi_range_list ? supi_range_listList : NULL,
|
||||
gpsi_range_list ? gpsi_range_listList : NULL,
|
||||
plmn_range_list ? plmn_range_listList : NULL,
|
||||
group_id ? ogs_strdup(group_id->valuestring) : NULL
|
||||
group_id ? ogs_strdup_or_assert(group_id->valuestring) : NULL
|
||||
);
|
||||
|
||||
return chf_info_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue