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

@ -148,7 +148,7 @@ OpenAPI_network_area_info_t *OpenAPI_network_area_info_parseFromJSON(cJSON *netw
cJSON *ecgis = cJSON_GetObjectItemCaseSensitive(network_area_infoJSON, "ecgis");
OpenAPI_list_t *ecgisList;
if (ecgis) {
if (ecgis) {
cJSON *ecgis_local_nonprimitive;
if (!cJSON_IsArray(ecgis)){
ogs_error("OpenAPI_network_area_info_parseFromJSON() failed [ecgis]");
@ -171,7 +171,7 @@ OpenAPI_network_area_info_t *OpenAPI_network_area_info_parseFromJSON(cJSON *netw
cJSON *ncgis = cJSON_GetObjectItemCaseSensitive(network_area_infoJSON, "ncgis");
OpenAPI_list_t *ncgisList;
if (ncgis) {
if (ncgis) {
cJSON *ncgis_local_nonprimitive;
if (!cJSON_IsArray(ncgis)){
ogs_error("OpenAPI_network_area_info_parseFromJSON() failed [ncgis]");
@ -194,7 +194,7 @@ OpenAPI_network_area_info_t *OpenAPI_network_area_info_parseFromJSON(cJSON *netw
cJSON *g_ran_node_ids = cJSON_GetObjectItemCaseSensitive(network_area_infoJSON, "gRanNodeIds");
OpenAPI_list_t *g_ran_node_idsList;
if (g_ran_node_ids) {
if (g_ran_node_ids) {
cJSON *g_ran_node_ids_local_nonprimitive;
if (!cJSON_IsArray(g_ran_node_ids)){
ogs_error("OpenAPI_network_area_info_parseFromJSON() failed [g_ran_node_ids]");
@ -217,7 +217,7 @@ OpenAPI_network_area_info_t *OpenAPI_network_area_info_parseFromJSON(cJSON *netw
cJSON *tais = cJSON_GetObjectItemCaseSensitive(network_area_infoJSON, "tais");
OpenAPI_list_t *taisList;
if (tais) {
if (tais) {
cJSON *tais_local_nonprimitive;
if (!cJSON_IsArray(tais)){
ogs_error("OpenAPI_network_area_info_parseFromJSON() failed [tais]");