mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30: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
|
|
@ -189,6 +189,10 @@ OpenAPI_prose_context_t *OpenAPI_prose_context_parseFromJSON(cJSON *prose_contex
|
|||
pc5_qo_s_para = cJSON_GetObjectItemCaseSensitive(prose_contextJSON, "pc5QoSPara");
|
||||
if (pc5_qo_s_para) {
|
||||
pc5_qo_s_para_local_nonprim = OpenAPI_pc5_qo_s_para_parseFromJSON(pc5_qo_s_para);
|
||||
if (!pc5_qo_s_para_local_nonprim) {
|
||||
ogs_error("OpenAPI_pc5_qo_s_para_parseFromJSON failed [pc5_qo_s_para]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
|
||||
prose_context_local_var = OpenAPI_prose_context_create (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue