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
|
|
@ -271,10 +271,10 @@ OpenAPI_ue_context_create_data_t *OpenAPI_ue_context_create_data_parseFromJSON(c
|
|||
source_to_target_data_local_nonprim,
|
||||
pdu_session_listList,
|
||||
mme_control_fteid ? mme_control_fteid->valueint : 0,
|
||||
n2_notify_uri ? ogs_strdup(n2_notify_uri->valuestring) : NULL,
|
||||
n2_notify_uri ? ogs_strdup_or_assert(n2_notify_uri->valuestring) : NULL,
|
||||
ue_radio_capability ? ue_radio_capability_local_nonprim : NULL,
|
||||
ngap_cause ? ngap_cause_local_nonprim : NULL,
|
||||
supported_features ? ogs_strdup(supported_features->valuestring) : NULL
|
||||
supported_features ? ogs_strdup_or_assert(supported_features->valuestring) : NULL
|
||||
);
|
||||
|
||||
return ue_context_create_data_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue