<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/19193">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">encoding.cpp: Fix missing spacing in function param<br><br>Change-Id: I4f30a0cea615d57cd7783a92ae782790c8075a6c<br>---<br>M src/encoding.cpp<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/93/19193/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/encoding.cpp b/src/encoding.cpp</span><br><span>index 32358c3..92944f0 100644</span><br><span>--- a/src/encoding.cpp</span><br><span>+++ b/src/encoding.cpp</span><br><span>@@ -580,7 +580,7 @@</span><br><span>           bitvec_write_field(dest, &wp,0x0,1); // Message escape</span><br><span>           bitvec_write_field(dest, &wp, mcs_chan_code(tbf->current_cs()), 2); // CHANNEL_CODING_COMMAND</span><br><span>                 bitvec_write_field(dest, &wp,0x1,1); // TLLI_BLOCK_CHANNEL_CODING</span><br><span style="color: hsl(0, 100%, 40%);">-           write_ta_ie(dest, wp,tbf->ta(), ta_idx, ta_ts);</span><br><span style="color: hsl(120, 100%, 40%);">+            write_ta_ie(dest, wp, tbf->ta(), ta_idx, ta_ts);</span><br><span>  } else { /* EPGRS */</span><br><span>                 bitvec_write_field(dest, &wp,0x1,1); // Message escape</span><br><span>           bitvec_write_field(dest, &wp,0x0,2); // EGPRS message contents</span><br><span>@@ -594,7 +594,7 @@</span><br><span>             bitvec_write_field(dest, &wp,0x0,1); // No ARAC RETRANSMISSION REQUEST</span><br><span>           bitvec_write_field(dest, &wp,0x1,1); // TLLI_BLOCK_CHANNEL_CODING</span><br><span>                bitvec_write_field(dest, &wp,0x0,1); // No BEP_PERIOD2</span><br><span style="color: hsl(0, 100%, 40%);">-              write_ta_ie(dest, wp,tbf->ta(), ta_idx, ta_ts);</span><br><span style="color: hsl(120, 100%, 40%);">+            write_ta_ie(dest, wp, tbf->ta(), ta_idx, ta_ts);</span><br><span>          bitvec_write_field(dest, &wp,0x0,1); // No Packet Extended Timing Advance</span><br><span>        }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/19193">change 19193</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/+/19193"/><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: I4f30a0cea615d57cd7783a92ae782790c8075a6c </div>
<div style="display:none"> Gerrit-Change-Number: 19193 </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>