5G: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Line 53: Line 53:
* [[srsRAN: Download]]
* [[srsRAN: Download]]
* [[srsRAN: Compile]]
* [[srsRAN: Compile]]
sudo apt-get install build-essential cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev
* [[srsRAN: Install srsRAN with ZeroMQ]]
 
git clone https://github.com/srsRAN/srsRAN.git
 
cd srsRAN
 
mkdir build
 
cd build
 
cmake ../
 
make
 
make test
 
sudo make install
 
srsran_install_configs.sh user


===OpenAirInterface===
===OpenAirInterface===

Revision as of 02:30, 26 October 2022