mobile: fix gsm_recv_voice: pull l1ctl header from TCH payload
commit0c77a7f4cf2ff9f8b045ff7dac45bedcccbad07d
authorNeels Hofmeyr <neels@hofmeyr.de>
Wed, 4 Mar 2020 16:57:53 +0000 (4 17:57 +0100)
committerNeels Hofmeyr <neels@hofmeyr.de>
Thu, 5 Mar 2020 12:32:58 +0000 (5 13:32 +0100)
tree2e0476d9f8d3c2bd838f41ca6d90b089ef8f29cf
parentbf4a026db93f9b465be34917566ed1ab1802a014
mobile: fix gsm_recv_voice: pull l1ctl header from TCH payload

That function encapsulates the RTP payload in an MNCC header, but the l1ctl dl
header has to be removed first to get only the RTP payload in the MNCC
structure.

Change-Id: Id6ddc9b1da43e88c5b9468d4397a39953bdf533a
src/host/layer23/src/mobile/voice.c