Skip to content

oran-testing/rtue

Repository files navigation

NTIA RAN Tester UE

This is a modification of srsRAN's UE software for use in security testing. It has enhanced metrics logging capabilites, and several attacks that can be launched against the RAN.


See the our comprehensive documentation for more info on our attacks and metrics.

Quickstart Guide

  1. Install Build Dependencies:
sudo apt-get update && sudo apt-get install -y cmake gcc g++ make libzmq3-dev libboost-all-dev \
    libuhd-dev uhd-host pkg-config libfftw3-dev libmbedtls-dev libsctp-dev libyaml-cpp-dev libgtest-dev
  1. Clone the core repository:
git clone https://github.com/oran-testing/rtue.git
  1. Build from Source:
cd rtue
mkdir build && cd build
cmake ../
make -j $(nproc)
sudo make install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages