Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GTPu ping #21

Merged
merged 9 commits into from
Feb 19, 2024
Merged

GTPu ping #21

merged 9 commits into from
Feb 19, 2024

Conversation

vjardin
Copy link
Contributor

@vjardin vjardin commented Feb 17, 2024

add support for a GTPu ping on the GTPu UDP port
misc: I did fix a small compilation warning for lib/timer.c ; maybe it'll need to be revisited.

once it is running, let's have a quick example of this basic
configuration.
Since all the warnings are sanitized, let's stop the compilation on any
warning. The main benefit is when the github actions are running,
they'll stop during the checks of a pull request.

I forgot to include it with the commit e0d2d6e
it is a void commit that adds EOF
Since there is no return, let's "void" it.

Fixes: 9fbaf54 ("timer: fix timer_node_add")
requires scapy

usage:
  ./gtpu-ping.py 172.1.0.4

It'll be used to test the GTPu UDP session.
Let's have both a GTPc ping and a GTPu ping in order to check
both UDP sessions.
using scapy's gpu contrib.
Add path to gtpu-ping.py
Example using gtp-ping.py
@acassen acassen merged commit 596bafd into acassen:main Feb 19, 2024
4 checks passed
@vjardin vjardin deleted the gtpu_ping branch February 19, 2024 08:46
@vjardin vjardin restored the gtpu_ping branch April 30, 2024 05:59
@vjardin vjardin deleted the gtpu_ping branch April 30, 2024 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants