From a3cdd3de89563b48dff3122aa9259f3d812e913e Mon Sep 17 00:00:00 2001 From: Gabriel <41166074+gckopper@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:55:37 -0300 Subject: [PATCH] update srsran readme --- RANs/srsran/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/RANs/srsran/README.md b/RANs/srsran/README.md index 81277c6..0c72b98 100644 --- a/RANs/srsran/README.md +++ b/RANs/srsran/README.md @@ -1,8 +1,15 @@ # SRSRAN + ## Building +Version: 23.10.1 +UHD version: 4.6.0.0 +OS version: Ubuntu Server 22.04 LTS + +For building we recommend following the official documentation available [here](https://docs.srsran.com/projects/project/en/latest/user_manuals/source/installation.html) to build srsRAN from source. The UHD driver was used and built from sources following [this guide](https://files.ettus.com/manual/page_build_guide.html). + ## Running -After building and installing SRSRAN we recommend running the srsran_performance script available in the official srsran_project repository. Since these changes do not persist remember to re-run them if the machine is restarted. +After building and installing srsRAN we recommend running the [srsran_performance](https://raw.githubusercontent.com/srsran/srsRAN_Project/release_23_10_1/scripts/srsran_performance) script available in the official srsran_project repository. Since these changes do not persist remember to re-run them if the machine is restarted. For each of the core networks there is an accompanying helper script, however, you still need to manually change the second line of each script so that they have the name of your network interface.