sudo apt-get update
sudo apt-get install -y build-essential cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libuhd-dev uhd-host
sudo apt install -y git
sudo git clone https://github.com/NicolasLvrd/srsRAN_4G.git
cd srsRAN_4G
sudo mkdir build
cd build
sudo apt install -y cmake
sudo cmake ../
sudo make
sudo make install
sudo uhd_images_downloader
sudo srsran_install_configs.sh user
git pull
cd build
make
sudo make install
srsRAN is an open source 4G software radio suite developed by SRS. For 5G RAN, see our new O-RAN CU/DU solution - srsRAN Project.
See the srsRAN 4G project pages for information, guides and project news.
The srsRAN suite includes:
- srsUE - a full-stack SDR 4G UE application with prototype 5G features
- srsENB - a full-stack SDR 4G eNodeB application
- srsEPC - a light-weight 4G core network implementation with MME, HSS and S/P-GW
For application features, build instructions and user guides see the srsRAN 4G documentation.
For license details, see LICENSE file.
Mailing list: https://lists.srsran.com/mailman/listinfo/srsran-users