summaryrefslogtreecommitdiffstats
path: root/src/host/gsmmap
AgeCommit message (Collapse)AuthorFilesLines
2011-07-31gsmmap: Dump SYSTEM INFORMATION messages while processingAndreas Eversberg1-16/+17
2011-07-31Fixed broken gsmmap.Andreas Eversberg2-1/+11
2011-05-29[layer23] Adding Quadband support and GSM 4x0 supportAndreas.Eversberg1-1/+2
This makes it possible to use GSM 850 and PCS 1900 bands, as used in the US. The support relies on the phone hardware. Each band (900, DCS, 850, PCS, 480 and 450) can be enabled and disabled individually for each setting.
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso2-4/+4
This patch changes include paths to get osmocom-bb working with the current libosmocore tree. Among all these renames, you can notice several tweaks that I added on purpose, and that require some explanation, they are: * hexdump() in osmocon.c and osmoload.c has been renamed to avoid clashing with hexdump() defined in libosmocore. * gsmmap now depends on libosmogsm. Actually I had to cleanup Makefile.am because I was experiencing weird linking problems, probably due to a bug in the autotools. With the change included in this patch, I got it compiled and linked here correctly. This patch has been tested with the phone Motorola C123 and the following images files: * firmware/board/compal_e88/hello_world.compalram.bin * firmware/board/compal_e88/layer1.compalram.bin Using the osmocon, bcch_scan and mobile tools. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
2010-10-30[layer23] cell_log's scanning depth now depends on movement speedAndreas.Eversberg1-1/+1
2010-10-24Introducing "gsmmap" to convert SYSTEM INFORMATION log into a KML mapAndreas.Eversberg11-0/+1581