From bff3a146db2caa6aee7617a39838b7d6ec5a2360 Mon Sep 17 00:00:00 2001 From: Your Name <you@example.com> Date: Mon, 19 Jun 2023 14:09:25 -0300 Subject: [PATCH] Update the installation script --- .../oai_gNB_and_UE_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openairinterface5g/openairinterface-install-scripts/oai_gNB_and_UE_install.sh b/openairinterface5g/openairinterface-install-scripts/oai_gNB_and_UE_install.sh index 0eea5e961..7e50b7972 100755 --- a/openairinterface5g/openairinterface-install-scripts/oai_gNB_and_UE_install.sh +++ b/openairinterface5g/openairinterface-install-scripts/oai_gNB_and_UE_install.sh @@ -8,7 +8,7 @@ sudo apt-get update -y ## OAI dependencies ## Testar com a libuhd4.4.0 ao invés de libuhd4.2.0u -sudo apt-get install libuhd-dev uhd-host -y +sudo apt-get install libuhd-dev libdpdk-dev uhd-host -y sudo apt-get install libuhd4.2.0 libuhd4.4.0 y # Required for OpenAirInterface install sudo dpkg -i --force-overwrite /var/cache/apt/archives/libuhd4.2.0_4.2.0.1-0ubuntu1~focal1_amd64.deb sudo dpkg -i --force-overwrite /var/cache/apt/archives/libuhd4.4.0_4.4.0.0-0ubuntu1~focal1_amd64.deb @@ -31,4 +31,4 @@ wget -O $WORK_DIR/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.con source oaienv cd cmake_targets sudo ./build_oai -I -w USRP -i -sudo ./build_oai --gNB --nrUE -c -C -w USRP --ninja --build-lib all +sudo ./build_oai --gNB --nrUE -c -C -w USRP -- GitLab