Skip to content

PORVIR-5G-Project/my5G-RANTester-Scripts

Repository files navigation

my5G-RANTester-Scripts

Scripts to run my5G-RANTester

How to run

  1. On Ubuntu Server 20.04 LTS, install Linux Kernel v5.4.90 following this tutorial.

  2. Install curl:

    sudo apt update
    sudo apt -y install curl
  3. 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

How to capture analytics logs and export to .csv file

  1. Run the capture_and_parse_logs.sh script:

    sudo -s
    bash <(curl -s https://raw.githubusercontent.com/PORVIR-5G-Project/my5G-RANTester-Scripts/main/capture_and_parse_logs.sh) my5grantester_logs.csv

How to stop containers and clear data

  1. Run the stop_and_clear.sh script:

    sudo -s
    bash <(curl -s https://raw.githubusercontent.com/PORVIR-5G-Project/my5G-RANTester-Scripts/main/stop_and_clear.sh)

About

Scripts to run my5G-RANTester

Resources

Stars

Watchers

Forks

Packages

No packages published