libosmo-netif/tests/osmo-pcap-test
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
..
pcaps test: add osmo-pcap-test infrastructure 2012-06-28 16:42:22 +02:00
.gitignore test: add osmo-pcap-test infrastructure 2012-06-28 16:42:22 +02:00
Make_global.am osmo-pcap-test: add -g compilation for debugging (valgrind) and use -losmonetif 2012-07-12 13:01:33 +02:00
Makefile.am tests: osmo-pcap: split packet replay from osmux_test code 2012-07-19 12:21:25 +02:00
configure.ac test: add osmo-pcap-test infrastructure 2012-06-28 16:42:22 +02:00
l3_ipv4.c test: add osmo-pcap-test infrastructure 2012-06-28 16:42:22 +02:00
l4_tcp.c test: add osmo-pcap-test infrastructure 2012-06-28 16:42:22 +02:00
l4_udp.c tests: osmo-pcap: fix bad UDP header calculation 2012-07-04 10:21:50 +02:00
osmo_pcap.h tests: osmo-pcap: split packet replay from osmux_test code 2012-07-19 12:21:25 +02:00
osmux_test.c osmux: cleanup tx path 2012-08-04 19:59:33 +02:00
pcap.c tests: osmo-pcap: callback control the release of the emulated packet 2012-08-02 20:34:04 +02:00
proto.c test: add osmo-pcap-test infrastructure 2012-06-28 16:42:22 +02:00
proto.h test: add osmo-pcap-test infrastructure 2012-06-28 16:42:22 +02:00