Project

General

Profile

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

Anonymous, 02/19/2016 10:48 PM
linked sniffing

1 22 laforge
[[PageOutline]]
2 23 laforge
= Welcome to the OsmocomBB project =
3 1
4 23 laforge
OsmocomBB is an Open Source / Free Software GSM Baseband software implementation.
5
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 1
== Directory ==
20 58 steve-m
21
[[BlogList(format=float,recent=5,max_size=350)]]
22 23 laforge
23
This is the project page about our experiments (so far) only with phones based on the Ti [wiki:Calypso]/[wiki:Iota]/[wiki:Rita] 
24 32 laforge
GSM baseband chipset.  The main target is the [wiki:MotorolaC123]. For more supported phones, check below.
25 8 laforge
26
We originally intended to build an inexpensive GSM experimentation board built with/around that chipset, but right now
27 15 laforge
are pursuing a slightly alternative course by using cheap off-the-shelf feature phones and write custom software for it.
28 1
 * The [wiki:ProjectRationale]
29 8 laforge
 * The big [wiki:MasterPlan]
30 17 laforge
  * [wiki:AreasOfWork] -- What needs to be done and who wants to do it
31 23 laforge
 * Information about the [wiki:TypicalCalypsoModemDesign]
32 42 laforge
  * [wiki:Calypso] -- The HERCROM digital baseband chip (DSP+ARM7)
33 11 laforge
   * [wiki:CalypsoDSP] -- The DSP inside the Calypso DBB
34 1
  * [wiki:Iota] -- The TWL3025 analog baseband chip (ADC/DAC)
35 10 laforge
  * [wiki:Rita] -- The TRF6151C GSM transceiver (VCO, up/down-conversion)
36 50 laforge
 * Information about the [wiki:SciphoneDreamG2], a [wiki:MT6235] based phone (not supported!!)
37 22 laforge
 * Old/obsolete plan/spec of the [wiki:GsmDevelBoard] (note: This project is on hold right now!
38 18 laforge
 * Description of our own GSM Stack
39 1
  * [wiki:L1A_L23_Interface] -- How the Layer1 interfaces with Layer2 and Layer3 of the stack
40
 * Notes on the [wiki:TSM30Layer1 TSM30 Layer1] as it can be found in the TSM30 source
41 22 laforge
 * [wiki:Glossary] -- The weird terms used in the phone baseband world
42
 * [wiki:LegalAspects] -- Important legal aspects of this project
43
 * [wiki:People] -- The people behind the project
44 37 laforge
 * [wiki:PressCoverage] -- What the press is writing about us
45 1
46 26 laforge
== Mailing List ==
47
The development discussions regarding this project happen on the ''baseband-devel@lists.osmocom.org'' mailing list.
48
49
General announcement of major steps and releases of the project are available on the ''osmocom-announce'' list.
50
51
You can subscribe to any of those mailing lists at http://lists.osmocom.org/mailman/listinfo
52
53 44 steve-m
== IRC (Internet Relay Chat) ==
54
55
We have an IRC channel where some developers and users hang out. You can find it at: irc.freenode.net/#osmocom
56
57 1
== Software ==
58 31 laforge
Documentation about software developed by this project.
59 1
60
All source code is kept in the git repository at '''git://git.osmocom.org/osmocom-bb.git'''
61 26 laforge
62 56
 * [wiki:GettingStarted] -- Getting Started with the Software for the target and host.
63
64
65
66 31 laforge
=== Host programs (running on the PC) ===
67 25 zecke
 * [wiki:osmocon] -- A tool for Compal phones; to load code into RAM and execute it
68 49
 * [wiki:osmoload] -- A tool for flashing and examining phones
69 22 laforge
 * [wiki:calypso_pll] -- A tool to calculate Calypso DPLL multiplier+divider
70 1
 * [wiki:rita_pll] -- A tool to calculate the Rita PLL multiplier/divider
71
 * [wiki:libosmocore] -- A library with utility functions
72 37 laforge
 * [wiki:layer23] -- An implementation of GSM Layer2 and upwards.
73 35 laforge
  * [wiki:WiresharkIntegration] -- How to use OsmocomBB with wireshark protocol analyzer
74 1
75 31 laforge
=== Target programs (running on the phone baseband chip) ===
76 26 laforge
 * [wiki:firmware] -- 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
  * [wiki:compal_dsp_dump.bin] -- A program to dump the ROM of the DSP inside the [wiki:Calypso]
81 22 laforge
82 31 laforge
== Supported Phone hardware ==
83
Information specific to certain Calypso based phones that we support
84
85 20 laforge
 * Designed + Manufactured by Compal, OEM by Motorola
86
  * [wiki:MotorolaC115]/C117 (E87)
87 1
  * [wiki:MotorolaC123]/C121/C118 (E88) -- our primary target
88
  * [wiki:MotorolaC140]/C139 (E86)
89
  * [wiki:MotorolaC155] (E99) -- our secondary target
90 39 steve-m
  * [wiki:MotorolaV171] (E68/E69)
91 33 laforge
  * [wiki:SonyEricssonJ100i]
92 47 steve-m
93
 * Designed by Openmoko, manufactured by FIC
94
  * Neo 1973 (GTA01)
95
  * Neo Freerunner (GTA02)
96 1
=== Accessories ===
97
You will need a [wiki:CalypsoSerialCable] to connect the phone to a PC
98 31 laforge
99 55 laforge
== Random bits and pieces ==
100
 * SIM related
101
  * [wiki:RebelSIM] How the Rebel SIM card cand be used as SIM proxy
102
  * [wiki:RebelSIM_Scanner] to scan/trace communication between SIM and phone (rubbish)
103
  * [wiki:SIMtrace] -- our custom hardware / firmware / software to get SIM-ME traces into wireshark
104 59
  * [wiki:SIMReader] How to connect to network using provider SIM
105 60
 * [wiki:Sniffing Notes on sniffing]
106 51 laforge
107 31 laforge
== References ==
108
=== Related projects ===
109
 * [https://svn.berlin.ccc.de/projects/airprobe/ airprobe] -- Open Source GSM protocol analyzer 
110 45 laforge
 * [http://openbsc.osmocom.org/ OpenBSC] -- Open Source BSC/MSC/HLR/SMSC
111 31 laforge
 * [http://openbts.sourceforge.net/ OpenBTS] -- Open Source Um-to-SIP gateway
112
=== Recommended reading ===
113 43 laforge
 * [http://laforge.gnumonks.org/papers/gsm_phone-anatomy-latest.pdf] -- Introduction to contemporary GSM cellphone hardware
114 31 laforge
 * [http://www2.informatik.hu-berlin.de/~goeller/] -- Homepage of Dr.-Ing. Joachim Goeller, lots of GSM tutorials
115 46 laforge
 * [http://sourceforge.net/projects/plabs/] -- Source code of the firmware of the Vitelcom TSM30 phone (dead link)
116
 * [http://svn.gnumonks.org/trunk/presentation/2010/osmocombb-sstic2010/osmocombb-security.pdf OsmocomBB presentation at SSTIC 2010]
117 30 laforge
118 2 laforge
== Trac Starting Points ==
119 1
120
 * TracGuide --  Built-in Documentation
121
 * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project
122
 * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
123
 * TracSupport --  Trac Support
124
125
For a complete list of local wiki pages, see TitleIndex.
Add picture from clipboard (Maximum size: 48.8 MB)