ho counters: count invalid target cell as 'error', not 'no_channel'

Related: OS#4736
Change-Id: If6d6b7262536831ebb2b638efe521dd5a8153cdb
This commit is contained in:
Neels Hofmeyr 2020-08-29 23:30:29 +00:00
parent 8a3b507dea
commit 5a7d01792c
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ void handover_start(struct handover_out_req *req)
if (find_handover_target_cell(&local_target_cell, &remote_target_cell,
conn, search_for, true)) {
handover_end(conn, HO_RESULT_FAIL_NO_CHANNEL);
handover_end(conn, HO_RESULT_ERROR);
return;
}