mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30: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
|
|
@ -337,7 +337,7 @@ OpenAPI_mm_context_t *OpenAPI_mm_context_parseFromJSON(cJSON *mm_contextJSON)
|
|||
ogs_error("OpenAPI_mm_context_parseFromJSON() failed [ns_instance_list]");
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(ns_instance_listList, ogs_strdup(ns_instance_list_local->valuestring));
|
||||
OpenAPI_list_add(ns_instance_listList, ogs_strdup_or_assert(ns_instance_list_local->valuestring));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -388,7 +388,7 @@ OpenAPI_mm_context_t *OpenAPI_mm_context_parseFromJSON(cJSON *mm_contextJSON)
|
|||
expected_u_ebehavior ? expected_u_ebehavior_local_nonprim : NULL,
|
||||
plmn_assi_ue_radio_cap_id ? plmn_assi_ue_radio_cap_id->valueint : 0,
|
||||
man_assi_ue_radio_cap_id ? man_assi_ue_radio_cap_id->valueint : 0,
|
||||
ucmf_dic_entry_id ? ogs_strdup(ucmf_dic_entry_id->valuestring) : NULL
|
||||
ucmf_dic_entry_id ? ogs_strdup_or_assert(ucmf_dic_entry_id->valuestring) : NULL
|
||||
);
|
||||
|
||||
return mm_context_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue