Skip to content
Failed

Changes

Summary

  1. rtp: osmo_rtp_get_payload(): Fix return ptr if RTP pkt contains padding (details)
Commit d9c166fa824bfd479300e22da2bc777da16506d6 by Neels Hofmeyr
rtp: osmo_rtp_get_payload(): Fix return ptr if RTP pkt contains padding

Padding is added at the end of the packet, hence the return pointer
calculation was wrong in the case where RTP packet contained padding at
the end.

Related: OS#6562
Change-Id: I581fa1ca5c656ecddddba0f1c85c63beece2a624
The file was modifiedsrc/rtp.c