Project

General

Profile

2013-01-10-WikiStart » History » Version 82

Anonymous, 02/19/2016 10:48 PM
firmware is gone as there was no signal

1 22 laforge
[[PageOutline]]
2 23 laforge
= Welcome to the OsmocomBB project =
3 1
4 65 laforge
OsmocomBB is an Free Software / Open Source GSM Baseband software implementation.
5 23 laforge
6
It intends to completely replace the need for a proprietary GSM baseband software, such as
7
 * drivers for the GSM analog and digital baseband (integrated and external) peripherals
8
 * the GSM phone-side protocol stack, from layer 1 up to layer 3
9
10 57 laforge
In short: By using [wiki:OsmocomBB] on a compatible phone, you are able
11 23 laforge
to make and receive phone calls, send and receive SMS, etc. based on Free Software only.
12 1
13 57 laforge
Over the past 12 months, we've been making very good progress. Most of the hardware drivers have been
14
written, and a relatively complete layer1, layer2 and layer3 exist.
15
16
No work has yet been done on any sort of UI on the phone.  The only user interface is a telnet-based
17
command line.
18
19 78 laforge
To get started, checkout the [wiki:PreliminaryRequirements] and then [wiki:Software/GettingStarted]
20 62
21 1
== Directory ==
22 58 steve-m
23
[[BlogList(format=float,recent=5,max_size=350)]]
24 23 laforge
25 82
This is the project page about our experiments (so far) only with phones based on the Ti [wiki:Hardware/Calypso]/[wiki:Iota]/[wiki:Rita] 
26 32 laforge
GSM baseband chipset.  The main target is the [wiki:MotorolaC123]. For more supported phones, check below.
27 8 laforge
28
We originally intended to build an inexpensive GSM experimentation board built with/around that chipset, but right now
29 15 laforge
are pursuing a slightly alternative course by using cheap off-the-shelf feature phones and write custom software for it.
30 1
 * The [wiki:ProjectRationale]
31 80
 * [wiki:Software/AreasOfWork] -- What needs to be done and who wants to do it
32 1
 * Information about the [wiki:TypicalCalypsoModemDesign]
33 82
  * [wiki:Hardware/Calypso] -- The HERCROM digital baseband chip (DSP+ARM7)
34 80
   * [wiki:Hardware/CalypsoDSP] -- The DSP inside the Calypso DBB
35 1
  * [wiki:Iota] -- The TWL3025 analog baseband chip (ADC/DAC)
36 10 laforge
  * [wiki:Rita] -- The TRF6151C GSM transceiver (VCO, up/down-conversion)
37 50 laforge
 * Information about the [wiki:SciphoneDreamG2], a [wiki:MT6235] based phone (not supported!!)
