[PATCH v2 6/6] api: define additional LTE frequency bands

Aleksander Morgado aleksander at aleksander.es
Mon Aug 21 10:39:24 UTC 2017


---
 include/ModemManager-enums.h | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h
index ef1e01db..644d5c4c 100644
--- a/include/ModemManager-enums.h
+++ b/include/ModemManager-enums.h
@@ -313,6 +313,17 @@ typedef enum { /*< underscore_name=mm_modem_mode >*/
  * @MM_MODEM_BAND_EUTRAN_42: E-UTRAN band 42.
  * @MM_MODEM_BAND_EUTRAN_43: E-UTRAN band 43.
  * @MM_MODEM_BAND_EUTRAN_44: E-UTRAN band 44.
+ * @MM_MODEM_BAND_EUTRAN_45: E-UTRAN band 45.
+ * @MM_MODEM_BAND_EUTRAN_46: E-UTRAN band 46.
+ * @MM_MODEM_BAND_EUTRAN_47: E-UTRAN band 47.
+ * @MM_MODEM_BAND_EUTRAN_48: E-UTRAN band 48.
+ * @MM_MODEM_BAND_EUTRAN_65: E-UTRAN band 65.
+ * @MM_MODEM_BAND_EUTRAN_66: E-UTRAN band 66.
+ * @MM_MODEM_BAND_EUTRAN_67: E-UTRAN band 67.
+ * @MM_MODEM_BAND_EUTRAN_68: E-UTRAN band 68.
+ * @MM_MODEM_BAND_EUTRAN_69: E-UTRAN band 69.
+ * @MM_MODEM_BAND_EUTRAN_70: E-UTRAN band 70.
+ * @MM_MODEM_BAND_EUTRAN_71: E-UTRAN band 71.
  * @MM_MODEM_BAND_CDMA_BC0: CDMA Band Class 0 (US Cellular 850MHz).
  * @MM_MODEM_BAND_CDMA_BC1: CDMA Band Class 1 (US PCS 1900MHz).
  * @MM_MODEM_BAND_CDMA_BC2: CDMA Band Class 2 (UK TACS 900MHz).
@@ -385,6 +396,12 @@ typedef enum { /*< underscore_name=mm_modem_band >*/
     MM_MODEM_BAND_EUTRAN_24 = 54,
     MM_MODEM_BAND_EUTRAN_25 = 55,
     MM_MODEM_BAND_EUTRAN_26 = 56,
+    MM_MODEM_BAND_EUTRAN_27 = 57,
+    MM_MODEM_BAND_EUTRAN_28 = 58,
+    MM_MODEM_BAND_EUTRAN_29 = 59,
+    MM_MODEM_BAND_EUTRAN_30 = 60,
+    MM_MODEM_BAND_EUTRAN_31 = 61,
+    MM_MODEM_BAND_EUTRAN_32 = 62,
     MM_MODEM_BAND_EUTRAN_33 = 63,
     MM_MODEM_BAND_EUTRAN_34 = 64,
     MM_MODEM_BAND_EUTRAN_35 = 65,
@@ -397,6 +414,17 @@ typedef enum { /*< underscore_name=mm_modem_band >*/
     MM_MODEM_BAND_EUTRAN_42 = 72,
     MM_MODEM_BAND_EUTRAN_43 = 73,
     MM_MODEM_BAND_EUTRAN_44 = 74,
+    MM_MODEM_BAND_EUTRAN_45 = 75,
+    MM_MODEM_BAND_EUTRAN_46 = 76,
+    MM_MODEM_BAND_EUTRAN_47 = 77,
+    MM_MODEM_BAND_EUTRAN_48 = 78,
+    MM_MODEM_BAND_EUTRAN_65 = 95,
+    MM_MODEM_BAND_EUTRAN_66 = 96,
+    MM_MODEM_BAND_EUTRAN_67 = 97,
+    MM_MODEM_BAND_EUTRAN_68 = 98,
+    MM_MODEM_BAND_EUTRAN_69 = 99,
+    MM_MODEM_BAND_EUTRAN_70 = 100,
+    MM_MODEM_BAND_EUTRAN_71 = 101,
     /* CDMA Band Classes (see 3GPP2 C.S0057-C) */
     MM_MODEM_BAND_CDMA_BC0  = 128,
     MM_MODEM_BAND_CDMA_BC1  = 129,
--
2.14.1


More information about the ModemManager-devel mailing list