aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexey Orishko <alexey.orishko@disruptive-technologies.com>2022-07-25 13:02:57 +0200
committerAleksander Morgado <aleksander@aleksander.es>2022-07-27 11:59:27 +0000
commit04d1e5a380e495b8a471997505da74a5027ffcae (patch)
tree9e1f37032512cc49d7e8debca44b4eb2c1e1f74f /include
parenta32538fa3287aaedc2ecf7baa269ad1c4f3485a0 (diff)
mm-enums: Added E-UTRAN Band 85 to MMModemBand.
LTE Band 85 is supported by modems based on Qualcomm 9205 chipset.
Diffstat (limited to 'include')
-rw-r--r--include/ModemManager-enums.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h
index fdb75476..e5dbc285 100644
--- a/include/ModemManager-enums.h
+++ b/include/ModemManager-enums.h
@@ -374,6 +374,7 @@ typedef enum { /*< underscore_name=mm_modem_mode >*/
* @MM_MODEM_BAND_EUTRAN_69: E-UTRAN band 69. Since 1.8.
* @MM_MODEM_BAND_EUTRAN_70: E-UTRAN band 70. Since 1.8.
* @MM_MODEM_BAND_EUTRAN_71: E-UTRAN band 71. Since 1.8.
+ * @MM_MODEM_BAND_EUTRAN_85: E-UTRAN band 85. Since 1.20.
* @MM_MODEM_BAND_CDMA_BC0: CDMA Band Class 0 (US Cellular 850MHz). Since 1.8.
* @MM_MODEM_BAND_CDMA_BC1: CDMA Band Class 1 (US PCS 1900MHz). Since 1.8.
* @MM_MODEM_BAND_CDMA_BC2: CDMA Band Class 2 (UK TACS 900MHz). Since 1.8.
@@ -542,6 +543,7 @@ typedef enum { /*< underscore_name=mm_modem_band >*/
MM_MODEM_BAND_EUTRAN_69 = 99,
MM_MODEM_BAND_EUTRAN_70 = 100,
MM_MODEM_BAND_EUTRAN_71 = 101,
+ MM_MODEM_BAND_EUTRAN_85 = 115,
/* CDMA Band Classes (see 3GPP2 C.S0057-C) */
MM_MODEM_BAND_CDMA_BC0 = 128,
MM_MODEM_BAND_CDMA_BC1 = 129,