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
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.
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.
64
64
65
65
* UHD: <https://github.com/EttusResearch/uhd>
66
66
* ZMQ: <https://zeromq.org/>
67
67
68
68
#### Split-7.2
69
69
70
-
For Split-7.2 configurations no extra 3rd-party dependencies are required, only those listed above.
70
+
For Split-7.2 configurations no extra 3rd-party dependencies are required, only those listed above.
71
71
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#).
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
112
113
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:
@@ -132,6 +132,7 @@ Pay extra attention to the cmake console output. Make sure you read the followin
132
132
-- Found libZEROMQ: /usr/local/include, /usr/local/lib/libzmq.so
@@ -164,11 +166,11 @@ PHY layer tests use binary test vectors and are not built by default. To enable,
164
166
Deploying srsRAN Project
165
167
------------------------
166
168
167
-
srsRAN Project can be run in two ways:
169
+
srsRAN Project can be run in two ways:
168
170
169
-
- As a monolithic gNB (combined CU & DU)
170
-
-With a split CU and DU
171
+
* As a monolithic gNB (combined CU & DU)
172
+
*With a split CU and DU
171
173
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).
174
+
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).
173
175
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).
176
+
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