Project

General

Profile

WikiStart » History » Version 56

laforge, 02/19/2016 10:47 PM
more explanation what this is all about

1 43 laforge
= Welcome to BS11-Abis / OpenBSC =
2 1
3 25 laforge
This is a project aiming to create a Free Software, GPL-licensed Abis (plus BSC/MSC/HLR) implementation for experimentation and research purpose.
4
5 56 laforge
What this means: OpenBSC is a ''GSM network in a box'' software, implementing the minimal necessary parts to build a small, self-contained GSM network.
6
7
OpenBSC includes functionality normally performed by the following components of a GSM network: BSC (Base Station Controller), MSC (Mobile Switching Center), HLR (Home Location Register), AuC (Authentication Center), VLR (Visitor Location Register), EIR (Equipment Identity Register).
8
9 43 laforge
Right now we are targeting the '''Siemens BS11 microBTS''' and '''ip.access nanoBTS''' GSM base transceiver station, but we are planning to support different [wiki:BTS] equipment in the future.
10 1
11 26 laforge
 * [wiki:OpenBSC] -- The Free Software implementaiton of a BTS (plus MSC, HLR)
12 28 laforge
  * [wiki:BscHack] -- The actual BSC program
13 54 laforge
    * [wiki:bsc_hack_VTY] -- Reference for the interactive command line and config file
14 28 laforge
  * [wiki:bs11_config] -- A small tool for configuring the BS-11 using RS232
15 38 laforge
  * [wiki:ipaccess-find] -- A small tool to find nanoBTS in your network 
16
  * [wiki:ipaccess-config] -- A small tool to set NVRAM configuration of the nanoBTS
17 45 dexter
  * [wiki:isdnsync] -- A small tool to use the PSTN as frequency standard
18 38 laforge
 * [wiki:BS11] -- The Siemens microBTS
19 53 laforge
  * [wiki:BS11_Sales] -- BS-11 units are sold out by now, sorry.
20 10
  * [wiki:BS11_Package_List] -- Make sure everything is in the package
21 5 laforge
  * [wiki:BS11_Configuration] -- How to use / setup the hardware
22 1
  * [wiki:BS11_LMT] -- The local maintenance Terminal
23 29 laforge
  * [wiki:BS11_Getting_Started] -- Getting started with your BS-11
24 31
  * [wiki:BS11_Troubleshooting] -- When something doesn't work
25 42 laforge
  * [wiki:BS11_Internals] -- Details like PCB photographs
26 27 laforge
 * [wiki:nanoBTS] -- the ip.access nanoBTS
27 49 tnt
  * [wiki:nanoBTS_Models] -- Known models
28 37 laforge
  * [wiki:nanoBTS_Internals] -- Details like PCB photographs and debug port
29 8 laforge
 * [wiki:HFC-E1 HFC-E1 Evaluation Board] -- The E1 card we use for our software
30 11 laforge
 * [wiki:GSMStandards] -- The specifications for GSM
31 48 tnt
 * A5: Authentication & Ciphering
32
  * [wiki:A5_GSM_AT_tricks] 
33 23 laforge
 * [wiki:mISDN] -- The Linux ISDN stack
34 12 laforge
 * [wiki:LegalNotes] -- Important Legal notes on operating GSM base stations
35 14 zecke
 * [wiki:HandsetBugs] -- Things we have observed during development
36 16 laforge
 * [wiki:GSM_Security] -- The GSM security issues that we find
37 4 laforge
38 33
39
== Howtos ==
40 55 laforge
41
 * Standard configuration
42
   * [wiki:Debian_Getting_Started] -- Getting started with OpenBSC under Debian
43
 * Advanced topics
44
   * [wiki:OpenBSC_LCR] -- OpenBSC+LCR with Asterisk
45
   * [wiki:E1-to-RJ45] -- Howto build your E1<>RJ45 cable
46
   * [wiki:Isdnsync] -- Howto use the PSTN as frequency standard
47
   * [wiki:OpenBSCWithSCCP] -- Howto use OpenBSC with a separate/real MSC
48 33
49 4 laforge
== Developers ==
50
51 36 laforge
 * git checkout is available via {{{git clone git://bs11-abis.gnumonks.org/openbsc.git}}}
52 13 laforge
 * Mailinglist is at [http://lists.gnumonks.org/mailman/listinfo/openbsc]
53 6 laforge
 * Wiki is right here ;)
54 28 laforge
55 6 laforge
56
=== Tools ===
57
 
58 1
 * [wiki:WandelGoltermannMA10] -- a GSM protocol analyzer ISA card
59 30
 * [wiki:TektronixK1103] -- GSM protocol tester and analyzer
60 18
 * [wiki:PacketDump] -- Using wireshark on PCAP files
61 52 laforge
 * [wiki:MagicSIM] -- SIM cards where you can program the Ki
62 19 laforge
63
== News ==
64
65 41 laforge
 * OpenBSC will be running an experimental GSM network at [http://har2009.org/] in mid-August 2009
66
  * check [https://wiki.har2009.org/page/GSM] for more information
67
  * we have a dedicated [wiki:HAR2009] page in this wiki for our coordination/preparation
68 19 laforge
 * The slides of the [http://events.ccc.de/congress/2008/Fahrplan/events/3007.en.html 25C3 presentation] [http://events.ccc.de/congress/2008/Fahrplan/attachments/1259_25C3-OpenBSC.pdf are available].
69
70 32 laforge
== Thanks ==
71
72
 * to [http://netzing.de] for funding part of the OpenBSC development
73
 * to [http://junghanns.net] for supporting us with discounted E1 boards
74 50
 * to [http://www.on-waves.com] for funding part of the OpenBSC development
75 32 laforge
 
76 13 laforge
== Related projects ==
77 32 laforge
78 13 laforge
 * [http://gnuradio.org/trac/wiki/OpenBTS OpenBTS]
79
 * [http://wiki.thc.org/gsm/ The THC GSM project]
80 39 laforge
 * [http://airprobe.org/ airprobe.org]
81
 * [http://www2.informatik.hu-berlin.de/~goeller/ Homepage of Dr.-Ing. Joachim Goeller]
82 2 laforge
== Starting Points about trac ==
83 1
84 2 laforge
 * About WikiFormatting
85 1
 * TracGuide --  Built-in Documentation
86
 * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project
87
 * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
88
 * TracSupport --  Trac Support
89
90
For a complete list of local wiki pages, see TitleIndex.
Add picture from clipboard (Maximum size: 48.8 MB)