Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/gtpuping
https://github.com/higebu/gtpuping
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/higebu/gtpuping
- Owner: higebu
- License: mit
- Created: 2022-11-09T14:29:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T14:11:38.000Z (12 months ago)
- Last Synced: 2024-10-04T19:44:26.704Z (3 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gtpuping
An experimental CLI tool to send/receive GTPv1-U packet.
# Usage
```shell
gtpuping -listen-addr 10.0.1.2:2152 \
-dst-addr 10.0.1.1:2152 \
-icmp-dst-addr 10.0.2.2 \
-icmp-src-addr 10.10.10.10 \
-teid 12345 \
-qfi 9 \
-pdu-type UL
```