From fdc65389864dfd567abaa67797f06b70905f5b19 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 4 Aug 2012 18:39:45 +0200 Subject: fix wrong delta between two RTP messages it should 20 ms, not 160 ms. Thanks for Holger for spotting this. --- tests/osmo-pcap-test/osmux_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/osmo-pcap-test') diff --git a/tests/osmo-pcap-test/osmux_test.c b/tests/osmo-pcap-test/osmux_test.c index c089ddf..5ed3c86 100644 --- a/tests/osmo-pcap-test/osmux_test.c +++ b/tests/osmo-pcap-test/osmux_test.c @@ -55,7 +55,7 @@ static void deliver(struct msgb *batch_msg) struct msgb *msg; int i = 0; struct timeval tv = { .tv_sec = 0, .tv_usec = 0 }; - struct timeval delta = { .tv_sec = 0, .tv_usec = 160000 }; + struct timeval delta = { .tv_sec = 0, .tv_usec = 20000 }; timerclear(&tv); -- cgit v1.2.3