From 1fb6a53595aae039ca9c9fb9891219e194500f63 Mon Sep 17 00:00:00 2001 From: Slark Xiao Date: Sat, 15 Feb 2025 17:46:41 +0800 Subject: api,enums: added NGRAN-67 band According to 3GPP Rel17.2, TS 38104, band NGRAN-67 is supported. Currently Qualcomm SDX72 chip support this band and MM would show a '(null)' info in the "Bands" area. Band info as below: n67, 738MHz-758MHz, SDL Signed-off-by: Slark Xiao --- include/ModemManager-enums.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ModemManager-enums.h') diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h index c411b800..ebcb065c 100644 --- a/include/ModemManager-enums.h +++ b/include/ModemManager-enums.h @@ -427,6 +427,7 @@ typedef enum { /*< underscore_name=mm_modem_mode >*/ * @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_67: NGRAN band 67. Since 1.24. * @MM_MODEM_BAND_NGRAN_70: NGRAN band 70. Since 1.20. * @MM_MODEM_BAND_NGRAN_71: NGRAN band 71. Since 1.20. * @MM_MODEM_BAND_NGRAN_74: NGRAN band 74. Since 1.20. @@ -619,6 +620,7 @@ typedef enum { /*< underscore_name=mm_modem_band >*/ MM_MODEM_BAND_NGRAN_53 = 353, MM_MODEM_BAND_NGRAN_65 = 365, MM_MODEM_BAND_NGRAN_66 = 366, + MM_MODEM_BAND_NGRAN_67 = 367, MM_MODEM_BAND_NGRAN_70 = 370, MM_MODEM_BAND_NGRAN_71 = 371, MM_MODEM_BAND_NGRAN_74 = 374, -- cgit v1.2.3-70-g09d2