diff options
author | Slark Xiao <slark_xiao@163.com> | 2025-02-15 17:46:41 +0800 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-03-01 09:31:54 -0600 |
commit | 1fb6a53595aae039ca9c9fb9891219e194500f63 (patch) | |
tree | 314e1bd3920ae0fb7fcda06fd0f987bf660cd2ed | |
parent | b5ad830fc711304d5a758c8c77d0129f781076f7 (diff) |
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 <slark_xiao@163.com>
-rw-r--r-- | include/ModemManager-enums.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |