Project

General

Profile

WikiStart » History » Version 71

dexter, 02/19/2016 10:47 PM

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