Go to file
Bostjan Meglic def99aff7f [SMF] Fix abort on app exit when no Diameter configuration
In case that SMF was configured to run without Diameter, it would crash
on application exit due to uninitialized variables/pointers.

ERROR  pid:unnamed in fd_sess_handler_destroy@sessions.c:324: ERROR: Invalid parameter '(handler && ( ((*handler) != ((void *)0)) && ( ((struct session_handler *)(*handler))->eyec == 0x53554AD1) ))', 22
[smf] FATAL: smf_gx_final: Assertion `ret == 0' failed. (../src/smf/gx-path.c:1353)
2022-08-24 01:39:24 +09:00
.github [SBI] Fixed nf_instance memory leak 2022-08-02 09:44:13 +09:00
configs Changed configuration name from gnb to peer 2022-08-05 16:56:36 +09:00
debian Release v2.4.9 2022-07-25 21:50:06 +09:00
docker [tests] Fix running unit tests inside docker environment 2022-07-21 21:07:35 +09:00
docs [DOCS] Updated if subscribers changed [#1694] 2022-08-14 15:36:41 +09:00
lib [MME] Follow-up Cancel Location Handling (#1698) 2022-08-19 16:52:39 +09:00
misc [SCP] Support of Indirect Communication 2022-07-16 13:27:18 +09:00
src [SMF] Fix abort on app exit when no Diameter configuration 2022-08-24 01:39:24 +09:00
subprojects Initial metrics support based on Prometheus (#1571) 2022-06-08 05:51:02 +09:00
tests Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
vagrant Migrating to CentOS Stream 8 in Vagrant (#1450) 2022-04-01 22:28:32 +09:00
webui Release v2.4.7 2022-05-21 19:22:11 +09:00
.clang-tidy [MISC] Add support for static code analysis 2022-07-01 21:38:47 +09:00
.dockerignore [build] Use local sources to build applications (#1583) 2022-06-19 18:18:09 +09:00
.gitignore Initial metrics support based on Prometheus (#1571) 2022-06-08 05:51:02 +09:00
LICENSE Change LICENSE to GNU AGPL v3.0 2017-12-18 10:35:54 +09:00
README.md [SMF] Apply 5G Core into GSM (#1498) 2022-05-15 06:27:54 +09:00
meson.build Release v2.4.9 2022-07-25 21:50:06 +09:00
meson_options.txt Initial metrics support based on Prometheus (#1571) 2022-06-08 05:51:02 +09:00

README.md

Open5GS

If you find Open5GS useful for work, please consider supporting this Open Source project by Becoming a sponsor. To manage the funding transactions transparently, you can donate through OpenCollective.

Platinum Sponsors

Gold Sponsors

Silver Sponsors

Documentation

If you don't understand something about Open5GS, the https://open5gs.org/open5gs/docs/ is a great place to look for answers.

Community

  • Problem with Open5GS can be filed as issues in this repository.
  • Other topics related to this project are happening on the discussions.
  • Voice and text chat are available in Open5GS's Discord workspace. Use this link to get started.

Contributing

If you're contributing through a pull request to Open5GS project on GitHub, please read the Contributor License Agreement in advance.

License