Skip to content
Snippets Groups Projects
Commit 1fb6a535 authored by Slark Xiao's avatar Slark Xiao Committed by Dan Williams
Browse files

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: default avatarSlark Xiao <slark_xiao@163.com>
parent b5ad830f
No related branches found
No related tags found
1 merge request!1291api,enums: added NGRAN-67 band
Pipeline #1375780 passed
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment