mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 11:29:32 +00:00
mirror of https://github.com/open5gs/open5gs link from https://open5gs.org/
https://open5gs.org
| lib | ||
| scripts | ||
| src | ||
| test | ||
| webui | ||
| acinclude.m4 | ||
| configure.ac | ||
| INSTALL.md | ||
| LICENSE | ||
| main.c | ||
| Makefile.am | ||
| README.md | ||
CellWire is an implementation of 3GPP EPC(MME, SGW, PGW, HSS)
The implementation consists in several components:
-
lib/core : the library contains the core of the framework. memory pool, thread, lock, timer, ...
-
lib/logger : the logging library
-
lib/s1ap : the S1AP message encoding/decoding library
-
lib/nas : the NAS message encoding/decoding library
-
lib/s6a : the freeDiameter wrapper for S6A
-
lib/gtp : the GTPv2-C/GTP-U protocol stack library
-
src/mme : the heart of MME protocol stack
-
src/hss : the heart of HSS protocol stack
-
src/sgw : the heart of SGW protocol stack
-
src/pgw : the heart of PGW protocol stack
See INSTALL.md for information on building and using this software.