Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arv-sajeev/pfm
Implemented a prototype of gNB-CU-UP a network element of 5G Radio Network. Using DPDK, a set of data-plane processing libraries and NIC drivers for high speed packet processing applications. Includes a Platform Software (which can be reused across gNB-CU-UP, gNB-DU and UPF) and GTP-U, PDCP and SDAP protocol stack which implemented as per 3GPP specifications.
https://github.com/arv-sajeev/pfm
Last synced: 30 days ago
JSON representation
Implemented a prototype of gNB-CU-UP a network element of 5G Radio Network. Using DPDK, a set of data-plane processing libraries and NIC drivers for high speed packet processing applications. Includes a Platform Software (which can be reused across gNB-CU-UP, gNB-DU and UPF) and GTP-U, PDCP and SDAP protocol stack which implemented as per 3GPP specifications.
- Host: GitHub
- URL: https://github.com/arv-sajeev/pfm
- Owner: arv-sajeev
- Created: 2020-04-19T05:56:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T18:14:25.000Z (about 3 years ago)
- Last Synced: 2024-08-03T16:14:25.836Z (4 months ago)
- Language: C
- Homepage:
- Size: 590 KB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-private-wireless - pfm - DPDK implementation of a prototype on gNB-CU-UP. (Open Source RAN)
- awesome-5g - pfm - DPDK implementation of a prototype on gNB-CU-UP. (RAN)
README
# PFM
PFM is a prototype of gNB-CU-UP a network element in teh 5G Radio Access Network. It make use of DPDK for User-Plane Packet Processing
and Includes a Platform software that can be used as a framework to build other network elements on, the platform software handles important
features like ARP, Routing tables and multi-thread support.## PFM Features
- ARP support for DPDK interfaces.
- KNI Integration.
- Routing tables using Longest Prefix match.
- Multi thread support using rte\_distributor.
- Communication between threads using rte\_ring structures.
- GPRS Tunneling Protocol implementation.
- CLI interface to access ARP and Routing tables.## PFM Architecture
![Figure showing PFM architecture](./pics/PFM_architecture.png)