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
|
|
@ -112,6 +112,10 @@ OpenAPI_lcs_mo_data_t *OpenAPI_lcs_mo_data_parseFromJSON(cJSON *lcs_mo_dataJSON)
|
|||
mo_assistance_data_types = cJSON_GetObjectItemCaseSensitive(lcs_mo_dataJSON, "moAssistanceDataTypes");
|
||||
if (mo_assistance_data_types) {
|
||||
mo_assistance_data_types_local_nonprim = OpenAPI_lcs_broadcast_assistance_types_data_parseFromJSON(mo_assistance_data_types);
|
||||
if (!mo_assistance_data_types_local_nonprim) {
|
||||
ogs_error("OpenAPI_lcs_broadcast_assistance_types_data_parseFromJSON failed [mo_assistance_data_types]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
|
||||
lcs_mo_data_local_var = OpenAPI_lcs_mo_data_create (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue