| | 51 | |
| | 52 | Install the dependencies |
| | 53 | {{{ |
| | 54 | root@node1-1:~# apt-get install software-properties-common python-software-properties |
| | 55 | root@node1-1:~# add-apt-repository ppa:git-core/ppa |
| | 56 | root@node1-1:~# apt-get update |
| | 57 | root@node1-1:~# apt-get install git |
| | 58 | root@node1-1:~# apt-get install bind9 |
| | 59 | root@node1-1:~# apt-get -f install |
| | 60 | }}} |
| | 61 | |
| | 62 | Download and prepare to build OpenBTS, Asterisk, SMQueue and Node Manager |
| | 63 | {{{ |
| | 64 | root@node1-1:~# git clone https://github.com/RangeNetworks/dev.git |
| | 65 | root@node1-1:~# cd dev |
| | 66 | root@node1-1:~/dev# ./clone.sh |
| | 67 | root@node1-1:~/dev# ./switchto.sh master |
| | 68 | }}} |
| | 69 | |
| | 70 | Build OpenBTS with support for our SDR as well as Asterisk, SMQueue and Node Manager: |
| | 71 | {{{ |
| | 72 | root@node1-1:~/dev#./build.sh N210 |
| | 73 | }}} |
| | 74 | |
| | 75 | |
| | 76 | |
| | 77 | |