@@ -45,7 +45,7 @@ PTP enabled switches we have in are lab:
|Qulsar Qg2 (Grandmaster)|12.1.27 |
Radio units we are testing with:
Radio units we are testing/integrating:
|Vendor |Firmware |
|-----------|---------|
...
...
@@ -54,6 +54,12 @@ Radio units we are testing with:
|Benetel 550|v0.6 |
|Benetel 650|v0.6 |
Tested libxran releases:
|Vendor |
|--------------------------|
|oran_release_bronze_v1.1 |
## 1.1 Configure your server
We recommend you to start with a fresh installation of OS (either RHEL or Ubuntu). You have to install realtime kernel on your operating system. Based on your operating system you can search how to install realtime kernel. Once the realtime kernel is installed then you have to change the boot arguments. You can use `tuned` command for this or you can do it manually via re-building the grub.
...
...
@@ -211,7 +217,10 @@ DPDK Compilation
```bash
# Installing meson : it should pull ninja-build and compiler packages
sudo apt/dnf install meson
# on debian
sudo apt install meson
# on fedora
sudo dnf install meson
tar xvf dpdk-20.11.7.tar.xz &&cd dpdk-stable-20.11.7