<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/26159">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cosmetic: Add parenthesis around expression to clarify it<br><br>Change-Id: I621ef02868aff2bd23d82c8bc70e5cdbc391fbc2<br>---<br>M src/tbf.cpp<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-pcu refs/changes/59/26159/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/tbf.cpp b/src/tbf.cpp</span><br><span>index 99d1018..0b02623 100644</span><br><span>--- a/src/tbf.cpp</span><br><span>+++ b/src/tbf.cpp</span><br><span>@@ -719,7 +719,7 @@</span><br><span> </span><br><span> const char *gprs_rlcmac_tbf::name() const</span><br><span> {</span><br><span style="color: hsl(0, 100%, 40%);">-     int8_t tfi = m_tfi == TBF_TS_UNSET ? -1 : m_tfi;</span><br><span style="color: hsl(120, 100%, 40%);">+      int8_t tfi = (m_tfi == TBF_TS_UNSET) ? -1 : m_tfi;</span><br><span>   snprintf(m_name_buf, sizeof(m_name_buf) - 1,</span><br><span>                 "TBF(TFI=%d TLLI=0x%08x DIR=%s STATE=%s%s)",</span><br><span>               tfi, tlli(),</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/26159">change 26159</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-pcu/+/26159"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I621ef02868aff2bd23d82c8bc70e5cdbc391fbc2 </div>
<div style="display:none"> Gerrit-Change-Number: 26159 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>