Skip to content

Commit bed67d1

Browse files
suttonpdIsmael
authored andcommitted
Update readme for release
1 parent 0c05c00 commit bed67d1

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1-
srsRAN
2-
======
1+
srsRAN Project
2+
==============
33

4-
srsRAN is a complete 5G RAN solution, featuring an ORAN-native CU/DU developed by [SRS](http://www.srs.io).
4+
The srsRAN Project is a complete 5G RAN solution, featuring an ORAN-native CU/DU developed by [SRS](http://www.srs.io).
55

66
The solution includes a complete L1/2/3 implementation with minimal external dependencies. Portable across processor architectures, the software has been optimized for x86 and ARM. srsRAN follows the 3GPP 5G system architecture implementing the functional splits between distributed unit (DU) and centralized unit (CU). The CU is further disaggregated into control plane (CU-CP) and user-plane (CU-UP).
77

8-
srsRAN further follows O-RAN architecture principles, supports all external interfaces (F1, E1, E2, A1, O1, N2 and N3) and allows split 7.2a/b as well as split 8 deployments for the fronthaul connection.
8+
See the [srsRAN Project](https://www.srsran.com/) for information, guides and project news.
9+
10+
For application features, build instructions and user guides see the [srsRAN Project documentation](https://docs.srsran.com/projects/project).
11+
12+
Current Features
13+
----------------
14+
15+
* FDD/TDD supported, all FR1 bands
16+
* 15/30 KHz subcarrier spacing
17+
* All physical channels including PUCCH Format 1 and 2, excluding Sounding-RS
18+
* Highly optimized LDPC and Polar encoder/decoder for ARM Neon and x86 AVX2/AVX512
19+
* All RRC procedures excluding Mobility and UE Release
20+
* All MAC procedures excluding power control
21+
* Tested Performance:
22+
* 64 simultaneous users
23+
* Simultaneous 140 Mbps DL and 120 Mbps UL in TDD-100 MHz or FDD-50 MHz configuration (running in AMD Ryzen5 6-core CPU)
924

1025
License
1126
-------
@@ -65,4 +80,4 @@ cd build
6580
cmake ..
6681
make
6782
make test
68-
```
83+
```

0 commit comments

Comments
 (0)