mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10: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
|
|
@ -108,7 +108,6 @@ OpenAPI_trace_data_1_t *OpenAPI_trace_data_1_parseFromJSON(cJSON *trace_data_1JS
|
|||
goto end;
|
||||
}
|
||||
|
||||
|
||||
if (!cJSON_IsString(trace_ref)) {
|
||||
ogs_error("OpenAPI_trace_data_1_parseFromJSON() failed [trace_ref]");
|
||||
goto end;
|
||||
|
|
@ -121,7 +120,6 @@ OpenAPI_trace_data_1_t *OpenAPI_trace_data_1_parseFromJSON(cJSON *trace_data_1JS
|
|||
}
|
||||
|
||||
OpenAPI_trace_depth_e trace_depthVariable;
|
||||
|
||||
if (!cJSON_IsString(trace_depth)) {
|
||||
ogs_error("OpenAPI_trace_data_1_parseFromJSON() failed [trace_depth]");
|
||||
goto end;
|
||||
|
|
@ -134,7 +132,6 @@ OpenAPI_trace_data_1_t *OpenAPI_trace_data_1_parseFromJSON(cJSON *trace_data_1JS
|
|||
goto end;
|
||||
}
|
||||
|
||||
|
||||
if (!cJSON_IsString(ne_type_list)) {
|
||||
ogs_error("OpenAPI_trace_data_1_parseFromJSON() failed [ne_type_list]");
|
||||
goto end;
|
||||
|
|
@ -146,7 +143,6 @@ OpenAPI_trace_data_1_t *OpenAPI_trace_data_1_parseFromJSON(cJSON *trace_data_1JS
|
|||
goto end;
|
||||
}
|
||||
|
||||
|
||||
if (!cJSON_IsString(event_list)) {
|
||||
ogs_error("OpenAPI_trace_data_1_parseFromJSON() failed [event_list]");
|
||||
goto end;
|
||||
|
|
@ -154,7 +150,7 @@ OpenAPI_trace_data_1_t *OpenAPI_trace_data_1_parseFromJSON(cJSON *trace_data_1JS
|
|||
|
||||
cJSON *collection_entity_ipv4_addr = cJSON_GetObjectItemCaseSensitive(trace_data_1JSON, "collectionEntityIpv4Addr");
|
||||
|
||||
if (collection_entity_ipv4_addr) {
|
||||
if (collection_entity_ipv4_addr) {
|
||||
if (!cJSON_IsString(collection_entity_ipv4_addr)) {
|
||||
ogs_error("OpenAPI_trace_data_1_parseFromJSON() failed [collection_entity_ipv4_addr]");
|
||||
goto end;
|
||||
|
|
@ -163,7 +159,7 @@ OpenAPI_trace_data_1_t *OpenAPI_trace_data_1_parseFromJSON(cJSON *trace_data_1JS
|
|||
|
||||
cJSON *collection_entity_ipv6_addr = cJSON_GetObjectItemCaseSensitive(trace_data_1JSON, "collectionEntityIpv6Addr");
|
||||
|
||||
if (collection_entity_ipv6_addr) {
|
||||
if (collection_entity_ipv6_addr) {
|
||||
if (!cJSON_IsString(collection_entity_ipv6_addr)) {
|
||||
ogs_error("OpenAPI_trace_data_1_parseFromJSON() failed [collection_entity_ipv6_addr]");
|
||||
goto end;
|
||||
|
|
@ -172,7 +168,7 @@ OpenAPI_trace_data_1_t *OpenAPI_trace_data_1_parseFromJSON(cJSON *trace_data_1JS
|
|||
|
||||
cJSON *interface_list = cJSON_GetObjectItemCaseSensitive(trace_data_1JSON, "interfaceList");
|
||||
|
||||
if (interface_list) {
|
||||
if (interface_list) {
|
||||
if (!cJSON_IsString(interface_list)) {
|
||||
ogs_error("OpenAPI_trace_data_1_parseFromJSON() failed [interface_list]");
|
||||
goto end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue