<p>Hoernchen has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/24696">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vty: printing fn offset should be signed<br><br>...because it is usually negative<br><br>Change-Id: I8297dbb0fec25720e73d59fd8e38834029154405<br>---<br>M CommonLibs/trx_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-trx refs/changes/96/24696/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c</span><br><span>index 30f55c8..2b0ba71 100644</span><br><span>--- a/CommonLibs/trx_vty.c</span><br><span>+++ b/CommonLibs/trx_vty.c</span><br><span>@@ -639,7 +639,7 @@</span><br><span>    if (trx->cfg.stack_size != 0)</span><br><span>             vty_out(vty, " stack-size %u%s", trx->cfg.stack_size, VTY_NEWLINE);</span><br><span>     if (trx->cfg.ul_fn_offset != 0)</span><br><span style="color: hsl(0, 100%, 40%);">-              vty_out(vty, " ul-fn-offset %u%s", trx->cfg.ul_fn_offset, VTY_NEWLINE);</span><br><span style="color: hsl(120, 100%, 40%);">+          vty_out(vty, " ul-fn-offset %d%s", trx->cfg.ul_fn_offset, VTY_NEWLINE);</span><br><span>         trx_rate_ctr_threshold_write_config(vty, " ");</span><br><span> </span><br><span>         for (i = 0; i < trx->cfg.num_chans; i++) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/24696">change 24696</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-trx/+/24696"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I8297dbb0fec25720e73d59fd8e38834029154405 </div>
<div style="display:none"> Gerrit-Change-Number: 24696 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Hoernchen <ewild@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>