Project

General

Profile

WikiStart » History » Version 65

laforge, 02/19/2016 10:47 PM
a bit more structure, add links to osmo-sgsn / osmo-gbproxy

1 65 laforge
[[PageOutline]]
2 43 laforge
= Welcome to BS11-Abis / OpenBSC =
3 1
4 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.
5
6 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.
7
8
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).
9
10 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.
11 1
12 65 laforge
== OpenBSC Software ==
13
 * [wiki:OpenBSC] -- The Free Software project implementing various parts of the GSM network
14
  * [wiki:BscHack] -- A stand-alone gsm-network-in-a-box program implementing minimal subset of BSC, MSC, HLR, AuC and EIR.
15 54 laforge
    * [wiki:bsc_hack_VTY] -- Reference for the interactive command line and config file
16 28 laforge
  * [wiki:bs11_config] -- A small tool for configuring the BS-11 using RS232
17 38 laforge
  * [wiki:ipaccess-find] -- A small tool to find nanoBTS in your network 
18
  * [wiki:ipaccess-config] -- A small tool to set NVRAM configuration of the nanoBTS
19 45 dexter
  * [wiki:isdnsync] -- A small tool to use the PSTN as frequency standard
20 60
  * [wiki:bsc_msc_ip] -- A utility to connect to a MSC via A over IP
21
  * [wiki:bsc_mgcp] -- A stupid MediaGatewayControlProtocol (MGCP) gateway
22
    * [wiki:bsc_mgcp_VTY] -- Reference for the interactive command line and config file
23 1
  * [wiki:bsc_nat] -- a BSC NAT/Multiplexer
24
    * [wiki:bsc_nat_VTY] -- Reference for the interactice command line and config file
25 65 laforge
  * [wiki:osmo-gbproxy] -- A proxy/gateway for aggregating multiple Gb links betwen BSS and SGSN
26
  * [wiki:osmo-sgsn] -- A work-in-progress SGSN
27
28
=== Information related to a specific BTS model ===
29 38 laforge
 * [wiki:BS11] -- The Siemens microBTS
30 53 laforge
  * [wiki:BS11_Sales] -- BS-11 units are sold out by now, sorry.
31 10
  * [wiki:BS11_Package_List] -- Make sure everything is in the package
32 5 laforge
  * [wiki:BS11_Configuration] -- How to use / setup the hardware
33 1
  * [wiki:BS11_LMT] -- The local maintenance Terminal
34 29 laforge
  * [wiki:BS11_Getting_Started] -- Getting started with your BS-11
35 31
  * [wiki:BS11_Troubleshooting] -- When something doesn't work
36 42 laforge
  * [wiki:BS11_Internals] -- Details like PCB photographs
37 27 laforge
 * [wiki:nanoBTS] -- the ip.access nanoBTS
38 49 tnt
  * [wiki:nanoBTS_Models] -- Known models
39 1
  * [wiki:nanoBTS_Internals] -- Details like PCB photographs and debug port
40
  * [wiki:nanoBTS_multiTRX] -- Creating a nanoBTS multi-TRX setup
41 65 laforge
42
=== Miscellaneous Information ===
43 11 laforge
 * [wiki:HFC-E1 HFC-E1 Evaluation Board] -- The E1 card we use for our software
44 48 tnt
 * [wiki:GSMStandards] -- The specifications for GSM
45
 * A5: Authentication & Ciphering
46 23 laforge
  * [wiki:A5_GSM_AT_tricks] 
47 12 laforge
 * [wiki:mISDN] -- The Linux ISDN stack
48 14 zecke
 * [wiki:LegalNotes] -- Important Legal notes on operating GSM base stations
49 16 laforge
 * [wiki:HandsetBugs] -- Things we have observed during development
50 1
 * [wiki:GSM_Security] -- The GSM security issues that we find
51 4 laforge
52 33
53 65 laforge
=== Howtos ===
54 55 laforge
55 57 dexter
 * Standard configuration:
