Changes between Version 35 and Version 36 of Tutorials/Wireless/mmwave Paam Real TimePHY
- Timestamp:
- Sep 11, 2024, 7:37:38 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Real TimePHY
v35 v36 312 312 In this section, we are going to cover to how to **Savannah-mc** in **RRU** mode. 313 313 314 Please double-check the CMake flags in {{{~/Savannah/agora-mmwave/build}}} directory. 314 Please double-check the CMake flags in {{{~/Savannah/agora-mmwave/build}}} directory. Specifically for the CMake flag: {{{RADIO_TYPE}}}, you should update from {{{SIMULATION}}} to {{{PURE_UHD}}}. 315 315 {{{#!shell 316 316 # you are expect to see the following results: … … 364 364 You are expected to see UHD is being linked and using UHD Version: 4.1.0.HEAD-0-g25d617ca. 365 365 366 366 Please then recompile the program by running: 367 {{{#!shell 368 root@srv1-lg1:~/Savannah/agora-mmwave/build# make -j 369 }}} 370 371