Go to file
Sukchan Lee 2a8c8526d3 move the followings from mme_baerer_t to mme_sess_t
1. ESM State Machine
2. pti and ebi
2017-08-26 18:52:06 +09:00
lib fix the bug not to access mme_ue context in freediameter thread 2017-08-26 00:11:46 +09:00
src move the followings from mme_baerer_t to mme_sess_t 2017-08-26 18:52:06 +09:00
support update suppression 2017-08-17 16:01:17 +09:00
test fix the bug not to access mme_ue context in freediameter thread 2017-08-26 00:11:46 +09:00
webui PGW-PCRF done for default bearer 2017-08-25 19:40:49 +09:00
INSTALL.md initial code for diameter gx 2017-08-12 21:51:02 +09:00
LICENSE add LICENSE 2017-04-18 12:20:02 +09:00
Makefile.am fix the bug for 'make dist' 2017-08-17 14:33:03 +09:00
README.md cellwire -> nextepc 2017-07-10 14:33:46 +09:00
acinclude.m4 add compile flags check 2017-02-08 12:48:35 +09:00
configure.ac update it 2017-08-18 20:43:28 +09:00
main.c improve testcode terminate routine. 2017-08-03 10:18:45 +09:00

README.md

NextEPC 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.