From: Andreas Eversberg Date: Sun, 17 Jul 2011 08:23:35 +0000 (+0200) Subject: [mobile] Adding PCS band to list of maximum ARFCNs to scan in one band X-Git-Url: http://git.rot13.org/?p=osmocom-bb.git;a=commitdiff_plain;h=a33bc87fe77d97b1d03e53971370eb66bde9f058 [mobile] Adding PCS band to list of maximum ARFCNs to scan in one band --- diff --git a/src/host/layer23/src/mobile/support.c b/src/host/layer23/src/mobile/support.c index d2947dc..ad344e3 100644 --- a/src/host/layer23/src/mobile/support.c +++ b/src/host/layer23/src/mobile/support.c @@ -110,6 +110,7 @@ struct gsm_support_scan_max gsm_sup_smax[] = { { 128, 251, 30, 0 }, /* GSM 850 */ { 955, 124, 30, 0 }, /* P,E,R GSM */ { 512, 885, 40, 0 }, /* DCS 1800 */ + { 1024, 1322, 40, 0 }, /* PCS 1900 */ { 0, 0, 0, 0 } };