mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -145,7 +145,7 @@ OpenAPI_pws_information_t *OpenAPI_pws_information_parseFromJSON(cJSON *pws_info
|
|||
serial_number->valuedouble,
|
||||
pws_container_local_nonprim,
|
||||
send_ran_response ? send_ran_response->valueint : 0,
|
||||
omc_id ? ogs_strdup(omc_id->valuestring) : NULL
|
||||
omc_id ? ogs_strdup_or_assert(omc_id->valuestring) : NULL
|
||||
);
|
||||
|
||||
return pws_information_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue