Go to file
Sukchan Lee a88305df46 update it 2017-04-08 11:38:09 +09:00
lib update it 2017-04-08 11:38:09 +09:00
src update it 2017-04-08 11:38:09 +09:00
test update it 2017-04-08 10:50:29 +09:00
INSTALL.md update it 2017-03-22 17:03:30 +09:00
Makefile.am update it 2017-03-22 16:59:34 +09:00
README.md PGW is added initially 2017-03-31 00:15:13 +09:00
acinclude.m4 add compile flags check 2017-02-08 12:48:35 +09:00
configure.ac PGW is added initially 2017-03-31 00:15:13 +09:00
main.c update it 2017-04-04 11:00:25 +09:00

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.