diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-08-20 12:59:29 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-07 10:54:52 +0200 |
commit | 946149016bd42bee7680fa81616b57b2f35f4813 (patch) | |
tree | 0e07fc27d33f62b01ff12ee0c8ff29a19b2df272 /include | |
parent | eedd4ab445713cc862cf33821aceb39470f6a220 (diff) |
api: define additional GSM frequency bands
New definitions for not so common GSM frequency bands.
Diffstat (limited to 'include')
-rw-r--r-- | include/ModemManager-enums.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h index 2ceb0e71..1aa784ba 100644 --- a/include/ModemManager-enums.h +++ b/include/ModemManager-enums.h @@ -249,6 +249,13 @@ typedef enum { /*< underscore_name=mm_modem_mode >*/ * @MM_MODEM_BAND_DCS: GSM/GPRS/EDGE 1800 MHz. * @MM_MODEM_BAND_PCS: GSM/GPRS/EDGE 1900 MHz. * @MM_MODEM_BAND_G850: GSM/GPRS/EDGE 850 MHz. + * @MM_MODEM_BAND_G450: GSM/GPRS/EDGE 450 MHz. + * @MM_MODEM_BAND_G480: GSM/GPRS/EDGE 480 MHz. + * @MM_MODEM_BAND_G750: GSM/GPRS/EDGE 750 MHz. + * @MM_MODEM_BAND_G380: GSM/GPRS/EDGE 380 MHz. + * @MM_MODEM_BAND_G410: GSM/GPRS/EDGE 410 MHz. + * @MM_MODEM_BAND_G710: GSM/GPRS/EDGE 710 MHz. + * @MM_MODEM_BAND_G810: GSM/GPRS/EDGE 810 MHz. * @MM_MODEM_BAND_U2100: WCDMA 2100 MHz (Class I). * @MM_MODEM_BAND_U1800: WCDMA 3GPP 1800 MHz (Class III). * @MM_MODEM_BAND_U17IV: WCDMA 3GPP AWS 1700/2100 MHz (Class IV). @@ -334,6 +341,13 @@ typedef enum { /*< underscore_name=mm_modem_band >*/ MM_MODEM_BAND_U17IX = 11, MM_MODEM_BAND_U1900 = 12, MM_MODEM_BAND_U2600 = 13, + MM_MODEM_BAND_G450 = 14, + MM_MODEM_BAND_G480 = 15, + MM_MODEM_BAND_G750 = 16, + MM_MODEM_BAND_G380 = 17, + MM_MODEM_BAND_G410 = 18, + MM_MODEM_BAND_G710 = 19, + MM_MODEM_BAND_G810 = 20, /* LTE bands */ MM_MODEM_BAND_EUTRAN_1 = 31, MM_MODEM_BAND_EUTRAN_2 = 32, |