Version 4 (modified by 3 years ago) ( diff ) | ,
---|
Site Navigation
git clone https://github.com/srsRAN/srsRAN.git cd srsRAN mkdir build cd build cmake ../ make make test make install
git clone https://github.com/srsLTE/srsGUI.git cd srsGUI/ mkdir build cd build cmake ../ make make test sudo make install
This tutorial contains instructions for running srsLTE eNB and UE on COSMOS. A more detailed tutorial can be found [here](https://github.com/srsLTE/srsLTE), with further links to specific help pages and the mailing list.
Prerequisites
- Two nodes, with appropriate hardware, within RF range
- Currently supported: USRP X310, USRP B210
- Load the image
tutorial-srslte.ndz
onto both nodes - Turn the nodes on
- ssh to the nodes
On node 1
- run srsepc
- run srsenb
For further configuration details, please consult the official srsLTE webpage and documentation.
On node 2
- run srsue
Once Both nodes are running
- if all is successful, you should see new interfaces on the two nodes, with addresses:
- 172.16.0.1
- 172.16.0.2
- you should be able to run ping, iperf, and so on
Specifics per domain
sb2.cosmos-lab.org
- set usrp address to "type=x3xx,resource=rio0"
- use RFSWITCH service to set all switches to port 1 for antenna
sb2.orbit-lab.org
- set usrp address to "type=x3xx,addr=192.168.40.2"
- bring up usrp ethernet interface, set ip to 192.168.40.1/16
sb1.orbit-lab.org
- set usrp address to "type=b210"
sb4.orbit-lab.org
- set usrp address to "type=b210"
- configure RF matrix for 60db of attenuation between eNB and UE node chosen
Note:
See TracWiki
for help on using the wiki.