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
|
|
@ -114,7 +114,6 @@ OpenAPI_nwdaf_data_t *OpenAPI_nwdaf_data_parseFromJSON(cJSON *nwdaf_dataJSON)
|
|||
OpenAPI_nwdaf_event_t *nwdaf_eventsItem = OpenAPI_nwdaf_event_parseFromJSON(nwdaf_events_local);
|
||||
if (!nwdaf_eventsItem) {
|
||||
ogs_error("No nwdaf_eventsItem");
|
||||
OpenAPI_list_free(nwdaf_eventsList);
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(nwdaf_eventsList, nwdaf_eventsItem);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue