summaryrefslogtreecommitdiffstats
path: root/src/host/layer23
diff options
context:
space:
mode:
authorAndreas Eversberg2011-07-17 10:23:35 +0200
committerAndreas Eversberg2011-07-17 10:23:35 +0200
commita33bc87fe77d97b1d03e53971370eb66bde9f058 (patch)
tree266cae54948a11b752254b23576344cf28d6a66b /src/host/layer23
parent[mobile] Adding security warning, if default IMEI is not changed (diff)
downloadosmocom-a33bc87fe77d97b1d03e53971370eb66bde9f058.tar.gz
osmocom-a33bc87fe77d97b1d03e53971370eb66bde9f058.tar.xz
osmocom-a33bc87fe77d97b1d03e53971370eb66bde9f058.zip
[mobile] Adding PCS band to list of maximum ARFCNs to scan in one band
Diffstat (limited to 'src/host/layer23')
-rw-r--r--src/host/layer23/src/mobile/support.c1
1 files changed, 1 insertions, 0 deletions
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 }
};