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
|
|
@ -102,7 +102,7 @@ OpenAPI_plmn_operator_class_t *OpenAPI_plmn_operator_class_parseFromJSON(cJSON *
|
|||
ogs_error("OpenAPI_plmn_operator_class_parseFromJSON() failed [lcs_client_ids]");
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(lcs_client_idsList, ogs_strdup(lcs_client_ids_local->valuestring));
|
||||
OpenAPI_list_add(lcs_client_idsList, ogs_strdup_or_assert(lcs_client_ids_local->valuestring));
|
||||
}
|
||||
|
||||
plmn_operator_class_local_var = OpenAPI_plmn_operator_class_create (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue