Change in osmo-bsc[master]: handover_decision_2.c: tweak coments

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 Oct 11 15:36:01 UTC 2018


Neels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/11316


Change subject: handover_decision_2.c: tweak coments
......................................................................

handover_decision_2.c: tweak coments

Change-Id: I8bae3431dfaf23301e72f8f572286753b63a99b9
---
M src/osmo-bsc/handover_decision_2.c
1 file changed, 3 insertions(+), 2 deletions(-)



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

diff --git a/src/osmo-bsc/handover_decision_2.c b/src/osmo-bsc/handover_decision_2.c
index 4e9b02c..70be050 100644
--- a/src/osmo-bsc/handover_decision_2.c
+++ b/src/osmo-bsc/handover_decision_2.c
@@ -471,6 +471,7 @@
 		break;
 	default:
 		LOGPHOLCHANTOBTS(lchan, bts, LOGL_DEBUG, "Not even considering: src is not a SPEECH mode lchan\n");
+		/* FIXME: should allow handover of non-speech lchans */
 		return 0;
 	}
 
@@ -556,7 +557,7 @@
 	}
 #endif
 
-	/* the maximum number of unsynchonized handovers must no be exceeded */
+	/* the maximum number of unsynchronized handovers must no be exceeded */
 	if (current_bts != bts
 	    && bts_handover_count(bts, HO_SCOPE_ALL) >= ho_get_hodec2_ho_max(bts->ho)) {
 		LOGPHOLCHANTOBTS(lchan, bts, LOGL_DEBUG,
@@ -679,7 +680,7 @@
 	return 0;
 }
 
-/* debug collected candidates */
+/* verbosely log about a handover candidate */
 static inline void debug_candidate(struct gsm_lchan *lchan, struct ho_candidate *candidate,
 	struct gsm_bts *neighbor, int8_t rxlev, int tchf_count, int tchh_count)
 {

-- 
To view, visit https://gerrit.osmocom.org/11316
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8bae3431dfaf23301e72f8f572286753b63a99b9
Gerrit-Change-Number: 11316
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181011/9d29078b/attachment.htm>


More information about the gerrit-log mailing list