<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/14767">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">silence error for "invalid enum handover_scope value: none"<br><br>If no target cell got selected in a handover attempt, enum value NO_HANDOVER is<br>used. In that case, do not log a lot of errors saying<br>"invalid enum handover_scope value: none" -- they are misleading.<br><br>Change-Id: I98e748bea58ebb02812b6aaa6431c7d4b813242d<br>---<br>M src/osmo-bsc/handover_fsm.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/67/14767/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/handover_fsm.c b/src/osmo-bsc/handover_fsm.c</span><br><span>index 7406a97..6d0c2d4 100644</span><br><span>--- a/src/osmo-bsc/handover_fsm.c</span><br><span>+++ b/src/osmo-bsc/handover_fsm.c</span><br><span>@@ -694,6 +694,7 @@</span><br><span>             LOGP(DHO, LOGL_ERROR, "invalid enum handover_scope value: %s\n",</span><br><span>                handover_scope_name(scope));</span><br><span>            /* use "normal" HO_INTRA_BSC counter... */</span><br><span style="color: hsl(120, 100%, 40%);">+  case HO_NO_HANDOVER:</span><br><span>         case HO_INTRA_BSC:</span><br><span>           return result_counter_HANDOVER(result);</span><br><span>      case HO_INTER_BSC_OUT:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/14767">change 14767</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/+/14767"/><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: I98e748bea58ebb02812b6aaa6431c7d4b813242d </div>
<div style="display:none"> Gerrit-Change-Number: 14767 </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>