Skip to content

2fumin/LTE-GTP-Simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===============================================================================

  1. LTE GTP Simulator

LTE GTP Simulator is a 3gpp LTE GTPv2-C signaling simulator and gtp load generator. Any LTE GTP signaling scenario can easily be represented in XML and the simulator plays out the scenario. The simulator provides command line options to control the scenario execution. A scenario file, written in xml is a sequence of GTPC messages that is exchanged between between two LTE core network nodes. Each message, its informational elements etc are represented in XML. The scenario is then simulated by the GTP Simulator for a single UE or for multiple UEs in the form of load generator.

  1. Build

To build:

$ git clone https://github.com/nithinn/LTE-GTP-Simulator.git
$ cd LTE-GTP-Simulator
$ make
  1. Simulator Options

To list all command line options:

$ gsim --help

Or visit the Wiki Page.

  1. Running the Simulator

gsim [options] scenarion_file.xml

  1. Full Documentation

Want to know more? Visit the Wiki Page.

===============================================================================

About

A 3gpp GTP signaling simulator and load generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • Makefile 1.0%