<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmocom-bb/+/17379">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mobile: fix gsm_recv_voice: pull l1ctl header from TCH payload<br><br>That function encapsulates the RTP payload in an MNCC header, but the l1ctl dl<br>header has to be removed first to get only the RTP payload in the MNCC<br>structure.<br><br>Change-Id: Id6ddc9b1da43e88c5b9468d4397a39953bdf533a<br>---<br>M src/host/layer23/src/mobile/voice.c<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/79/17379/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/host/layer23/src/mobile/voice.c b/src/host/layer23/src/mobile/voice.c</span><br><span>index b767833..5106063 100644</span><br><span>--- a/src/host/layer23/src/mobile/voice.c</span><br><span>+++ b/src/host/layer23/src/mobile/voice.c</span><br><span>@@ -38,6 +38,8 @@</span><br><span> </span><br><span>      /* distribute and then free */</span><br><span>       if (ms->mncc_entity.mncc_recv && ms->mncc_entity.ref) {</span><br><span style="color: hsl(120, 100%, 40%);">+         /* Drop the l1ctl_info_dl header */</span><br><span style="color: hsl(120, 100%, 40%);">+           msgb_pull_to_l2(msg);</span><br><span>                /* push mncc header in front of data */</span><br><span>              mncc = (struct gsm_data_frame *)</span><br><span>                     msgb_push(msg, sizeof(struct gsm_data_frame));</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmocom-bb/+/17379">change 17379</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/osmocom-bb/+/17379"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmocom-bb </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Id6ddc9b1da43e88c5b9468d4397a39953bdf533a </div>
<div style="display:none"> Gerrit-Change-Number: 17379 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>