mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20:08 +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
|
|
@ -84,6 +84,10 @@ OpenAPI_reachability_for_data_configuration_t *OpenAPI_reachability_for_data_con
|
|||
goto end;
|
||||
}
|
||||
report_cfg_local_nonprim = OpenAPI_reachability_for_data_report_config_parseFromJSON(report_cfg);
|
||||
if (!report_cfg_local_nonprim) {
|
||||
ogs_error("OpenAPI_reachability_for_data_report_config_parseFromJSON failed [report_cfg]");
|
||||
goto end;
|
||||
}
|
||||
|
||||
min_interval = cJSON_GetObjectItemCaseSensitive(reachability_for_data_configurationJSON, "minInterval");
|
||||
if (min_interval) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue