libosmo-netif/src
Pablo Neira Ayuso fe9fccd412 osmux: cleanup tx path
This patch cleans up the transmission path for osmux, this involves
the functions that extract the messages from the batch and the one
that reconstruct the timing.

They now take a list that contains the reconstructed RTP messages:

 osmux_xfrm_output(osmuxh, &h_output, &list);
 osmux_tx_sched(&list, &tv, tx_cb, NULL);
2012-08-04 19:59:33 +02:00
..
channel src: add generic channel infrastructure and A-bis IPA server support 2011-11-08 11:17:44 +01:00
Makefile.am src: add function to obtain bytes depending on AMR frame code 2012-07-13 21:12:32 +02:00
amr.c src: add function to obtain bytes depending on AMR frame code 2012-07-13 21:12:32 +02:00
channel.c src: add generic channel infrastructure and A-bis IPA server support 2011-11-08 11:17:44 +01:00
datagram.c datagram: minor cleanup 2012-02-23 19:50:47 +01:00
ipa.c src: add generic channel infrastructure and A-bis IPA server support 2011-11-08 11:17:44 +01:00
osmux.c osmux: cleanup tx path 2012-08-04 19:59:33 +02:00
rs232.c add rs232 support 2012-04-04 19:08:27 +02:00
rtp.c rtp: add new parameter to osmo_rtp_get_payload to obtain payload length 2012-07-12 13:01:28 +02:00
stream.c src: add generic channel infrastructure and A-bis IPA server support 2011-11-08 11:17:44 +01:00