mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10: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
|
|
@ -698,7 +698,7 @@ OpenAPI_vsmf_update_data_t *OpenAPI_vsmf_update_data_parseFromJSON(cJSON *vsmf_u
|
|||
ogs_error("OpenAPI_vsmf_update_data_parseFromJSON() failed [dnai_list]");
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(dnai_listList, ogs_strdup(dnai_list_local->valuestring));
|
||||
OpenAPI_list_add(dnai_listList, ogs_strdup_or_assert(dnai_list_local->valuestring));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -751,10 +751,10 @@ OpenAPI_vsmf_update_data_t *OpenAPI_vsmf_update_data_parseFromJSON(cJSON *vsmf_u
|
|||
pti ? pti->valuedouble : 0,
|
||||
n1_sm_info_to_ue ? n1_sm_info_to_ue_local_nonprim : NULL,
|
||||
always_on_granted ? always_on_granted->valueint : 0,
|
||||
hsmf_pdu_session_uri ? ogs_strdup(hsmf_pdu_session_uri->valuestring) : NULL,
|
||||
supported_features ? ogs_strdup(supported_features->valuestring) : NULL,
|
||||
hsmf_pdu_session_uri ? ogs_strdup_or_assert(hsmf_pdu_session_uri->valuestring) : NULL,
|
||||
supported_features ? ogs_strdup_or_assert(supported_features->valuestring) : NULL,
|
||||
cause ? causeVariable : 0,
|
||||
n1sm_cause ? ogs_strdup(n1sm_cause->valuestring) : NULL,
|
||||
n1sm_cause ? ogs_strdup_or_assert(n1sm_cause->valuestring) : NULL,
|
||||
back_off_timer ? back_off_timer->valuedouble : 0,
|
||||
ma_release_ind ? ma_release_indVariable : 0,
|
||||
ma_accepted_ind ? ma_accepted_ind->valueint : 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue