From cd5e22841aa72aba9c7bf642efcaacc0622d00ec Mon Sep 17 00:00:00 2001 From: Xiao Liyun <52700623@qq.com> Date: Thu, 15 Sep 2022 03:36:32 +0800 Subject: 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 --- include/ModemManager-enums.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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, -- cgit v1.2.3-70-g09d2