open5gs/README

18 lines
504 B
Plaintext
Raw Normal View History

2017-02-20 01:05:00 +00:00
CellWire is an implementation of 3gpp EPC(MME, SGW, PGW, HSS)
2017-02-02 11:34:37 +00:00
2017-02-20 01:05:00 +00:00
The implemntation consists in several components:
- lib/core : the library contains the core of the framework.
memory pool, thread, lock, timer, ...
2017-02-20 00:52:42 +00:00
2017-02-20 01:05:00 +00:00
- lib/message : the message encoding/decoding library
S1AP, NAS, S6A
2017-02-20 00:52:42 +00:00
2017-02-20 01:05:00 +00:00
- lib/logger : the logging library
2017-02-20 00:52:42 +00:00
2017-02-20 01:05:00 +00:00
- src : the heart of EPC protocol stack
2017-02-20 00:52:42 +00:00
2017-02-20 01:05:00 +00:00
See LICENSE file for legal information on this software.
2017-02-20 00:52:42 +00:00
2017-02-20 01:05:00 +00:00
See INSTALL for information on building and using this software.