Project

General

Profile

Simulation » History » Version 1

Anonymous, 02/19/2016 10:48 PM

1 1
2
== Running OpenBSC without a GSM Basestation ==
3
4
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.
5
6
7
== Installation on GNU/Debian 6.0 ==
8
9
{{{
10
# Become the superuser of your system
11
$ sudo -s
12
13
# Register the repository
14
$ echo 'deb http://download.opensuse.org/repositories/home:/zecke23/Debian_6.0/ ./' > /etc/apt/sources.list.d/osmocom
15
16
# Trust the repository key 
17
$ wget --quiet -O /dev/stdout http://download.opensuse.org/repositories/home:/zecke23/Debian_6.0/Release.key | apt-key add -
18
OK
19
20
# Update and install the packages
21
$ aptitude update; aptitude install gnu-smalltalk osmo-st-openbsc-test
22
}}}
Add picture from clipboard (Maximum size: 48.8 MB)