pespin uploaded patch set #2 to this change.

View Change

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

To view, visit change 30166. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I55e0d2772e7054c0d734f5918c6938a5c8a6e781
Gerrit-Change-Number: 30166
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: newpatchset