<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11094">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lc15bts_mgr_vty: Ensure writing well-formed config files<br><br>Every new node level should only add one additional space, not two!<br><br>Change-Id: Ic890429a6ff1e0c89fe1c6a159c6ee6ecbcf9a5a<br>---<br>M src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c<br>1 file changed, 5 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/94/11094/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c b/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c</span><br><span>index e1ddfc7..80751fb 100644</span><br><span>--- a/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c</span><br><span>+++ b/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c</span><br><span>@@ -251,9 +251,9 @@</span><br><span>                                struct lc15bts_volt_limit *limit)</span><br><span> {</span><br><span>       vty_out(vty, " %s%s", name, VTY_NEWLINE);</span><br><span style="color: hsl(0, 100%, 40%);">-     vty_out(vty, "   threshold warning min %d%s",</span><br><span style="color: hsl(120, 100%, 40%);">+       vty_out(vty, "  threshold warning min %d%s",</span><br><span>               limit->thresh_warn_min, VTY_NEWLINE);</span><br><span style="color: hsl(0, 100%, 40%);">-        vty_out(vty, "   threshold critical min %d%s",</span><br><span style="color: hsl(120, 100%, 40%);">+      vty_out(vty, "  threshold critical min %d%s",</span><br><span>              limit->thresh_crit_min, VTY_NEWLINE);</span><br><span> }</span><br><span> </span><br><span>@@ -261,7 +261,7 @@</span><br><span>                              struct lc15bts_vswr_limit *limit)</span><br><span> {</span><br><span>       vty_out(vty, " %s%s", name, VTY_NEWLINE);</span><br><span style="color: hsl(0, 100%, 40%);">-     vty_out(vty, "   threshold warning max %d%s",</span><br><span style="color: hsl(120, 100%, 40%);">+       vty_out(vty, "  threshold warning max %d%s",</span><br><span>               limit->thresh_warn_max, VTY_NEWLINE);</span><br><span> }</span><br><span> </span><br><span>@@ -269,9 +269,9 @@</span><br><span>                              struct lc15bts_pwr_limit *limit)</span><br><span> {</span><br><span>        vty_out(vty, " %s%s", name, VTY_NEWLINE);</span><br><span style="color: hsl(0, 100%, 40%);">-     vty_out(vty, "   threshold warning max %d%s",</span><br><span style="color: hsl(120, 100%, 40%);">+       vty_out(vty, "  threshold warning max %d%s",</span><br><span>               limit->thresh_warn_max, VTY_NEWLINE);</span><br><span style="color: hsl(0, 100%, 40%);">-        vty_out(vty, "   threshold critical max %d%s",</span><br><span style="color: hsl(120, 100%, 40%);">+      vty_out(vty, "  threshold critical max %d%s",</span><br><span>              limit->thresh_crit_max, VTY_NEWLINE);</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11094">change 11094</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/11094"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic890429a6ff1e0c89fe1c6a159c6ee6ecbcf9a5a </div>
<div style="display:none"> Gerrit-Change-Number: 11094 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>