mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +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
|
|
@ -140,6 +140,10 @@ OpenAPI_reporting_options_1_t *OpenAPI_reporting_options_1_parseFromJSON(cJSON *
|
|||
report_mode = cJSON_GetObjectItemCaseSensitive(reporting_options_1JSON, "reportMode");
|
||||
if (report_mode) {
|
||||
report_mode_local_nonprim = OpenAPI_event_report_mode_parseFromJSON(report_mode);
|
||||
if (!report_mode_local_nonprim) {
|
||||
ogs_error("OpenAPI_event_report_mode_parseFromJSON failed [report_mode]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
|
||||
max_num_of_reports = cJSON_GetObjectItemCaseSensitive(reporting_options_1JSON, "maxNumOfReports");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue