laforge has submitted this change and it was merged. (
https://gerrit.osmocom.org/c/docker-playground/+/15652 )
Change subject: debian-stretch-titan: Install netcat-openbsd required by
osmo-ttcn3-hacks
......................................................................
debian-stretch-titan: Install netcat-openbsd required by osmo-ttcn3-hacks
Scripts ttcn3-tcpdump-start.sh and ttcn3-tcpdump-stop.sh, run by
osmo-ttcn3-hacks upon start and end of every test in the suite, starts
and stops tcpdump and netcat each time.
netcat is started in order to have a dummy sink for gsmtap log packets,
to get rid of annoying ICMP messages as well as the kernel deciding to
drop those messages (hence not ending up inside the pcap file of
tcpdump) under some circumstances.
Depends: osmo-ttcn3-hacks.git Id69d98db63f8260067ad6bc1525fb05c936912f2
Change-Id: Iccda25bc274ee93705c23dfd3e0f9dad5fc2a059
---
M debian-stretch-titan/Dockerfile
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
pespin: Verified
diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile
index 426eb91..0778db6 100644
--- a/debian-stretch-titan/Dockerfile
+++ b/debian-stretch-titan/Dockerfile
@@ -25,6 +25,7 @@
procps \
tcpdump \
vim \
+ netcat-openbsd \
&& \
apt-get clean
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/15652
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Iccda25bc274ee93705c23dfd3e0f9dad5fc2a059
Gerrit-Change-Number: 15652
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged