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
|
|
@ -185,7 +185,6 @@ OpenAPI_prev_sub_info_t *OpenAPI_prev_sub_info_parseFromJSON(cJSON *prev_sub_inf
|
|||
OpenAPI_nwdaf_event_t *nf_ana_eventsItem = OpenAPI_nwdaf_event_parseFromJSON(nf_ana_events_local);
|
||||
if (!nf_ana_eventsItem) {
|
||||
ogs_error("No nf_ana_eventsItem");
|
||||
OpenAPI_list_free(nf_ana_eventsList);
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(nf_ana_eventsList, nf_ana_eventsItem);
|
||||
|
|
@ -210,7 +209,6 @@ OpenAPI_prev_sub_info_t *OpenAPI_prev_sub_info_parseFromJSON(cJSON *prev_sub_inf
|
|||
OpenAPI_ue_analytics_context_descriptor_t *ue_ana_eventsItem = OpenAPI_ue_analytics_context_descriptor_parseFromJSON(ue_ana_events_local);
|
||||
if (!ue_ana_eventsItem) {
|
||||
ogs_error("No ue_ana_eventsItem");
|
||||
OpenAPI_list_free(ue_ana_eventsList);
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(ue_ana_eventsList, ue_ana_eventsItem);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue