Scripts to run my5G-RANTester
-
On Ubuntu Server 20.04 LTS, install Linux Kernel v5.4.90 following this tutorial.
-
Install
curl:sudo apt update
sudo apt -y install curl
-
Choose the 5G core you want:
-
free5GC:
sudo -s
bash <(curl -s https://raw.githubusercontent.com/PORVIR-5G-Project/my5G-RANTester-Scripts/main/run.sh) -c 2 -
Open5GS:
sudo -s
bash <(curl -s https://raw.githubusercontent.com/PORVIR-5G-Project/my5G-RANTester-Scripts/main/run.sh) -c 3
-
-
Run the
capture_and_parse_logs.shscript:sudo -s
bash <(curl -s https://raw.githubusercontent.com/PORVIR-5G-Project/my5G-RANTester-Scripts/main/capture_and_parse_logs.sh) my5grantester_logs.csv
-
Run the
stop_and_clear.shscript:sudo -s
bash <(curl -s https://raw.githubusercontent.com/PORVIR-5G-Project/my5G-RANTester-Scripts/main/stop_and_clear.sh)