OpenBTS with Testcall Debian Packages.
It aims in easing the installation and configuration of a GSM/GPRS one basestation network with OpenBTS.
This is my packaged fork, https://github.com/ipduh/openbts, of OpenBTS, along with gsm_helpers, https://github.com/ipduh/gsm_helpers, a bash "env" script with administration helper functions.
This version of OpenBTS differs from the current version of OpenBTS in the following.
1)It backports Testcall, a feature that makes it easy to send raw packets through a socket.
2)It allows for larger IMSIs.
Tested thorougly only with a B210 SDR.
$ sudo bash
# whoami
root
# ./install-dependencies.sh
# ./install-uhd-images.sh
# dpkg -i ./packages/*.deb
# cp gsm_helpers.sh /OpenBTS
# echo 'source /OpenBTS/gsm_helpers.sh' >> ~/.bashrc
# . ~/.bashrc
Please see LEGAL and LICENSE before using this piece of software.
Same with the original Range Networks License.