mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +00:00
comply with coding standard
This commit is contained in:
parent
f278d58a69
commit
2471b1b53d
562 changed files with 3332 additions and 3332 deletions
|
|
@ -89,7 +89,7 @@ OpenAPI_pp5g_vn_group_profile_data_t *OpenAPI_pp5g_vn_group_profile_data_parseFr
|
|||
cJSON *localMapObject = allowed_mtc_providers_local_map;
|
||||
OpenAPI_list_add(allowed_mtc_providersList , localMapKeyPair);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *supported_features = cJSON_GetObjectItemCaseSensitive(pp5g_vn_group_profile_dataJSON, "supportedFeatures");
|
||||
|
||||
|
|
@ -98,7 +98,7 @@ OpenAPI_pp5g_vn_group_profile_data_t *OpenAPI_pp5g_vn_group_profile_data_parseFr
|
|||
ogs_error("OpenAPI_pp5g_vn_group_profile_data_parseFromJSON() failed [supported_features]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pp5g_vn_group_profile_data_local_var = OpenAPI_pp5g_vn_group_profile_data_create (
|
||||
allowed_mtc_providers ? allowed_mtc_providersList : NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue