<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/19557">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">hodec2: fix logging of requirements flags<br><br>Fix typo to log the "C" requirements accurately.<br><br>Change-Id: I15ce607f354918167ba81192230db63a5948c742<br>---<br>M src/osmo-bsc/handover_decision_2.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/57/19557/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/handover_decision_2.c b/src/osmo-bsc/handover_decision_2.c</span><br><span>index 8caa2e3..4c32c38 100644</span><br><span>--- a/src/osmo-bsc/handover_decision_2.c</span><br><span>+++ b/src/osmo-bsc/handover_decision_2.c</span><br><span>@@ -809,7 +809,7 @@</span><br><span>             candidate->requirements & REQUIREMENT_A_TCH##TCHX ? "A" : \</span><br><span>            (candidate->requirements & REQUIREMENT_TCH##TCHX##_MASK) == 0? "-" : "", \</span><br><span>             candidate->requirements & REQUIREMENT_B_TCH##TCHX ? "B" : "", \</span><br><span style="color: hsl(0, 100%, 40%);">-      candidate->requirements & REQUIREMENT_B_TCH##TCHX ? "C" : "", \</span><br><span style="color: hsl(120, 100%, 40%);">+            candidate->requirements & REQUIREMENT_C_TCH##TCHX ? "C" : "", \</span><br><span>           (candidate->requirements & REQUIREMENT_TCH##TCHX##_MASK) == 0 ? " not a candidate" : \</span><br><span>                ((candidate->requirements & REQUIREMENT_TCH##TCHX##_MASK) == REQUIREMENT_A_TCH##TCHX ? \</span><br><span>               " more congestion" : \</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/19557">change 19557</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-bsc/+/19557"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I15ce607f354918167ba81192230db63a5948c742 </div>
<div style="display:none"> Gerrit-Change-Number: 19557 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>