mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 06:10: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
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
OpenAPI_pws_error_data_t *OpenAPI_pws_error_data_create(
|
||||
int namf_cause
|
||||
)
|
||||
)
|
||||
{
|
||||
OpenAPI_pws_error_data_t *pws_error_data_local_var = OpenAPI_malloc(sizeof(OpenAPI_pws_error_data_t));
|
||||
if (!pws_error_data_local_var) {
|
||||
|
|
@ -54,7 +54,7 @@ OpenAPI_pws_error_data_t *OpenAPI_pws_error_data_parseFromJSON(cJSON *pws_error_
|
|||
goto end;
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (!cJSON_IsNumber(namf_cause)) {
|
||||
ogs_error("OpenAPI_pws_error_data_parseFromJSON() failed [namf_cause]");
|
||||
goto end;
|
||||
|
|
@ -62,7 +62,7 @@ OpenAPI_pws_error_data_t *OpenAPI_pws_error_data_parseFromJSON(cJSON *pws_error_
|
|||
|
||||
pws_error_data_local_var = OpenAPI_pws_error_data_create (
|
||||
namf_cause->valuedouble
|
||||
);
|
||||
);
|
||||
|
||||
return pws_error_data_local_var;
|
||||
end:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue