Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 380 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 380 Bytes

GTP-encapsulator

add GTPv1U header to the incoming packets.

Build it

Use make to generate gtp_generator and udp_packet_sender.

make

Run gtp_generator

Please use superuser privilege to run server program.

sudo ./gtp_generator

Run udp_packet_sender

type the command below to run client program.

./udp_packet_sender <server IP address>