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
|
|
@ -221,7 +221,7 @@ OpenAPI_sm_policy_data_t *OpenAPI_sm_policy_data_parseFromJSON(cJSON *sm_policy_
|
|||
sm_policy_snssai_dataList,
|
||||
um_data_limits ? um_data_limitsList : NULL,
|
||||
um_data ? um_dataList : NULL,
|
||||
supp_feat ? ogs_strdup(supp_feat->valuestring) : NULL
|
||||
supp_feat ? ogs_strdup_or_assert(supp_feat->valuestring) : NULL
|
||||
);
|
||||
|
||||
return sm_policy_data_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue