mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -172,11 +172,11 @@ OpenAPI_eap_session_t *OpenAPI_eap_session_parseFromJSON(cJSON *eap_sessionJSON)
|
|||
}
|
||||
|
||||
eap_session_local_var = OpenAPI_eap_session_create (
|
||||
ogs_strdup(eap_payload->valuestring),
|
||||
k_seaf ? ogs_strdup(k_seaf->valuestring) : NULL,
|
||||
ogs_strdup_or_assert(eap_payload->valuestring),
|
||||
k_seaf ? ogs_strdup_or_assert(k_seaf->valuestring) : NULL,
|
||||
_links ? _linksList : NULL,
|
||||
auth_result ? auth_resultVariable : 0,
|
||||
supi ? ogs_strdup(supi->valuestring) : NULL
|
||||
supi ? ogs_strdup_or_assert(supi->valuestring) : NULL
|
||||
);
|
||||
|
||||
return eap_session_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue