[PATCH] osmo-bsc[master]: HO: cosmetic: getting a chan activ nack on a non-ho lchan is...

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 Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Feb 15 16:48:33 UTC 2018


Review at  https://gerrit.osmocom.org/6498

HO: cosmetic: getting a chan activ nack on a non-ho lchan is not an error

Change-Id: I66c4f45afda614f874c9cdf0c22552f492315b71
---
M src/libbsc/handover_logic.c
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/src/libbsc/handover_logic.c b/src/libbsc/handover_logic.c
index 483c76b..cdc21f5 100644
--- a/src/libbsc/handover_logic.c
+++ b/src/libbsc/handover_logic.c
@@ -255,8 +255,8 @@
 
 	ho = bsc_ho_by_new_lchan(new_lchan);
 	if (!ho) {
-		LOGP(DHO, LOGL_INFO, "ACT NACK: unable to find HO record\n");
-		return -ENODEV;
+		/* This lchan is not involved in a handover. */
+		return 0;
 	}
 
 	hdc = handover_decision_callbacks_get(ho->from_hodec_id);

-- 
To view, visit https://gerrit.osmocom.org/6498
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I66c4f45afda614f874c9cdf0c22552f492315b71
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list