SBI updated

- openapi-generator version 5.2.0
- add priority/capacity/load in NFProfile/NFService
- add AllowedNfTypes in NFProfile/NFService
This commit is contained in:
Sukchan Lee 2021-07-16 17:02:33 +09:00
parent 1326fc85dc
commit 039b9d0aaa
930 changed files with 7387 additions and 5434 deletions

View file

@ -102,7 +102,7 @@ OpenAPI_sm_policy_data_patch_t *OpenAPI_sm_policy_data_patch_parseFromJSON(cJSON
cJSON *um_data = cJSON_GetObjectItemCaseSensitive(sm_policy_data_patchJSON, "umData");
OpenAPI_list_t *um_dataList;
if (um_data) {
if (um_data) {
cJSON *um_data_local_map;
if (!cJSON_IsObject(um_data)) {
ogs_error("OpenAPI_sm_policy_data_patch_parseFromJSON() failed [um_data]");
@ -125,7 +125,7 @@ OpenAPI_sm_policy_data_patch_t *OpenAPI_sm_policy_data_patch_parseFromJSON(cJSON
cJSON *sm_policy_snssai_data = cJSON_GetObjectItemCaseSensitive(sm_policy_data_patchJSON, "smPolicySnssaiData");
OpenAPI_list_t *sm_policy_snssai_dataList;
if (sm_policy_snssai_data) {
if (sm_policy_snssai_data) {
cJSON *sm_policy_snssai_data_local_map;
if (!cJSON_IsObject(sm_policy_snssai_data)) {
ogs_error("OpenAPI_sm_policy_data_patch_parseFromJSON() failed [sm_policy_snssai_data]");