Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/gtplink
https://github.com/higebu/gtplink
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/higebu/gtplink
- Owner: higebu
- Created: 2018-12-31T03:12:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T05:32:36.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T19:44:31.821Z (3 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gtplink
## Install
```
go get github.com/higebu/gtplink
```## Usage
```
Usage of ./gtplink:
-mtu int
mtu for gtp dev (default 1280)
-name string
gtp dev name (default "gtp0")
-pdp-hash-size int
pdp hash size (default 1024)
-sgsn-mode
sgsn mode
-v0-addr string
v0 addr (default "0.0.0.0:3386")
-v1-addr string
v1 addr (default "0.0.0.0:2152")
```