mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +00:00
[SBI] Modified Exception handler on error (#2169)
This commit is contained in:
parent
5f377d0126
commit
6b17bffdfd
646 changed files with 4920 additions and 735 deletions
|
|
@ -101,6 +101,10 @@ OpenAPI_top_application_t *OpenAPI_top_application_parseFromJSON(cJSON *top_appl
|
|||
ip_traffic_filter = cJSON_GetObjectItemCaseSensitive(top_applicationJSON, "ipTrafficFilter");
|
||||
if (ip_traffic_filter) {
|
||||
ip_traffic_filter_local_nonprim = OpenAPI_flow_info_parseFromJSON(ip_traffic_filter);
|
||||
if (!ip_traffic_filter_local_nonprim) {
|
||||
ogs_error("OpenAPI_flow_info_parseFromJSON failed [ip_traffic_filter]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
|
||||
ratio = cJSON_GetObjectItemCaseSensitive(top_applicationJSON, "ratio");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue