mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 13:50:08 +00:00
Upgrade SBI(Service-based Interface)
* OpenAPI Generator version: 4.3.1 ==> 5.5.1 * Specification : r16.8.0 (20210629)
This commit is contained in:
parent
2aaa8200c2
commit
f278d58a69
1914 changed files with 91329 additions and 57361 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
OpenAPI_modification_notification_t *OpenAPI_modification_notification_create(
|
||||
OpenAPI_list_t *notify_items
|
||||
)
|
||||
)
|
||||
{
|
||||
OpenAPI_modification_notification_t *modification_notification_local_var = OpenAPI_malloc(sizeof(OpenAPI_modification_notification_t));
|
||||
if (!modification_notification_local_var) {
|
||||
|
|
@ -72,9 +72,9 @@ OpenAPI_modification_notification_t *OpenAPI_modification_notification_parseFrom
|
|||
}
|
||||
|
||||
OpenAPI_list_t *notify_itemsList;
|
||||
|
||||
|
||||
cJSON *notify_items_local_nonprimitive;
|
||||
if (!cJSON_IsArray(notify_items)) {
|
||||
if (!cJSON_IsArray(notify_items)){
|
||||
ogs_error("OpenAPI_modification_notification_parseFromJSON() failed [notify_items]");
|
||||
goto end;
|
||||
}
|
||||
|
|
@ -93,7 +93,7 @@ OpenAPI_modification_notification_t *OpenAPI_modification_notification_parseFrom
|
|||
|
||||
modification_notification_local_var = OpenAPI_modification_notification_create (
|
||||
notify_itemsList
|
||||
);
|
||||
);
|
||||
|
||||
return modification_notification_local_var;
|
||||
end:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue