mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +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_pro_se_authentication_ctx_t *OpenAPI_pro_se_authentication_ctx_parseFrom
|
|||
goto end;
|
||||
}
|
||||
pro_se_auth_data_local_nonprim = OpenAPI_pro_se_auth_data_parseFromJSON(pro_se_auth_data);
|
||||
if (!pro_se_auth_data_local_nonprim) {
|
||||
ogs_error("OpenAPI_pro_se_auth_data_parseFromJSON failed [pro_se_auth_data]");
|
||||
goto end;
|
||||
}
|
||||
|
||||
supported_features = cJSON_GetObjectItemCaseSensitive(pro_se_authentication_ctxJSON, "supportedFeatures");
|
||||
if (supported_features) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue