mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20: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
|
|
@ -109,7 +109,6 @@ OpenAPI_expected_ue_behavior_t *OpenAPI_expected_ue_behavior_parseFromJSON(cJSON
|
|||
OpenAPI_user_location_t *exp_move_trajectoryItem = OpenAPI_user_location_parseFromJSON(exp_move_trajectory_local);
|
||||
if (!exp_move_trajectoryItem) {
|
||||
ogs_error("No exp_move_trajectoryItem");
|
||||
OpenAPI_list_free(exp_move_trajectoryList);
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(exp_move_trajectoryList, exp_move_trajectoryItem);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue