Skip to content

Commit fb5c46e

Browse files
ofontbachandrepuschmann
authored andcommitted
PHY: updated README to include PHY testvector use
1 parent e82e10a commit fb5c46e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,19 @@ cmake ..
8989
make
9090
make 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.

0 commit comments

Comments
 (0)