From 5d944092f115c429233488b93459d5817df05c97 Mon Sep 17 00:00:00 2001 From: Ilias Apalodimas Date: Mon, 29 Oct 2018 12:32:02 +0200 Subject: remove lava-send/wait for udp tai packets Signed-off-by: Ilias Apalodimas --- scripts/get-taprio-pcap.sh | 1 - scripts/send-udp-tai.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/get-taprio-pcap.sh b/scripts/get-taprio-pcap.sh index cde957f..17624fd 100755 --- a/scripts/get-taprio-pcap.sh +++ b/scripts/get-taprio-pcap.sh @@ -5,7 +5,6 @@ iface=$(find_vland_iface) packets='60000' port='7788' -lava-wait udp-tai-tx # TODO make port/packet count configurable tcpdump -c "$packets" -i "$iface" -w tsn.pcap -j adapter_unsynced -tt \ --time-stamp-precision=nano port "$port" diff --git a/scripts/send-udp-tai.sh b/scripts/send-udp-tai.sh index e6f2584..04f0707 100755 --- a/scripts/send-udp-tai.sh +++ b/scripts/send-udp-tai.sh @@ -13,6 +13,5 @@ now=`date +%s%N` i=$(($now + 37000000000)) base=$(($i - ($i % 1000000000) + 100000)) iface=$(find_vland_iface) -lava-send udp-tai-tx # TODO make args configurable ./taprio-tests/udp_tai -i "$iface" -b "$base" -P "$cycle" -p 90 -d "$delay" -u 7788 & -- cgit v1.2.3