blob: c7f5771e5496aa5feafe39bda7a5bdba39185225 [file] [log] [blame]
#!/usr/bin/env python3
#
# Copyright 2020 - The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# GSM BAND constants
GSM_BAND_GSM450 = "GSM450"
GSM_BAND_GSM480 = "GSM480"
GSM_BAND_GSM850 = "GSM850"
GSM_BAND_PGSM900 = "P-GSM900"
GSM_BAND_EGSM900 = "E-GSM900"
GSM_BAND_RGSM900 = "R-GSM900"
GSM_BAND_DCS1800 = "DCS1800"
GSM_BAND_PCS1900 = "PCS1900"
LTE_BAND_2 = 2
LTE_BAND_4 = 4
LTE_BAND_12 = 12
WCDMA_BAND_1 = 1
WCDMA_BAND_2 = 2