open5gs/support
Sukchan Lee 03f681ca05 configuration comment is updated 2017-12-18 09:26:29 +09:00
..
config configuration comment is updated 2017-12-18 09:26:29 +09:00
docker rename docker directory name 2017-09-27 18:34:58 +09:00
freeDiameter default address is changed. 2017-12-14 01:46:35 +00:00
logrotate update logrotate and newsyslog following previous modification 2017-10-29 20:16:18 +09:00
network ICMPv6 is implemented. But kernel didn't send ping6 reply. Sigh! 2017-12-14 04:01:56 +00:00
newsyslog update logrotate and newsyslog following previous modification 2017-10-29 20:16:18 +09:00
radvd add the radvd.conf example 2017-12-15 22:53:01 +09:00
systemd update pgw.postinstall 2017-11-01 01:11:55 +00:00
valgrind update suppression 2017-08-17 16:01:17 +09:00
INSTALL.OSX MAC OSX is needed to enable IP fowwarding 2017-10-17 07:44:48 +09:00
Makefile.am update logrotate and newsyslog following previous modification 2017-10-29 20:16:18 +09:00
README.md update it 2017-12-11 11:37:44 +00:00

README.md

  • Network Configuration user@host ~/Documents/git/nextepc/support$
    sudo ./network/restart.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
    ./test/testepc

  • 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
    ./test/testepc

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