gsm: handle UMTS 2600 internal band
This commit is contained in:
@@ -74,8 +74,9 @@ typedef enum {
|
||||
MM_MODEM_GSM_BAND_U900 = 0x00000400, /* WCDMA 3GPP UMTS 900 MHz (Class VIII) */
|
||||
MM_MODEM_GSM_BAND_U17IX = 0x00000800, /* WCDMA 3GPP UMTS 1700 MHz (Class IX) */
|
||||
MM_MODEM_GSM_BAND_U1900 = 0x00001000, /* WCDMA 3GPP UMTS 1900 MHz (Class II) */
|
||||
MM_MODEM_GSM_BAND_U2600 = 0x00002000, /* WCDMA 3GPP UMTS 2600 MHz (Class VII, internal) */
|
||||
|
||||
MM_MODEM_GSM_BAND_LAST = MM_MODEM_GSM_BAND_U1900
|
||||
MM_MODEM_GSM_BAND_LAST = MM_MODEM_GSM_BAND_U2600
|
||||
} MMModemGsmBand;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user