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
|
|
@ -237,12 +237,12 @@ OpenAPI_events_subsc_req_data_rm_t *OpenAPI_events_subsc_req_data_rm_parseFromJS
|
|||
|
||||
events_subsc_req_data_rm_local_var = OpenAPI_events_subsc_req_data_rm_create (
|
||||
eventsList,
|
||||
notif_uri ? ogs_strdup(notif_uri->valuestring) : NULL,
|
||||
notif_uri ? ogs_strdup_or_assert(notif_uri->valuestring) : NULL,
|
||||
req_qos_mon_params ? req_qos_mon_paramsList : NULL,
|
||||
qos_mon ? qos_mon_local_nonprim : NULL,
|
||||
req_ani ? req_aniVariable : 0,
|
||||
usg_thres ? usg_thres_local_nonprim : NULL,
|
||||
notif_corre_id ? ogs_strdup(notif_corre_id->valuestring) : NULL
|
||||
notif_corre_id ? ogs_strdup_or_assert(notif_corre_id->valuestring) : NULL
|
||||
);
|
||||
|
||||
return events_subsc_req_data_rm_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue