[PATCH 2/5] api: define additional GSM frequency bands
Aleksander Morgado
aleksander at aleksander.es
Sun Aug 20 16:37:10 UTC 2017
New definitions for not so common GSM frequency bands.
---
include/ModemManager-enums.h | 14 ++++++++++++++
1 file changed, 14 insertions(+)
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,
--
2.14.1
More information about the ModemManager-devel
mailing list