mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 06:10:11 +00:00
comply with coding standard
This commit is contained in:
parent
f278d58a69
commit
2471b1b53d
562 changed files with 3332 additions and 3332 deletions
|
|
@ -78,14 +78,14 @@ OpenAPI_ue_context_in_smsf_data_t *OpenAPI_ue_context_in_smsf_data_parseFromJSON
|
|||
OpenAPI_smsf_info_t *smsf_info3_gpp_access_local_nonprim = NULL;
|
||||
if (smsf_info3_gpp_access) {
|
||||
smsf_info3_gpp_access_local_nonprim = OpenAPI_smsf_info_parseFromJSON(smsf_info3_gpp_access);
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *smsf_info_non3_gpp_access = cJSON_GetObjectItemCaseSensitive(ue_context_in_smsf_dataJSON, "smsfInfoNon3GppAccess");
|
||||
|
||||
OpenAPI_smsf_info_t *smsf_info_non3_gpp_access_local_nonprim = NULL;
|
||||
if (smsf_info_non3_gpp_access) {
|
||||
smsf_info_non3_gpp_access_local_nonprim = OpenAPI_smsf_info_parseFromJSON(smsf_info_non3_gpp_access);
|
||||
}
|
||||
}
|
||||
|
||||
ue_context_in_smsf_data_local_var = OpenAPI_ue_context_in_smsf_data_create (
|
||||
smsf_info3_gpp_access ? smsf_info3_gpp_access_local_nonprim : NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue