wiki:OpenBTS

Version 9 (modified by davemsolomon, 9 years ago) ( diff )

Orbit + OpenBTS

All you need is a GSM Phone, any SIM Card and the OpenBTS software to create a tiny GSM network using Orbit Hardware.

The following book was my guide when I was doing this install → http://openbts.org/site/wp-content/uploads/ebook/Getting_Started_with_OpenBTS_Range_Networks.pdf

The first thing you should ask is → Which SDR's does OpenBTS support for GSM? → http://openbts.org/w/index.php/RadioIntegration

I have had all of my success with the N210, which was available on Orbit Sandbox 3 at the time of writing this article. How did I know the N210 was available on SB3? → If you can find the "Orbit Online Scheduler" then you should be able to find the "Orbit Status Page", you can ask the "Orbit Status Page", "On which nodes is the N210 installed?"

Once you know which box is hosting your target SDR, the next thing you should do is to verify that the SDR is working on your target box.

Starting from Scratch:

davemsolomon@console.sb3:~$ omf load -t node1-1 -i baseline.ndz
davemsolomon@console.sb3:~$ omf tell -a on -t node1-1

SSH to the target box with the SDR:

davemsolomon@console.sb3:~$ ssh root@node1-1

Check to see if the SDR is in working order on the Box:

root@node1-1:~# apt-get update
root@node1-1:~# apt-get install uhd-host
Note: See TracWiki for help on using the wiki.