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

@ -80,7 +80,7 @@ OpenAPI_downlink_data_notification_control_t *OpenAPI_downlink_data_notification
cJSON *notif_ctrl_inds = cJSON_GetObjectItemCaseSensitive(downlink_data_notification_controlJSON, "notifCtrlInds");
OpenAPI_list_t *notif_ctrl_indsList;
if (notif_ctrl_inds) {
if (notif_ctrl_inds) {
cJSON *notif_ctrl_inds_local_nonprimitive;
if (!cJSON_IsArray(notif_ctrl_inds)) {
ogs_error("OpenAPI_downlink_data_notification_control_parseFromJSON() failed [notif_ctrl_inds]");
@ -102,7 +102,7 @@ OpenAPI_downlink_data_notification_control_t *OpenAPI_downlink_data_notification
cJSON *types_of_notif = cJSON_GetObjectItemCaseSensitive(downlink_data_notification_controlJSON, "typesOfNotif");
OpenAPI_list_t *types_of_notifList;
if (types_of_notif) {
if (types_of_notif) {
cJSON *types_of_notif_local_nonprimitive;
if (!cJSON_IsArray(types_of_notif)) {
ogs_error("OpenAPI_downlink_data_notification_control_parseFromJSON() failed [types_of_notif]");