mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +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
|
|
@ -75,7 +75,6 @@ OpenAPI_plmn_operator_class_t *OpenAPI_plmn_operator_class_parseFromJSON(cJSON *
|
|||
}
|
||||
|
||||
OpenAPI_lcs_client_class_e lcs_client_classVariable;
|
||||
|
||||
if (!cJSON_IsString(lcs_client_class)) {
|
||||
ogs_error("OpenAPI_plmn_operator_class_parseFromJSON() failed [lcs_client_class]");
|
||||
goto end;
|
||||
|
|
@ -89,7 +88,6 @@ OpenAPI_plmn_operator_class_t *OpenAPI_plmn_operator_class_parseFromJSON(cJSON *
|
|||
}
|
||||
|
||||
OpenAPI_list_t *lcs_client_idsList;
|
||||
|
||||
cJSON *lcs_client_ids_local;
|
||||
if (!cJSON_IsArray(lcs_client_ids)) {
|
||||
ogs_error("OpenAPI_plmn_operator_class_parseFromJSON() failed [lcs_client_ids]");
|
||||
|
|
@ -103,7 +101,7 @@ OpenAPI_plmn_operator_class_t *OpenAPI_plmn_operator_class_parseFromJSON(cJSON *
|
|||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(lcs_client_idsList , ogs_strdup_or_assert(lcs_client_ids_local->valuestring));
|
||||
}
|
||||
}
|
||||
|
||||
plmn_operator_class_local_var = OpenAPI_plmn_operator_class_create (
|
||||
lcs_client_classVariable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue