mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +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_allowed_nssai_t *OpenAPI_allowed_nssai_create(
|
||||
OpenAPI_list_t *allowed_snssai_list,
|
||||
OpenAPI_access_type_e access_type
|
||||
)
|
||||
)
|
||||
{
|
||||
OpenAPI_allowed_nssai_t *allowed_nssai_local_var = OpenAPI_malloc(sizeof(OpenAPI_allowed_nssai_t));
|
||||
if (!allowed_nssai_local_var) {
|
||||
|
|
@ -79,9 +79,9 @@ OpenAPI_allowed_nssai_t *OpenAPI_allowed_nssai_parseFromJSON(cJSON *allowed_nssa
|
|||
}
|
||||
|
||||
OpenAPI_list_t *allowed_snssai_listList;
|
||||
|
||||
|
||||
cJSON *allowed_snssai_list_local_nonprimitive;
|
||||
if (!cJSON_IsArray(allowed_snssai_list)) {
|
||||
if (!cJSON_IsArray(allowed_snssai_list)){
|
||||
ogs_error("OpenAPI_allowed_nssai_parseFromJSON() failed [allowed_snssai_list]");
|
||||
goto end;
|
||||
}
|
||||
|
|
@ -105,7 +105,7 @@ OpenAPI_allowed_nssai_t *OpenAPI_allowed_nssai_parseFromJSON(cJSON *allowed_nssa
|
|||
}
|
||||
|
||||
OpenAPI_access_type_e access_typeVariable;
|
||||
|
||||
|
||||
if (!cJSON_IsString(access_type)) {
|
||||
ogs_error("OpenAPI_allowed_nssai_parseFromJSON() failed [access_type]");
|
||||
goto end;
|
||||
|
|
@ -115,7 +115,7 @@ OpenAPI_allowed_nssai_t *OpenAPI_allowed_nssai_parseFromJSON(cJSON *allowed_nssa
|
|||
allowed_nssai_local_var = OpenAPI_allowed_nssai_create (
|
||||
allowed_snssai_listList,
|
||||
access_typeVariable
|
||||
);
|
||||
);
|
||||
|
||||
return allowed_nssai_local_var;
|
||||
end:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue