Skip to content

Instantly share code, notes, and snippets.

@terrydang
Created May 29, 2016 07:53
Show Gist options
  • Save terrydang/9492be587b698b5c8338d4fb4785d478 to your computer and use it in GitHub Desktop.
Save terrydang/9492be587b698b5c8338d4fb4785d478 to your computer and use it in GitHub Desktop.
Download and install openbts
sudo apt-get install software-properties-common python-software-properties
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
git clone https://github.com/RangeNetworks/dev.git
cd dev
./clone.sh
./switchto.sh master
./build.sh
#sudo dpkg -i BUILD-timestamp/*.deb
#sudo apt-get -f install
#start
#$ sudo start sipauthserve
#$ sudo start smqueue
#$ sudo start openbts
#$ sudo start asterisk
#Conversely, to stop them:
#$ sudo stop sipauthserve
#$ sudo stop smqueue
#$ sudo stop openbts
#$ sudo stop asterisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment