<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11778">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: vty: Use enum value in neighbor-list check<br><br>Change-Id: I7c0b42bfed749f18b8ab2331475f3da35b02f456<br>---<br>M src/osmo-bsc/bsc_vty.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/78/11778/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c</span><br><span>index 8eb0692..3a52949 100644</span><br><span>--- a/src/osmo-bsc/bsc_vty.c</span><br><span>+++ b/src/osmo-bsc/bsc_vty.c</span><br><span>@@ -3107,7 +3107,7 @@</span><br><span>    struct bitvec *bv = &bts->si_common.neigh_list;</span><br><span>       uint16_t arfcn = atoi(argv[1]);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-     if (!bts->neigh_list_manual_mode) {</span><br><span style="color: hsl(120, 100%, 40%);">+        if (bts->neigh_list_manual_mode == NL_MODE_AUTOMATIC) {</span><br><span>           vty_out(vty, "%% Cannot configure neighbor list in "</span><br><span>                       "automatic mode%s", VTY_NEWLINE);</span><br><span>          return CMD_WARNING;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11778">change 11778</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/11778"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I7c0b42bfed749f18b8ab2331475f3da35b02f456 </div>
<div style="display:none"> Gerrit-Change-Number: 11778 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>