open5gs/support
Sukchan Lee 172266b0c5 GTP Loopback Test Module is Added.
1. ping(src:45.45.0.1, dst:45.45.0.1)
2. MME emulates GTP-U instead of eNB, and send GTP-U to the SGW
3. SGW relay to PGW using GTP-U
4. PGW TUN reponse ping reply
5. PGW sends GTP-U to the SGW
6. SGW sends GTP-U to the MME
7. GTP-U decapsulates and sends ping packet to the kernel
2017-10-15 00:45:49 +09:00
..
docker rename docker directory name 2017-09-27 18:34:58 +09:00
freeDiameter move INSTALL file and remove binary package 2017-09-29 23:33:01 +09:00
valgrind update suppression 2017-08-17 16:01:17 +09:00
INSTALL.OSX move INSTALL file and remove binary package 2017-09-29 23:33:01 +09:00
linux_netconfig.sh MME/PGW Configuration is also changed to support One SGW IP assign 2017-10-13 21:31:49 +09:00
mac_netconfig.sh MME/PGW Configuration is also changed to support One SGW IP assign 2017-10-13 21:31:49 +09:00
make_certs.sh add cert and key for pgw/pcrf 2017-08-16 22:58:12 +09:00
nextepc.conf.in GTP Loopback Test Module is Added. 2017-10-15 00:45:49 +09:00
README.md update it 2017-08-05 16:21:07 +09:00

  • Network Configuration user@host ~/Documents/git/nextepc/support$
    sudo ./linux_netconfig.sh

  • Generate Key & Cert for Diameter user@host ~/Documents/git/nextepc/support$
    ./make_certs.sh ./freeDiameter

  • Memory Leak Check user@host ~/Documents/git/nextepc$
    sudo valgrind --leak-check=full --show-leak-kinds=all
    --suppressions=support/valgrind/mongoc.suppressions
    --suppressions=support/valgrind/freeDiameter.suppressions
    ./epcd

  • Generate Suppression File user@host ~/Documents/git/nextepc$
    sudo valgrind --leak-check=full --show-reachable=yes --error-limit=no
    --gen-suppressions=all --log-file=support/valgrind/test.log
    --suppressions=support/valgrind/mongoc.suppressions
    ./epcd

user@host ~/Documents/git/nextepc/support/valgrind$
sudo chown user:user test.log

user@host ~/Documents/git/nextepc/support/valgrind$
cat ./test.log | ./parse_suppressions.sh > test.supp