Go to file
Sukchan Lee f6f5a45b21 update it 2017-03-04 10:22:41 +09:00
lib update it 2017-03-04 10:22:41 +09:00
src update it 2017-03-03 19:07:18 +09:00
test auth-vector verified 2017-03-03 23:35:17 +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 move directory 2017-02-28 10:20:02 +09:00
NEWS add build system using Core Library 2017-02-02 20:34:37 +09:00
README update it 2017-02-20 10:05:00 +09:00
acinclude.m4 add compile flags check 2017-02-08 12:48:35 +09:00
configure.ac move plmn_id structure to 3gpp 2017-03-03 17:33:41 +09:00
main.c move plmn_id structure to 3gpp 2017-03-03 17:33:41 +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/message : the message encoding/decoding library
      S1AP, NAS, S6A

  - lib/logger : the logging library

  - src : the heart of EPC protocol stack


See LICENSE file for legal information on this software.

See INSTALL for information on building and using this software.