mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20:08 +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
|
|
@ -83,7 +83,6 @@ OpenAPI_operator_specific_data_container_t *OpenAPI_operator_specific_data_conta
|
|||
goto end;
|
||||
}
|
||||
|
||||
|
||||
if (!cJSON_IsString(data_type)) {
|
||||
ogs_error("OpenAPI_operator_specific_data_container_parseFromJSON() failed [data_type]");
|
||||
goto end;
|
||||
|
|
@ -91,7 +90,7 @@ OpenAPI_operator_specific_data_container_t *OpenAPI_operator_specific_data_conta
|
|||
|
||||
cJSON *data_type_definition = cJSON_GetObjectItemCaseSensitive(operator_specific_data_containerJSON, "dataTypeDefinition");
|
||||
|
||||
if (data_type_definition) {
|
||||
if (data_type_definition) {
|
||||
if (!cJSON_IsString(data_type_definition)) {
|
||||
ogs_error("OpenAPI_operator_specific_data_container_parseFromJSON() failed [data_type_definition]");
|
||||
goto end;
|
||||
|
|
@ -104,7 +103,6 @@ OpenAPI_operator_specific_data_container_t *OpenAPI_operator_specific_data_conta
|
|||
goto end;
|
||||
}
|
||||
|
||||
|
||||
if (!cJSON_IsString(value)) {
|
||||
ogs_error("OpenAPI_operator_specific_data_container_parseFromJSON() failed [value]");
|
||||
goto end;
|
||||
|
|
@ -112,7 +110,7 @@ OpenAPI_operator_specific_data_container_t *OpenAPI_operator_specific_data_conta
|
|||
|
||||
cJSON *supported_features = cJSON_GetObjectItemCaseSensitive(operator_specific_data_containerJSON, "supportedFeatures");
|
||||
|
||||
if (supported_features) {
|
||||
if (supported_features) {
|
||||
if (!cJSON_IsString(supported_features)) {
|
||||
ogs_error("OpenAPI_operator_specific_data_container_parseFromJSON() failed [supported_features]");
|
||||
goto end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue