An implementation of Analog cellular networks like A-Netz, B-Netz, C-Netz, NMT, AMPS, TACS, JTACS, Radiocom 2000, IMTS, MPT1327, Eurosignal and more http://osmocom-analog.eversberg.eu/
Go to file
Andreas Eversberg e029a6a858 C-Netz: Generator and Arduino programmer for SIM cards
It supports the simple memory cards only. Works only with very early
phones, like BSA51 (tested so far).

An SLE4428 card must be written. The card must not have any protected
serial number area. Also the card must read all 416 written bits via ATR,
not only the first 32 bits.
2016-10-03 13:33:33 +02:00
docs work on docs 2016-10-02 09:06:06 +02:00
sim C-Netz: Generator and Arduino programmer for SIM cards 2016-10-03 13:33:33 +02:00
src AMPS: Correcting channel number range 2016-10-02 09:06:06 +02:00
.gitignore C-Netz: Generator and Arduino programmer for SIM cards 2016-10-03 13:33:33 +02:00
Makefile.am C-Netz: Generator and Arduino programmer for SIM cards 2016-10-03 13:33:33 +02:00
README work on docs 2016-10-02 09:06:06 +02:00
configure.ac C-Netz: Generator and Arduino programmer for SIM cards 2016-10-03 13:33:33 +02:00
git-version-gen initial git import 2016-03-13 09:12:11 +01:00

README

This software implements base station protocol of classic mobile phones. With
radio transmitter and receiver connected to one sound card and a headset
connected to another sound card, it is possible to make and receive calls to
and from mobile phone. Currently supported networks:

 * A-Netz
 * B-Netz (ATF-1)
 * C-Netz
 * NMT 450 (Nordic Mobile Telephone)
 * AMPS (Advanced Mobile Phone System)


USE AT YOUR OWN RISK!


Acknowledgements:

Carsten Wollesen for donating Telefunken 4015 B-Netz phone back in the 90's.

Klaus Adler for helping me to retrieve complete NMT specification and donating
a BSA44 (magnetic card C-Netz hackable phone) back in the 90's.

Andy Zauner for providing signaling specification of C-Netz back in the 90's.

Hans Wigger for providing valuable informations about A-Netz and B-Netz and
helping me to get an A-Netz phone.

Stephan Hessberger for his work on oebl.de, that provides valuable informations
about A-Netz, B-Netz and C-Netz.

Friedhelm Hillebrand for providing complete specification of the mobile phone
of C-Netz.

Mikko Ristila for providing newer NMT specs (with DMS/SMS specifications).

Dieter Spaar and Mark Atherton for prividing AMPS informations and recordings
to verify and debug AMPS support.
See http://www.idesignz.org/AMPS/AMPS_BS.html for first base station
implementation of AMPS.

Telecommunication Industry Association for providing TIA/EIA-533 documentation.
"Reproduced under written permission from Telecommunications Industry
Association."

Eric from Smart Card World and Karsten Niehusen from cardomatic.de for
providing memory cards to be programmed for older C-Netz phone.