Commit 4b767c3a authored by Teodora Vladić's avatar Teodora Vladić

[FHI72] Set the K_VERSION explicitely in the doc

Shall be always up to date according to the cmake variable.
Signed-off-by: default avatarTeodora Vladić <teodora.vladic@openairinterface.org>
parent f3589d97
...@@ -421,8 +421,9 @@ git apply ~/openairinterface5g/cmake_targets/tools/oran_fhi_integration_patches/ ...@@ -421,8 +421,9 @@ git apply ~/openairinterface5g/cmake_targets/tools/oran_fhi_integration_patches/
```bash ```bash
git clone https://github.com/openairinterface/o-du-phy.git ~/phy git clone https://github.com/openairinterface/o-du-phy.git ~/phy
cd ~/phy cd ~/phy
git checkout <desired-tag> # shall match a variable `K_VERSION` git checkout 11.1.1 # the tag points to the `main` branch which has all patches applied that are relevant for OAI integration; the tag matches the value of cmake variable `K_VERSION`
``` ```
or use `xran_DOWNLOAD` option when compiling OAI gNB.
Compile the fronthaul interface library by calling `make` and the option Compile the fronthaul interface library by calling `make` and the option
`XRAN_LIB_SO=1` to have it build a shared object. Note that we provide two `XRAN_LIB_SO=1` to have it build a shared object. Note that we provide two
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment