summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/get-taprio-pcap.sh1
-rwxr-xr-xscripts/send-udp-tai.sh1
2 files changed, 0 insertions, 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 &