mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -663,7 +663,7 @@ OpenAPI_vsmf_updated_data_t *OpenAPI_vsmf_updated_data_parseFromJSON(cJSON *vsmf
|
|||
n1_sm_info_from_ue ? n1_sm_info_from_ue_local_nonprim : NULL,
|
||||
unknown_n1_sm_info ? unknown_n1_sm_info_local_nonprim : NULL,
|
||||
ue_location ? ue_location_local_nonprim : NULL,
|
||||
ue_time_zone ? ogs_strdup(ue_time_zone->valuestring) : NULL,
|
||||
ue_time_zone ? ogs_strdup_or_assert(ue_time_zone->valuestring) : NULL,
|
||||
add_ue_location ? add_ue_location_local_nonprim : NULL,
|
||||
assigned_ebi_list ? assigned_ebi_listList : NULL,
|
||||
failed_to_assign_ebi_list ? failed_to_assign_ebi_listList : NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue