<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13396">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Revert "ipa_ccm_idtag_parse*: Fix reported length value"<br><br>This reverts commit 1261db15058cfa94615f26c1083bb8a38d09218b.<br><br>The patch broke openbsc's external tests, and currently it is unclear<br>whether it is just an error in the test or if openbsc makes wrong<br>assumptions about the length value. Let's revert the patch to unblock<br>the master-openbsc jenkins job.<br><br>Related: OS#3851<br>Change-Id: I9adea35ff6de36c1611c7f85dde1b15bc1c0e786<br>---<br>M src/gsm/ipa.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/libosmocore refs/changes/96/13396/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c</span><br><span>index b6fdc98..d423c26 100644</span><br><span>--- a/src/gsm/ipa.c</span><br><span>+++ b/src/gsm/ipa.c</span><br><span>@@ -128,7 +128,7 @@</span><br><span> </span><br><span>            DEBUGPC(DLMI, "%s='%s' ", ipa_ccm_idtag_name(t_tag), cur);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-                dec->lv[t_tag].len = t_len - 1 - len_offset;</span><br><span style="color: hsl(120, 100%, 40%);">+               dec->lv[t_tag].len = t_len - len_offset;</span><br><span>          dec->lv[t_tag].val = cur;</span><br><span> </span><br><span>             cur += t_len - len_offset;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13396">change 13396</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/13396"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I9adea35ff6de36c1611c7f85dde1b15bc1c0e786 </div>
<div style="display:none"> Gerrit-Change-Number: 13396 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>