libosmo-netif/include/osmocom
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
..
netif osmux: cleanup tx path 2012-08-04 19:59:33 +02:00
Makefile.am initial commit 2011-10-04 02:36:46 +02:00