mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08: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
|
|
@ -89,6 +89,10 @@ OpenAPI_smsc_data_t *OpenAPI_smsc_data_parseFromJSON(cJSON *smsc_dataJSON)
|
|||
smsc_diameter_address = cJSON_GetObjectItemCaseSensitive(smsc_dataJSON, "smscDiameterAddress");
|
||||
if (smsc_diameter_address) {
|
||||
smsc_diameter_address_local_nonprim = OpenAPI_network_node_diameter_address_1_parseFromJSON(smsc_diameter_address);
|
||||
if (!smsc_diameter_address_local_nonprim) {
|
||||
ogs_error("OpenAPI_network_node_diameter_address_1_parseFromJSON failed [smsc_diameter_address]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
|
||||
smsc_data_local_var = OpenAPI_smsc_data_create (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue