Project

General

Profile

WikiStart » History » Version 67

laforge, 02/19/2016 10:47 PM
add git repository of libosmocore

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