mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +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
|
|
@ -98,6 +98,10 @@ OpenAPI_nwdaf_subscription_t *OpenAPI_nwdaf_subscription_parseFromJSON(cJSON *nw
|
|||
goto end;
|
||||
}
|
||||
nwdaf_events_subscription_local_nonprim = OpenAPI_nnwdaf_events_subscription_parseFromJSON(nwdaf_events_subscription);
|
||||
if (!nwdaf_events_subscription_local_nonprim) {
|
||||
ogs_error("OpenAPI_nnwdaf_events_subscription_parseFromJSON failed [nwdaf_events_subscription]");
|
||||
goto end;
|
||||
}
|
||||
|
||||
nwdaf_subscription_local_var = OpenAPI_nwdaf_subscription_create (
|
||||
ogs_strdup(nwdaf_evt_subs_service_uri->valuestring),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue