From 5219b47e775de2ff2dd7ce709016681f1177cc7d Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: Thu, 2 Mar 2023 14:00:04 -0300
Subject: [PATCH] Add the UE configuration file

---
 .../openairinterface-install-scripts/oai_gNB_and_UE_install.sh | 3 +++
 1 file changed, 3 insertions(+)

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 50b3641f4..1a6d883d9 100755
--- a/openairinterface5g/openairinterface-install-scripts/oai_gNB_and_UE_install.sh
+++ b/openairinterface5g/openairinterface-install-scripts/oai_gNB_and_UE_install.sh
@@ -24,6 +24,9 @@ git checkout develop
 git config --global user.email "you@example.com"
 git config --global user.name "Your Name"
 
+## Download the OAI configuration files (CU/DU, OAI UE, and gNB configuration)
+wget -O $WORK_DIR/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.conf https://projetos.imd.ufrn.br/reginalab/sdran-openairinterface/-/raw/main/openairinterface5g/openairinterface-conf/basic_deployment/ue.conf?inline=false
+
 source oaienv
 cd cmake_targets
 sudo ./build_oai -I -w USRP -i
-- 
GitLab