mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +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
|
|
@ -7,7 +7,7 @@
|
|||
OpenAPI_termination_notification_t *OpenAPI_termination_notification_create(
|
||||
char *resource_uri,
|
||||
OpenAPI_sm_policy_association_release_cause_e cause
|
||||
)
|
||||
)
|
||||
{
|
||||
OpenAPI_termination_notification_t *termination_notification_local_var = OpenAPI_malloc(sizeof(OpenAPI_termination_notification_t));
|
||||
if (!termination_notification_local_var) {
|
||||
|
|
@ -62,7 +62,7 @@ OpenAPI_termination_notification_t *OpenAPI_termination_notification_parseFromJS
|
|||
goto end;
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (!cJSON_IsString(resource_uri)) {
|
||||
ogs_error("OpenAPI_termination_notification_parseFromJSON() failed [resource_uri]");
|
||||
goto end;
|
||||
|
|
@ -75,7 +75,7 @@ OpenAPI_termination_notification_t *OpenAPI_termination_notification_parseFromJS
|
|||
}
|
||||
|
||||
OpenAPI_sm_policy_association_release_cause_e causeVariable;
|
||||
|
||||
|
||||
if (!cJSON_IsString(cause)) {
|
||||
ogs_error("OpenAPI_termination_notification_parseFromJSON() failed [cause]");
|
||||
goto end;
|
||||
|
|
@ -85,7 +85,7 @@ OpenAPI_termination_notification_t *OpenAPI_termination_notification_parseFromJS
|
|||
termination_notification_local_var = OpenAPI_termination_notification_create (
|
||||
ogs_strdup_or_assert(resource_uri->valuestring),
|
||||
causeVariable
|
||||
);
|
||||
);
|
||||
|
||||
return termination_notification_local_var;
|
||||
end:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue