From 5a7d01792ce09cd4ab2998c51c9830ca336321e0 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 29 Aug 2020 23:30:29 +0000 Subject: ho counters: count invalid target cell as 'error', not 'no_channel' Related: OS#4736 Change-Id: If6d6b7262536831ebb2b638efe521dd5a8153cdb --- src/osmo-bsc/handover_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-bsc/handover_fsm.c b/src/osmo-bsc/handover_fsm.c index bb5dcb14d..4b54bb7ce 100644 --- a/src/osmo-bsc/handover_fsm.c +++ b/src/osmo-bsc/handover_fsm.c @@ -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; } -- cgit v1.2.3