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
|
|
@ -73,7 +73,6 @@ OpenAPI_ssc_modes_t *OpenAPI_ssc_modes_parseFromJSON(cJSON *ssc_modesJSON)
|
|||
}
|
||||
|
||||
OpenAPI_ssc_mode_e default_ssc_modeVariable;
|
||||
|
||||
if (!cJSON_IsString(default_ssc_mode)) {
|
||||
ogs_error("OpenAPI_ssc_modes_parseFromJSON() failed [default_ssc_mode]");
|
||||
goto end;
|
||||
|
|
@ -83,7 +82,7 @@ OpenAPI_ssc_modes_t *OpenAPI_ssc_modes_parseFromJSON(cJSON *ssc_modesJSON)
|
|||
cJSON *allowed_ssc_modes = cJSON_GetObjectItemCaseSensitive(ssc_modesJSON, "allowedSscModes");
|
||||
|
||||
OpenAPI_list_t *allowed_ssc_modesList;
|
||||
if (allowed_ssc_modes) {
|
||||
if (allowed_ssc_modes) {
|
||||
cJSON *allowed_ssc_modes_local_nonprimitive;
|
||||
if (!cJSON_IsArray(allowed_ssc_modes)) {
|
||||
ogs_error("OpenAPI_ssc_modes_parseFromJSON() failed [allowed_ssc_modes]");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue