Skip to content

Changes

Summary

  1. rtp2trau_hr16: set D bits correctly (details)
Commit 7b5d49bd0b61f7f2087bec4be65e1c9fc70a0a08 by falcon
rtp2trau_hr16: set D bits correctly

The original code failed to do the step of osmo_pbit2ubit() for
transferring HRv1 payload bits from packed to unpacked form,
instead doing the bogon of memcpy()ing the RTP payload directly
into tf->d_bits array - fix it.  Also set all D bits to zeros
in the case of empty payload input - not ideal, but better than
transmitting uninitialized memory content.

Change-Id: Icb6a21a12fe82f6637f327d45bd843686a90a458
The file was modified src/trau/trau_rtp_conv.c