Go to file
Sukchan Lee f2c865f133 update it 2017-03-22 13:41:21 +09:00
lib update it 2017-03-22 13:41:21 +09:00
src therad_join, thread_exit, thread_yeild is added 2017-03-19 20:40:37 +09:00
test update it 2017-03-21 21:11:48 +09:00
AUTHORS add build system using Core Library 2017-02-02 20:34:37 +09:00
COPYING add build system using Core Library 2017-02-02 20:34:37 +09:00
ChangeLog add build system using Core Library 2017-02-02 20:34:37 +09:00
INSTALL update INSTALL 2017-02-20 10:06:13 +09:00
LICENSE Initial commit 2017-02-01 19:48:49 +09:00
Makefile.am update it 2017-03-04 23:48:04 +09:00
NEWS add build system using Core Library 2017-02-02 20:34:37 +09:00
README update it 2017-03-05 11:46:42 +09:00
acinclude.m4 add compile flags check 2017-02-08 12:48:35 +09:00
configure.ac GCC builtin atomic function is added 2017-03-19 21:50:43 +09:00
main.c refine trace message in gtpv2c build/paser 2017-03-15 23:07:31 +09:00
symtbl.h add build system using Core Library 2017-02-02 20:34:37 +09:00
symtbl.sh add build system using Core Library 2017-02-02 20:34:37 +09:00

README

CellWire is an implementation of 3gpp EPC(MME, SGW, PGW, HSS)

The implemntation 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

  - src/mme : the heart of MME protocol stack

  - src/hss : the heart of HSS protocol stack


See LICENSE file for legal information on this software.

See INSTALL for information on building and using this software.