aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXiao Liyun <52700623@qq.com>2022-09-15 03:36:32 +0800
committerAleksander Morgado <aleksander@aleksander.es>2022-09-19 08:46:52 +0000
commitcd5e22841aa72aba9c7bf642efcaacc0622d00ec (patch)
tree3803df9654ef7d87bdf643cf085d03bd1d3b780c /include
parentab80c31898a9701de2a72648d18e8ac7acb2d028 (diff)
api,enums: added NGRAN-53 band
According to 3GPP Rel16.3, 38104, band NGRAN-53 is supported. Band info as below: n53 2483.5 MHz - 2495 MHz, TDD Signed-off-by: Slark Xiao <slark_xiao@163.com>
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 59806767..914a820c 100644
--- a/include/ModemManager-enums.h
+++ b/include/ModemManager-enums.h
@@ -424,6 +424,7 @@ typedef enum { /*< underscore_name=mm_modem_mode >*/
* @MM_MODEM_BAND_NGRAN_48: NGRAN band 48. Since 1.20.
* @MM_MODEM_BAND_NGRAN_50: NGRAN band 50. Since 1.20.
* @MM_MODEM_BAND_NGRAN_51: NGRAN band 51. Since 1.20.
+ * @MM_MODEM_BAND_NGRAN_53: NGRAN band 53. Since 1.20.
* @MM_MODEM_BAND_NGRAN_65: NGRAN band 65. Since 1.20.
* @MM_MODEM_BAND_NGRAN_66: NGRAN band 66. Since 1.20.
* @MM_MODEM_BAND_NGRAN_70: NGRAN band 70. Since 1.20.
@@ -615,6 +616,7 @@ typedef enum { /*< underscore_name=mm_modem_band >*/
MM_MODEM_BAND_NGRAN_48 = 348,
MM_MODEM_BAND_NGRAN_50 = 350,
MM_MODEM_BAND_NGRAN_51 = 351,
+ MM_MODEM_BAND_NGRAN_53 = 353,
MM_MODEM_BAND_NGRAN_65 = 365,
MM_MODEM_BAND_NGRAN_66 = 366,
MM_MODEM_BAND_NGRAN_70 = 370,