open5gs/misc
Bostjan Meglic 114f783d06 [MISC] Add support for static code analysis
Static code analysis can be executed with following commands:
  meson build
  ninja -C build analyze-cppcheck
  ninja -C build analyze-clang-tidy

These commands are available only if additional tools are installed:
  - cppcheck
  - clang-tidy
  - clang-tools is optional if you want to paralelize the clang-tidy

In case of cppcheck analysis, a file called build/cppchecklog.log is
created with the analysis results.

In case of clang-tidy analysis, some checks are disabled. See file
.clang-tidy, and reenable them if you see fit.
Also it does not scan all the files in the project, since some of them
are imported from other sources. It does not scan any sources under:
  - subprojects/
  - lib/asn1c/
  - lib/ipfw/
2022-07-01 21:38:47 +09:00
..
db Added show commands in the dbctl (#1613) 2022-06-17 06:27:24 +09:00
mac Prepares an easy install script for mac builds and initializes gitignore 2019-11-25 11:27:19 -08:00
valgrind Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
README.md Rename dbconf.sh to open5gs-dbctl (#388) 2020-03-22 16:44:45 -04:00
dput-upload.sh Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ipv6_netconf.sh changed default ipv6 prefix to 2001:db8:cafe:: (#1321) 2022-01-14 11:50:27 +09:00
make_certs.sh Release v2.0.0 2020-08-21 23:33:45 -04:00
meson.build Update IPv6 configuration (#1250) 2021-11-28 16:42:47 +09:00
netconf.sh changed default ipv6 prefix to 2001:db8:cafe:: (#1321) 2022-01-14 11:50:27 +09:00
osc-upload.sh Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
static_code_analyze.sh [MISC] Add support for static code analysis 2022-07-01 21:38:47 +09:00

README.md

  • Network Configuration $ sudo ./misc/netconf.sh

  • Generate Key & Cert for Diameter $ ./misc/make_certs.sh ./freeDiameter