<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/23980">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ipa_ccm_make_id_resp: Make it work at all<br><br>This could never possibly have worked.  When iterating over the<br>different IEs to encode, we must of course use the tag of the current<br>iterator item, and not the hard-coded value of the second tag in the<br>list.<br><br>Change-Id: I148799c5bdb95f70118691c1150330ebac4fdf21<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/80/23980/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 7379d06..8fc6eb7 100644</span><br><span>--- a/src/gsm/ipa.c</span><br><span>+++ b/src/gsm/ipa.c</span><br><span>@@ -388,7 +388,7 @@</span><br><span>                tag = msgb_put(msg, 3 + strlen(str) + 1);</span><br><span>            tag[0] = 0x00;</span><br><span>               tag[1] = 1 + strlen(str) + 1;</span><br><span style="color: hsl(0, 100%, 40%);">-           tag[2] = ies_req[1];</span><br><span style="color: hsl(120, 100%, 40%);">+          tag[2] = ies_req[i];</span><br><span>                 memcpy(tag + 3, str, strlen(str) + 1);</span><br><span>       }</span><br><span>    ipa_prepend_header(msg, IPAC_PROTO_IPACCESS);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/23980">change 23980</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/libosmocore/+/23980"/><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-Change-Id: I148799c5bdb95f70118691c1150330ebac4fdf21 </div>
<div style="display:none"> Gerrit-Change-Number: 23980 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>