Osmocom library for network/soecket abstraction and osmux audio multiplex https://osmocom.org/projects/libosmo-netif
Go to file
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
examples rtp: split osmo_rtp_parse in two functions 2012-07-07 17:40:17 +02:00
include osmux: cleanup tx path 2012-08-04 19:59:33 +02:00
m4 initial commit 2011-10-04 02:36:46 +02:00
src osmux: cleanup tx path 2012-08-04 19:59:33 +02:00
tests/osmo-pcap-test osmux: cleanup tx path 2012-08-04 19:59:33 +02:00
.gitignore add .gitignore 2012-06-28 18:57:53 +02:00
COPYING add COPYING file (GPLv2 license) 2011-10-05 13:43:25 +02:00
Makefile.am build: use libosmo-netif.pc instead libosmonetif.pc 2012-02-23 19:51:01 +01:00
configure.ac build: use libosmo-netif.pc instead libosmonetif.pc 2012-02-23 19:51:01 +01:00
git-version-gen initial commit 2011-10-04 02:36:46 +02:00
libosmo-netif.pc.in build: use libosmo-netif.pc instead libosmonetif.pc 2012-02-23 19:51:01 +01:00