Difference between revisions of "5G"

From OnnoWiki
Jump to navigation Jump 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 09:30, 26 October 2022