Add more memory log

This commit is contained in:
Sukchan Lee 2021-06-06 22:35:46 +09:00
parent 80a9497afd
commit 118d62d42d
657 changed files with 4179 additions and 3131 deletions

View file

@ -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;