Project

General

Profile

Actions

Simulation » History » Revision 1

Revision 1/5 | Next »
Anonymous, 02/19/2016 10:48 PM


Running OpenBSC without a GSM Basestation

Holger Freyther has written a Software Basestation in Smalltalk. This software is used to re-produce defects but can be generally useful to people that want to understand the Abis protocol spoken between the BTS and the BSC. The Software BTS is implemented in Smalltalk, an modern object orientated scripting language, and there are Debian packages that make installing it easy.

Installation on GNU/Debian 6.0 {{{
  1. Become the superuser of your system
    $ sudo -s
  1. Register the repository
    $ echo 'deb http://download.opensuse.org/repositories/home:/zecke23/Debian_6.0/ ./' > /etc/apt/sources.list.d/osmocom
  1. Trust the repository key
    $ wget --quiet -O /dev/stdout http://download.opensuse.org/repositories/home:/zecke23/Debian_6.0/Release.key | apt-key add -
    OK
  1. Update and install the packages
    $ aptitude update; aptitude install gnu-smalltalk osmo-st-openbsc-test
    }}}
Files (0)

Updated by about 8 years ago · 1 revisions

Add picture from clipboard (Maximum size: 48.8 MB)