mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 05:40:09 +00:00
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:
parent
1326fc85dc
commit
039b9d0aaa
930 changed files with 7387 additions and 5434 deletions
|
|
@ -76,7 +76,6 @@ OpenAPI_assign_ebi_error_t *OpenAPI_assign_ebi_error_parseFromJSON(cJSON *assign
|
|||
}
|
||||
|
||||
OpenAPI_problem_details_t *error_local_nonprim = NULL;
|
||||
|
||||
error_local_nonprim = OpenAPI_problem_details_parseFromJSON(error);
|
||||
|
||||
cJSON *failure_details = cJSON_GetObjectItemCaseSensitive(assign_ebi_errorJSON, "failureDetails");
|
||||
|
|
@ -86,7 +85,6 @@ OpenAPI_assign_ebi_error_t *OpenAPI_assign_ebi_error_parseFromJSON(cJSON *assign
|
|||
}
|
||||
|
||||
OpenAPI_assign_ebi_failed_t *failure_details_local_nonprim = NULL;
|
||||
|
||||
failure_details_local_nonprim = OpenAPI_assign_ebi_failed_parseFromJSON(failure_details);
|
||||
|
||||
assign_ebi_error_local_var = OpenAPI_assign_ebi_error_create (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue