aboutsummaryrefslogtreecommitdiffstats
path: root/tests/osmo-pcap-test/osmo_pcap.h
AgeCommit message (Collapse)AuthorFilesLines
2018-02-26test: osmo-pcap-test: Fix clock drift while replaying pcap filePau Espin Pedrol1-1/+3
In the previous implementation, the processing time was not being taken into account, which was implicitly added for each new packet to be sent, which caused a steady incremental drift in the clock clearly visible when analysing a RTP stream. As it uses timespecsub, it depends on libosmocore Change-Id I45fc993b9bb0a343763238bf463c8640f47b00f1. Change-Id: I11cb9a63e16e829ccd4af1096b9f473c802d822f
2017-08-08tests: osmo-pcap: Fix per packet timerPau Espin Pedrol1-0/+1
Before this commit, the gap time between 2 packets {n-1, n} was being applied to {n, n+1}. Change-Id: I715865c1edd1fc2ec9b024671d91eb72559cbdea
2012-07-19tests: osmo-pcap: split packet replay from osmux_test codePablo Neira Ayuso1-0/+24
This patch splits in two files the code that contains the packet replay based on PCAP from the osmux test.