Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-netif/+/30166
to look at the new patch set (#2).
Change subject: osmux: Use internal struct to cache parsing state of rtp pkt from user ......................................................................
osmux: Use internal struct to cache parsing state of rtp pkt from user
This allows incrementally gathering all the information once and only once. While doing so, this patch tends to move the decoding/parsing of the incoming RTP packet further towards the start of the code, hence detecing errors in the input data early in the process and avoiding touching internal state in this case.
Change-Id: I55e0d2772e7054c0d734f5918c6938a5c8a6e781 --- M src/osmux_input.c 1 file changed, 64 insertions(+), 56 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/66/30166/2