mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 06:10: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
|
|
@ -363,6 +363,10 @@ OpenAPI_qos_data_t *OpenAPI_qos_data_parseFromJSON(cJSON *qos_dataJSON)
|
|||
arp = cJSON_GetObjectItemCaseSensitive(qos_dataJSON, "arp");
|
||||
if (arp) {
|
||||
arp_local_nonprim = OpenAPI_arp_parseFromJSON(arp);
|
||||
if (!arp_local_nonprim) {
|
||||
ogs_error("OpenAPI_arp_parseFromJSON failed [arp]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
|
||||
qnc = cJSON_GetObjectItemCaseSensitive(qos_dataJSON, "qnc");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue