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
|
|
@ -176,6 +176,10 @@ OpenAPI_qos_flow_setup_item_t *OpenAPI_qos_flow_setup_item_parseFromJSON(cJSON *
|
|||
qos_flow_profile = cJSON_GetObjectItemCaseSensitive(qos_flow_setup_itemJSON, "qosFlowProfile");
|
||||
if (qos_flow_profile) {
|
||||
qos_flow_profile_local_nonprim = OpenAPI_qos_flow_profile_parseFromJSON(qos_flow_profile);
|
||||
if (!qos_flow_profile_local_nonprim) {
|
||||
ogs_error("OpenAPI_qos_flow_profile_parseFromJSON failed [qos_flow_profile]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
|
||||
associated_an_type = cJSON_GetObjectItemCaseSensitive(qos_flow_setup_itemJSON, "associatedAnType");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue