You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The srsRAN Project supports split-8 and split-7.2 fronthaul.
61
+
#### Split-8
60
62
61
-
Split-8 fronthaul is supported via UHD for USRP devices.
63
+
For Split-8 configurations, either UHD or ZMQ is required for the fronthaul interface. Both drivers are linked below, please see their respective documentation for installation instructions.
62
64
63
65
* UHD: <https://github.com/EttusResearch/uhd>
64
-
* See UHD documentation for installation instructions.
66
+
* ZMQ: <https://zeromq.org/>
67
+
68
+
#### Split-7.2
65
69
66
-
Split-7.2 is supported via DPDK:
70
+
For Split-7.2 configurations no extra 3rd-party dependencies are required, only those listed above.
67
71
68
-
* DPDK: <https://www.dpdk.org/>
72
+
Optionally, DPDK can be installed for high-bandwidth low-latency scenarios. For more information on this, please see [this tutorial](https://docs.srsran.com/projects/project/en/latest/tutorials/source/dpdk/source/index.html#).
Once ZMQ has been installed you will need build of srsRAN Project with the correct flags to enable the use of ZMQ.
112
+
113
+
The following commands can be used to clone and build srsRAN Project from source. The relevant flags are added to the ``cmake`` command to enable the use of ZMQ:
PHY layer tests use binary test vectors and are not built by default. To enable, see the [docs](https://docs.srsran.com/projects/project/en/latest/user_manuals/source/installation.html).
86
163
87
-
How to deploy a 5G network?
88
-
----------------------------------------------
164
+
Deploying srsRAN Project
165
+
------------------------
166
+
167
+
srsRAN Project can be run in two ways:
168
+
169
+
- As a monolithic gNB (combined CU & DU)
170
+
- With a split CU and DU
171
+
172
+
For exact details on running srsRAN Project in any configuration, see [the documentation](https://docs.srsran.com/projects/project/en/latest/user_manuals/source/running.html).
89
173
90
-
Check our [tutorials](https://docs.srsran.com/projects/project/en/latest/tutorials/source/index.html) that describe how to set up an end-to-end 5G SA system with srsRAN Project.
174
+
For information on configuring and running srsRAN for various different use cases, check our [tutorials](https://docs.srsran.com/projects/project/en/latest/tutorials/source/index.html).
0 commit comments