mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
[SBI] Fixed openapitools MAP generation (#2103)
MAP was generated incorrectly because {{#items}}..{{#items}} was
missing.
Because of this, If scpInfo has scpPort, NRF crashes.
This commit is contained in:
parent
1d8324af9f
commit
ce668c556c
437 changed files with 111103 additions and 906 deletions
|
|
@ -93,7 +93,7 @@ OpenAPI_qos_flow_tunnel_t *OpenAPI_qos_flow_tunnel_parseFromJSON(cJSON *qos_flow
|
|||
ogs_error("OpenAPI_qos_flow_tunnel_parseFromJSON() failed [qfi_list]");
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(qfi_listList , &qfi_list_local->valuedouble);
|
||||
OpenAPI_list_add(qfi_listList, &qfi_list_local->valuedouble);
|
||||
}
|
||||
|
||||
cJSON *tunnel_info = cJSON_GetObjectItemCaseSensitive(qos_flow_tunnelJSON, "tunnelInfo");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue