<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/25842">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">csn1_dec.c: Fix stored bit in CSN_NEXT_EXIST_LH<br><br>Fixup for previous patch, which forgot to update the pui using the new<br>variable, as done already in the same patch for M_NEXT_EXIST.<br><br>Change-Id: I92a04c708bcc6c15348324321e8890361bbc5c31<br>Fixes: 72cdb30ee2b1c0d71ff6d9583d51f46b2e5fdcea<br>---<br>M src/csn1_dec.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-pcu refs/changes/42/25842/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/csn1_dec.c b/src/csn1_dec.c</span><br><span>index fa1f0c3..6892dde 100644</span><br><span>--- a/src/csn1_dec.c</span><br><span>+++ b/src/csn1_dec.c</span><br><span>@@ -996,7 +996,7 @@</span><br><span>           }</span><br><span>         }</span><br><span>         LOGPC(DCSN1, LOGL_DEBUG, "%s = %u%s | ", pDescr->sz , (unsigned)fExist, fExist && isnull ? " (NULL)" : "");</span><br><span style="color: hsl(0, 100%, 40%);">-        *pui8++   = fExist;</span><br><span style="color: hsl(120, 100%, 40%);">+        *pui8++   = !isnull;</span><br><span>         remaining_bits_len -= 1;</span><br><span> </span><br><span>         bit_offset++;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/25842">change 25842</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/+/25842"/><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: I92a04c708bcc6c15348324321e8890361bbc5c31 </div>
<div style="display:none"> Gerrit-Change-Number: 25842 </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>