https://github.com/wnlUc3m/5G_CN
A simple implementation of a 4G LTE Core Network following the 5G Core approach
https://github.com/wnlUc3m/5G_CN
Last synced: 16 days ago
JSON representation
A simple implementation of a 4G LTE Core Network following the 5G Core approach
- Host: GitHub
- URL: https://github.com/wnlUc3m/5G_CN
- Owner: wnlUc3m
- Created: 2019-08-06T14:17:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T14:29:17.000Z (over 5 years ago)
- Last Synced: 2024-04-05T19:31:43.489Z (about 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-telco - 5G_CN - This is a basic implementation of a 5G Core Network supporting 4G LTE control signalling. (Core / 5G)
README
5G-CN implementation
========================This is a basic implementation of a 5G Core Network supporting 4G LTE control signalling. It is important to notice that we
are still developing functionality and making the specific changes to make it full 5G CN compliant.This implementation is composed by:
1. Authenticator: This component is in charge of manage all the control messages that will arrive from the gNB
2. UPF: SDN controller containing the required rules to encap/decap GTP-U traffic## Information
The authenticator can be split into different modules in order to correctly match with the architecture proposed by 5G.
Moreover, we have been working with lagopus as a Virtual Switch implementation. Other implementations have not been teste yet.## Author
Ginés García Avilés [website](https://www.it.uc3m.es/gigarcia/index.html)## Acknowledgments
* [5G MoNArch] (https://5g-monarch.eu/)