File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -89,3 +89,19 @@ cmake ..
8989make
9090make test
9191```
92+
93+ Run PHY testvector tests:
94+
95+ A number of PHY tests are based on MATLAB generated testvectors. By default, those tests are disabled.
96+ The following steps are required to enable them:
97+
98+ 1 . Download the [ PHY testvector set] ( https://github.com/srsran/srsRAN_Project/releases/phy_testvectors.tar.gz ) .
99+ 2 . Copy the PHY testvectors to its location within srsRAN:
100+ ```
101+ tar -xzf phy_testvectors.tar.gz -C /path_to_your_local_repository/srsgnb/
102+ ```
103+ 3 . Enable the use of PHY testvectors by modifying the root [ CMakeLists] ( CMakeLists.txt ) as shown below:
104+ ```
105+ option(USE_PHY_TESTVECTORS "Enable testvector PHY tests" ON)
106+ ```
107+ 4 . Do a fresh srsRAN build.
You can’t perform that action at this time.
0 commit comments