Change in osmo-bsc[master]: cosmetic: use local var in handover_start_intra_bsc()

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:34 UTC 2020


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


Change subject: cosmetic: use local var in handover_start_intra_bsc()
......................................................................

cosmetic: use local var in handover_start_intra_bsc()

Change-Id: I3ae079a2aa9ff3980acd5a212cb287a96a1dc0ed
---
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/92/19892/1

diff --git a/src/osmo-bsc/handover_fsm.c b/src/osmo-bsc/handover_fsm.c
index 78dbd33..90fa20b 100644
--- a/src/osmo-bsc/handover_fsm.c
+++ b/src/osmo-bsc/handover_fsm.c
@@ -365,7 +365,7 @@
 	OSMO_ASSERT(ho->new_lchan_type != GSM_LCHAN_NONE);
 	OSMO_ASSERT(!ho->new_lchan);
 
-	ho->scope = (ho->new_bts == conn->lchan->ts->trx->bts) ? HO_INTRA_CELL : HO_INTRA_BSC;
+	ho->scope = (ho->new_bts == bts) ? HO_INTRA_CELL : HO_INTRA_BSC;
 	ho->ho_ref = g_next_ho_ref++;
 	ho->async = true;
 

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I3ae079a2aa9ff3980acd5a212cb287a96a1dc0ed
Gerrit-Change-Number: 19892
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/25ddde87/attachment.htm>


More information about the gerrit-log mailing list