Skip to content

Open source SDR 4G/5G software suite from Software Radio Systems (SRS)

License

Notifications You must be signed in to change notification settings

elukyan/srsRAN-Custom

 
 

Repository files navigation

srsRAN

To edit the bands requested as part of UE capability, edit the file found at srsenv/src/stack/rrc/rrc_ue.cc.

You can set the bands on line 1086 and 1095 -- about 15 lines in to the send_ue_cap_enquiry function.

After doing so, run:

mkdir build
cd build
cmake ../
sudo make -j$((`nproc`+1))
sudo make install
sudo srsenb

This builds and launches srsRAN's eNB. Config files can be edited normally (usually in /root/.config/srsran/...).

About

Open source SDR 4G/5G software suite from Software Radio Systems (SRS)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 78.7%
  • C 20.1%
  • CMake 1.1%
  • Other 0.1%