<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10809">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">inter-BSC HO outgoing: fix L3 forwarding<br><br>Set msgb->l3h when composing the L3 message. Before this, the unset l3h<br>resulted in erratic size in the RSL L3 Info IE. This likely fixes inter-BSC<br>Handover on the outgoing side, to properly forward the RR Handover Command.<br><br>Change-Id: Ice37242c90c19adbf0795618fd16fe75f0809317<br>---<br>M src/osmo-bsc/abis_rsl.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-bsc refs/changes/09/10809/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c</span><br><span>index 0dd27fd..a3c889e 100644</span><br><span>--- a/src/osmo-bsc/abis_rsl.c</span><br><span>+++ b/src/osmo-bsc/abis_rsl.c</span><br><span>@@ -689,7 +689,7 @@</span><br><span>           return -EINVAL;</span><br><span> </span><br><span>  msg = rsl_msgb_alloc();</span><br><span style="color: hsl(0, 100%, 40%);">- dst = msgb_put(msg, l3_info_len);</span><br><span style="color: hsl(120, 100%, 40%);">+     msg->l3h = dst = msgb_put(msg, l3_info_len);</span><br><span>      memcpy(dst, l3_info, l3_info_len);</span><br><span> </span><br><span>       msg->lchan = lchan;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10809">change 10809</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/10809"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ice37242c90c19adbf0795618fd16fe75f0809317 </div>
<div style="display:none"> Gerrit-Change-Number: 10809 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>