56 55 laforge
   * [wiki:Debian_Getting_Started] -- Getting started with OpenBSC under Debian
57 57 dexter
 * Advanced topics:
58 55 laforge
   * [wiki:OpenBSC_LCR] -- OpenBSC+LCR with Asterisk
59
   * [wiki:E1-to-RJ45] -- Howto build your E1<>RJ45 cable
60 1
   * [wiki:Isdnsync] -- Howto use the PSTN as frequency standard
61
   * [wiki:OpenBSCWithSCCP] -- Howto use OpenBSC with a separate/real MSC
62 57 dexter
 * HF-Topics:
63 58 dexter
   * [wiki:cable_antenna] -- Build new antennas for your BTS
64 59 dexter
   * [wiki:ethernet_dummyload] -- Use an old ethernet terminator as dummyload
65 33
   * [wiki:10db_attenuator] -- Turn 30mW into 3 mW
66 4 laforge
67
== Developers ==
68 36 laforge
69 13 laforge
 * git checkout is available via {{{git clone git://bs11-abis.gnumonks.org/openbsc.git}}}
70 1
 * Mailinglist is at [http://lists.gnumonks.org/mailman/listinfo/openbsc]
71 62
 * [wiki:Tarballs] of libosmocore and OpenBSC
72 6 laforge
 * Wiki is right here ;)
73
74 65 laforge
=== Tools for developers ===
75 6 laforge
 
76 1
 * [wiki:WandelGoltermannMA10] -- a GSM protocol analyzer ISA card
77 30
 * [wiki:TektronixK1103] -- GSM protocol tester and analyzer
78 18
 * [wiki:PacketDump] -- Using wireshark on PCAP files
79 52 laforge
 * [wiki:MagicSIM] -- SIM cards where you can program the Ki
80 19 laforge
81
== News ==
82
83 41 laforge
 * OpenBSC will be running an experimental GSM network at [http://har2009.org/] in mid-August 2009
84
  * check [https://wiki.har2009.org/page/GSM] for more information
85
  * we have a dedicated [wiki:HAR2009] page in this wiki for our coordination/preparation
86 61 laforge
 * The slides of the [http://events.ccc.de/congress/2008/Fahrplan/events/3007.en.html 25C3 presentation ''Running your own GSM network''] [http://events.ccc.de/congress/2008/Fahrplan/attachments/1259_25C3-OpenBSC.pdf are available].
87
 * The slides of the [http://events.ccc.de/congress/2009/Fahrplan/events/3535.en.html 26C3 presentation ''Fuzzing GSM handsets using OpenBSC''] [http://events.ccc.de/congress/2009/Fahrplan/attachments/1503_openbsc_gsm_fuzzing.pdf are available]
88 19 laforge
89 32 laforge
== Thanks ==
90
91
 * to [http://netzing.de] for funding part of the OpenBSC development
92
 * to [http://junghanns.net] for supporting us with discounted E1 boards
93 50
 * to [http://www.on-waves.com] for funding part of the OpenBSC development
94 32 laforge
 
95 13 laforge
== Related projects ==
96 32 laforge
97 13 laforge
 * [http://gnuradio.org/trac/wiki/OpenBTS OpenBTS]
98
 * [http://wiki.thc.org/gsm/ The THC GSM project]
99 39 laforge
 * [http://airprobe.org/ airprobe.org]
100 1
 * [http://www2.informatik.hu-berlin.de/~goeller/ Homepage of Dr.-Ing. Joachim Goeller]
101 58 dexter
102 2 laforge
== Starting Points about trac ==
103 1
104 2 laforge
 * About WikiFormatting
105 1
 * TracGuide --  Built-in Documentation
106
 * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project
107
 * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
108
 * TracSupport --  Trac Support
109
110
For a complete list of local wiki pages, see TitleIndex.
Add picture from clipboard (Maximum size: 48.8 MB)