<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17290">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vty: fix left shift by 31 cannot be represented in type 'int'<br><br>Change-Id: I3e5940e8f360bf6563f4c1b5ebd09579f9108c81<br>---<br>M src/common/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-bts refs/changes/90/17290/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/vty.c b/src/common/vty.c</span><br><span>index 1be0ac0..8843da5 100644</span><br><span>--- a/src/common/vty.c</span><br><span>+++ b/src/common/vty.c</span><br><span>@@ -250,7 +250,7 @@</span><br><span>                  bts->agch_queue.high_level, VTY_NEWLINE);</span><br><span> </span><br><span>     for (i = 0; i < 32; i++) {</span><br><span style="color: hsl(0, 100%, 40%);">-           if (gsmtap_sapi_mask & (1 << i)) {</span><br><span style="color: hsl(120, 100%, 40%);">+          if (gsmtap_sapi_mask & (uint32_t) (1 << i)) {</span><br><span>                      sapi_buf = osmo_str_tolower(get_value_string(gsmtap_sapi_names, i));</span><br><span>                         vty_out(vty, " gsmtap-sapi %s%s", sapi_buf, VTY_NEWLINE);</span><br><span>          }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/17290">change 17290</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-bts/+/17290"/><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-Change-Id: I3e5940e8f360bf6563f4c1b5ebd09579f9108c81 </div>
<div style="display:none"> Gerrit-Change-Number: 17290 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>