Specifications
AirPrime UMTS / LTE MC/SL-Series Extended AT Command Reference
88 Proprietary and Confidential 2130616
!GBAND
Supporting chipsets:
• All
Set/return the current operating band
Read or set the current operating bands (1 or more) of the modem.
Usage:
• Execution: AT!GBAND=<bandmask>
Response:
OK
Purpose: Set the operating bands.
• Query: AT!GBAND?
Response:
!GBAND: <band>, <bandmask>
OK
Purpose: Return the current operating band and the mask of preferred bands.
Parameters:
<band> (Current WCDMA or GSM operating band)
• ASCII string (For example: “WCDMA1900”, “GSM850”, etc.)
<bandmask> (Supported bands—use a bitwise OR to choose multiple bands)
• GSM850: 0000000000080000
• GSM900: 0000000000000300
• GSM1800: 0000000000000080
• GSM1900: 0000000000200000
• WCDMA2100: 0000000000400000
• WCDMA1900: 0000000000800000
• WCDMA850: 0000000004000000
• WCDMA800: 0000000008000000
• WCDMA900: 0002000000000000
• Any band: 000000003FFFFFFF (autoband—the modem acquires any
available band)
Example:
You can set the modem to use multiple bands using a bitwise OR. For example, to set
the modem to use the GSM850 and GSM900 bands, you would issue the command
AT!GBAND=00080300:
0000000000080000 (GSM850)
0000000000000300 (GSM900)
-----------------------------
0000000000080300
Note: It is not possible to perform handoffs to bands not in the currently selected band
mask.
Note: Due to stack implementation, the query form of the command (!GBAND?) reports
WCDMA800 for both WCDMA800 and WCDMA850.
Table 4-2: Diagnostic command details (Continued)
Command Description