diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-08-20 16:16:39 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-07 10:55:14 +0200 |
commit | 84ac581f3fc19496a3e06be1fafd9473f4c8e6d1 (patch) | |
tree | 258bdcecc89167e4e6513447d7caaec6764e4753 /docs/reference | |
parent | b4076784335126d7916075b5fc34b160c401d6b1 (diff) |
api: consolidate CDMA frequency enumerations
Define new symbols with easier names, just based on the Band Class.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/api/ModemManager-sections.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/reference/api/ModemManager-sections.txt b/docs/reference/api/ModemManager-sections.txt index b40156c2..a60c3a41 100644 --- a/docs/reference/api/ModemManager-sections.txt +++ b/docs/reference/api/ModemManager-sections.txt @@ -115,6 +115,26 @@ MM_MODEM_BAND_EUTRAN_XLI MM_MODEM_BAND_EUTRAN_XLII MM_MODEM_BAND_EUTRAN_XLIII MM_MODEM_BAND_EUTRAN_XLIV +MM_MODEM_BAND_CDMA_BC0_CELLULAR_800 +MM_MODEM_BAND_CDMA_BC1_PCS_1900 +MM_MODEM_BAND_CDMA_BC2_TACS +MM_MODEM_BAND_CDMA_BC3_JTACS +MM_MODEM_BAND_CDMA_BC4_KOREAN_PCS +MM_MODEM_BAND_CDMA_BC5_NMT450 +MM_MODEM_BAND_CDMA_BC6_IMT2000 +MM_MODEM_BAND_CDMA_BC7_CELLULAR_700 +MM_MODEM_BAND_CDMA_BC8_1800 +MM_MODEM_BAND_CDMA_BC9_900 +MM_MODEM_BAND_CDMA_BC10_SECONDARY_800 +MM_MODEM_BAND_CDMA_BC11_PAMR_400 +MM_MODEM_BAND_CDMA_BC12_PAMR_800 +MM_MODEM_BAND_CDMA_BC13_IMT2000_2500 +MM_MODEM_BAND_CDMA_BC14_PCS2_1900 +MM_MODEM_BAND_CDMA_BC15_AWS +MM_MODEM_BAND_CDMA_BC16_US_2500 +MM_MODEM_BAND_CDMA_BC17_US_FLO_2500 +MM_MODEM_BAND_CDMA_BC18_US_PS_700 +MM_MODEM_BAND_CDMA_BC19_US_LOWER_700 <SUBSECTION Private> MMModemBandDeprecated </SECTION> |