aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-client
AgeCommit message (Collapse)AuthorFilesLines
2021-10-13regen_makefile.sh: set executable name explicitlyOliver Smith1-1/+3
Set the executable name in each regen_makefile.sh explicitly with -e, instead of having it set indirectly from the first .ttcn file. Make it consistent by placing the name on top of each of these files. Fix for warning: ttcn3_makefilegen: warning: File `BSC_Tests.ttcn' was given more than once for the Makefile. Related: OS#5252 Change-Id: I5ed03f8f3ed905483620dc7bae33b617bbb8507f
2021-10-12regen_makefile.sh: files/flags in separate linesOliver Smith1-5/+11
Make all regen_makefile.sh more readable and diff friendly by moving each entry in FILES and CPPFLAGS_TTCN3 into separate lines. Order entries alphabetically. Related: OS#5252 Change-Id: I6b6866eb9f6ec6232e4ae434517457a4c8c1c050
2021-08-09pcap-client: set VTY port to 4227Oliver Smith2-1/+2
Adjust the VTY port to the new default, 4227, in case somebody uses the configs from this repository instead of the ones from docker-playground.git (where it is also adjusted). Depends: docker-playground I6d45340429925fe5e98cc4e597a01ef51e8322ae Change-Id: I50af5d0c0930b9bc906a8b909910bc38f025648e
2021-04-25pcap-client: Don't bind to second 'traffic' udp portHarald Welte1-15/+3
if the tester runs on a different host/IP than the IUT (like in our dockerized jenkins tests), then of course we cannot assume that traffic sent by the tester can be received by the tester again. So rather than binding/connecting two sockets, let's only use one and send packets without caring if there is a remote receiver. Change-Id: If826705c78c7a0ad0e633b7a320d7dd5e5561c27
2021-04-24Initial test suite for osmo-pcap-clientHarald Welte6-0/+305
Change-Id: If4a1072e75cb64f785d660e4c828c0f521d84b16