mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 05:40: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
|
|
@ -89,6 +89,10 @@ OpenAPI_sm_policy_notification_t *OpenAPI_sm_policy_notification_parseFromJSON(c
|
|||
sm_policy_decision = cJSON_GetObjectItemCaseSensitive(sm_policy_notificationJSON, "smPolicyDecision");
|
||||
if (sm_policy_decision) {
|
||||
sm_policy_decision_local_nonprim = OpenAPI_sm_policy_decision_parseFromJSON(sm_policy_decision);
|
||||
if (!sm_policy_decision_local_nonprim) {
|
||||
ogs_error("OpenAPI_sm_policy_decision_parseFromJSON failed [sm_policy_decision]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
|
||||
sm_policy_notification_local_var = OpenAPI_sm_policy_notification_create (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue