Changes between Version 12 and Version 13 of OpenBTS


Ignore:
Timestamp:
Oct 13, 2015, 7:21:15 AM (9 years ago)
Author:
davemsolomon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • OpenBTS

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