From 58ac7e0e98c448dcece8e7dfa53f484c982e96cf Mon Sep 17 00:00:00 2001 From: "Andreas.Eversberg" Date: Wed, 16 Mar 2011 08:52:01 +0000 Subject: [layer23] Adding Quadband support and GSM 4x0 support 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. --- src/host/gsmmap/gsmmap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/host/gsmmap') diff --git a/src/host/gsmmap/gsmmap.c b/src/host/gsmmap/gsmmap.c index 01f3670c..588a65ed 100644 --- a/src/host/gsmmap/gsmmap.c +++ b/src/host/gsmmap/gsmmap.c @@ -431,7 +431,8 @@ void kml_cell(FILE *outfp, struct node_cell *cell) gsm_get_mcc(cell->s.mcc), gsm_get_mnc(cell->s.mcc, cell->s.mnc)); fprintf(outfp, "\t\t\t\t\t\t\n"); - gsm48_sysinfo_dump(&cell->s, cell->sysinfo.arfcn, print_si, outfp); + gsm48_sysinfo_dump(&cell->s, cell->sysinfo.arfcn, print_si, outfp, + NULL); fprintf(outfp, "\t\t\t\t\t\t\n"); fprintf(outfp, "\t\t\t\t\t\t\n"); fprintf(outfp, "\t\t\t\t\t\t\t%.8f\n", -- cgit v1.2.3