Change in osmo-bsc[master]: ho counters: count invalid target cell as 'error', not 'no_channel'

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Sun Aug 30 00:20:36 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/19894 )


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

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

Related: OS#4736
Change-Id: If6d6b7262536831ebb2b638efe521dd5a8153cdb
---
M src/osmo-bsc/handover_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/94/19894/1

diff --git a/src/osmo-bsc/handover_fsm.c b/src/osmo-bsc/handover_fsm.c
index bb5dcb1..4b54bb7 100644
--- a/src/osmo-bsc/handover_fsm.c
+++ b/src/osmo-bsc/handover_fsm.c
@@ -331,7 +331,7 @@
 
 	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;
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/19894
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: If6d6b7262536831ebb2b638efe521dd5a8153cdb
Gerrit-Change-Number: 19894
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200830/dd809034/attachment.htm>


More information about the gerrit-log mailing list