pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36853?usp=email )
Change subject: ttcn3-tcpdump-start.sh: Log issue with packet dumper not properly started
......................................................................
ttcn3-tcpdump-start.sh: Log issue with packet dumper not properly started
Change-Id: I50af5eb16a000c4f3585a3458f9130a349eff097
---
M ttcn3-tcpdump-start.sh
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/53/36853/1
diff --git a/ttcn3-tcpdump-start.sh b/ttcn3-tcpdump-start.sh
index 36aa320..8564cd5 100755
--- a/ttcn3-tcpdump-start.sh
+++ b/ttcn3-tcpdump-start.sh
@@ -109,6 +109,7 @@
sleep 1
i=$((i+1))
if [ $i -eq 10 ]; then
+ echo "Packet dumper didn't start filling pcap file after $i seconds!!!"
break
fi
done
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36853?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I50af5eb16a000c4f3585a3458f9130a349eff097
Gerrit-Change-Number: 36853
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange