Skip to content

srsRAN_4G avec timers RRC alternatifs pour le cours Réseaux Cellulaires Avancés (INSA Lyon)

License

Notifications You must be signed in to change notification settings

NicolasLvrd/srsRAN_4G

 
 

Repository files navigation

Setup for RCA

First install

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

Build a new version

git pull
cd build
make
sudo make install

srsRAN

Build Status CodeQL Coverity

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.

Support

Mailing list: https://lists.srsran.com/mailman/listinfo/srsran-users

About

srsRAN_4G avec timers RRC alternatifs pour le cours Réseaux Cellulaires Avancés (INSA Lyon)

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 80.5%
  • C 18.4%
  • Other 1.1%