38 22 laforge
 * Old/obsolete plan/spec of the [wiki:GsmDevelBoard] (note: This project is on hold right now!
39 18 laforge
 * Description of our own GSM Stack
40 1
  * [wiki:L1A_L23_Interface] -- How the Layer1 interfaces with Layer2 and Layer3 of the stack
41
 * Notes on the [wiki:TSM30Layer1 TSM30 Layer1] as it can be found in the TSM30 source
42 22 laforge
 * [wiki:Glossary] -- The weird terms used in the phone baseband world
43
 * [wiki:LegalAspects] -- Important legal aspects of this project
44 71
 * [wiki:Community/People] -- The people behind the project
45 37 laforge
 * [wiki:PressCoverage] -- What the press is writing about us
46 1
47 72
== Mailing List/IRC Chat ==
48 26 laforge
49 72
We offer [wiki:Community/Mailing_lists Mailing Lists] and hang out on [wiki:Community/IRC IRC].
50 44 steve-m
51
52 1
== Software ==
53 31 laforge
Documentation about software developed by this project.
54 1
55 66 laforge
OsmocomBB source code is kept in the git repository at '''git://git.osmocom.org/osmocom-bb.git''', which you can browse
56
best from http://cgit.osmocom.org/
57 26 laforge
58 78 laforge
 * [wiki:Software/GettingStarted] -- Getting Started with the Software for the target and host.
59
 * [wiki:Software/Overview] -- Overview how all the parts below fit together
60 56
61 31 laforge
=== Host programs (running on the PC) ===
62 64 laforge
63
==== General Purpose ====
64 25 zecke
 * [wiki:osmocon] -- A tool for Compal phones; to load code into RAM and execute it
65 64 laforge
 * [wiki:mobile] -- An application implementing a regular GSM mobile phone (and more)
66
 * [wiki:WiresharkIntegration] -- How to use OsmocomBB with wireshark protocol analyzer
67
 * [wiki:libosmocore] -- A library with utility functions
68
69
==== Advanced / special purpose tools ====
70 1
 * [wiki:osmoload] -- A tool for flashing and examining phones
71
 * [wiki:calypso_pll] -- A tool to calculate Calypso DPLL multiplier+divider
72 37 laforge
 * [wiki:rita_pll] -- A tool to calculate the Rita PLL multiplier/divider
73 35 laforge
 * [wiki:layer23] -- An implementation of GSM Layer2 and upwards.
74 1
75 31 laforge
=== Target programs (running on the phone baseband chip) ===
76 82
 * The current staging/testing code base for our own software on the Calypso. From it we build a number of apps:
77 54 steve-m
  * hello_world.bin -- An actual 'hello world' application for LCD and serial port
78 22 laforge
  * [wiki:layer1.bin] -- The actual Layer1 software as it is to be used with [wiki:layer23]
79 48
  * [wiki:loader.bin] -- Our flash loader, dumper and second stage bootloader
80 82
  * [wiki:compal_dsp_dump.bin] -- A program to dump the ROM of the DSP inside the [wiki:Hardware/Calypso]
81 73 laforge
  * [wiki:rssi.bin] -- Receive signal strength monitor with spectrum display
82 22 laforge
83 31 laforge
== Supported Phone hardware ==
84 1
85 79
Please see [wiki:Hardware/Phones] for a list of supported phones.
86 69
87 1
=== Accessories ===
88 72
You will need a [wiki:Hardware/SerialCable] to connect the phone to a PC
89 31 laforge
90 1
== Random bits and pieces ==
91 55 laforge
 * SIM related
92
  * [wiki:RebelSIM] How the Rebel SIM card cand be used as SIM proxy
93
  * [wiki:RebelSIM_Scanner] to scan/trace communication between SIM and phone (rubbish)
94
  * [wiki:SIMtrace] -- our custom hardware / firmware / software to get SIM-ME traces into wireshark
95
  * [wiki:SIMReader] How to connect to network using provider SIM
96 68 tsaitgaist
  * [wiki:softSIM] How to do software SIM
97 76 tsaitgaist
 * a collection of phone [wiki:TerminalProfile Terminal Profiles]
98 60
 * [wiki:Sniffing Notes on sniffing]
99 67
 * [wiki:dct3-gsmtap] A tool to obtain GSMTAP messages for SIM and GSM from Nokia DCT3 (eg, 3310) phones
100 72
 * [wiki:Hardware/FilterReplacement] How to replace filters on Motorola phones
101 77
 * [wiki:PotentialCalypsoTargets] Potential phone hardware to use with osmocom-bb
102 51 laforge
103 31 laforge
== References ==
104 1
=== Related projects ===
105 74 gnutoo
 * [wiki:nuttx-bb] -- Port of nuttx on the osmocom-bb comaptible phones.
106 65 laforge
 * [https://svn.berlin.ccc.de/projects/airprobe/ airprobe] -- Free Software GSM protocol analyzer 
107 81
 * [http://osmocom.org/ Other Osmocom Projects] -- Osmocom Projects
108 65 laforge
 * [http://openbts.sourceforge.net/ OpenBTS] -- Free Software Um-to-SIP gateway
109
110 1
=== Recommended reading ===
111
 * [http://laforge.gnumonks.org/papers/gsm_phone-anatomy-latest.pdf] -- Introduction to contemporary GSM cellphone hardware
112
 * [http://www2.informatik.hu-berlin.de/~goeller/] -- Homepage of Dr.-Ing. Joachim Goeller, lots of GSM tutorials
113
 * [http://sourceforge.net/projects/plabs/] -- Source code of the firmware of the Vitelcom TSM30 phone (dead link)
114
 * [http://svn.gnumonks.org/trunk/presentation/2010/osmocombb-sstic2010/osmocombb-security.pdf OsmocomBB presentation at SSTIC 2010]
115 78 laforge
 * [http://www.h-online.com/open/features/How-free-is-my-phone-1634071.html Article covering OsmocomBB at h-online, from July 2012]
116 1
For a complete list of local wiki pages, see TitleIndex.
Add picture from clipboard (Maximum size: 48.8 MB)