mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20:08 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -325,8 +325,8 @@ OpenAPI_monitoring_configuration_t *OpenAPI_monitoring_configuration_parseFromJS
|
|||
suggested_packet_num_dl ? suggested_packet_num_dl->valuedouble : 0,
|
||||
pdu_session_status_cfg ? pdu_session_status_cfg_local_nonprim : NULL,
|
||||
reachability_for_sms_cfg ? reachability_for_sms_cfg_local_nonprim : NULL,
|
||||
mtc_provider_information ? ogs_strdup(mtc_provider_information->valuestring) : NULL,
|
||||
af_id ? ogs_strdup(af_id->valuestring) : NULL
|
||||
mtc_provider_information ? ogs_strdup_or_assert(mtc_provider_information->valuestring) : NULL,
|
||||
af_id ? ogs_strdup_or_assert(af_id->valuestring) : NULL
|
||||
);
|
||||
|
||||
return monitoring_configuration_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue