mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30: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
|
|
@ -82,7 +82,6 @@ OpenAPI_qos_flow_tunnel_t *OpenAPI_qos_flow_tunnel_parseFromJSON(cJSON *qos_flow
|
|||
}
|
||||
|
||||
OpenAPI_list_t *qfi_listList;
|
||||
|
||||
cJSON *qfi_list_local;
|
||||
if (!cJSON_IsArray(qfi_list)) {
|
||||
ogs_error("OpenAPI_qos_flow_tunnel_parseFromJSON() failed [qfi_list]");
|
||||
|
|
@ -96,7 +95,7 @@ OpenAPI_qos_flow_tunnel_t *OpenAPI_qos_flow_tunnel_parseFromJSON(cJSON *qos_flow
|
|||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(qfi_listList , &qfi_list_local->valuedouble);
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *tunnel_info = cJSON_GetObjectItemCaseSensitive(qos_flow_tunnelJSON, "tunnelInfo");
|
||||
if (!tunnel_info) {
|
||||
|
|
@ -105,7 +104,6 @@ OpenAPI_qos_flow_tunnel_t *OpenAPI_qos_flow_tunnel_parseFromJSON(cJSON *qos_flow
|
|||
}
|
||||
|
||||
OpenAPI_tunnel_info_t *tunnel_info_local_nonprim = NULL;
|
||||
|
||||
tunnel_info_local_nonprim = OpenAPI_tunnel_info_parseFromJSON(tunnel_info);
|
||||
|
||||
qos_flow_tunnel_local_var = OpenAPI_qos_flow_tunnel_create (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue