diff options
author | Prakash Pabba <quic_ppabba@quicinc.com> | 2021-08-31 18:05:59 +0530 |
---|---|---|
committer | Prakash Pabba <quic_ppabba@quicinc.com> | 2021-11-14 20:19:37 +0530 |
commit | 103eb9cf29d0dc550b42cecb1e2fe8d6f5d80377 (patch) | |
tree | 26b603369a1a867b273ebfdfa182746ed2880ad7 /src/mm-modem-helpers-qmi.h | |
parent | 6e1cb371ca26efda0454328e6e2af864ddd2b992 (diff) |
shared-qmi,modem-helpers-qmi: Add support for NR5G band preference
Implement support for the NR5G band list to get current NR5G bands.
This will also allow us to configure supported NR5G bands via mmcli.
Diffstat (limited to 'src/mm-modem-helpers-qmi.h')
-rw-r--r-- | src/mm-modem-helpers-qmi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-qmi.h b/src/mm-modem-helpers-qmi.h index 152da3ed..b9682aba 100644 --- a/src/mm-modem-helpers-qmi.h +++ b/src/mm-modem-helpers-qmi.h @@ -89,12 +89,16 @@ GArray *mm_modem_bands_from_qmi_band_preference (QmiNasBandPreference qmi_ba QmiNasLteBandPreference qmi_lte_bands, const guint64 *extended_qmi_lte_bands, guint extended_qmi_lte_bands_size, + const guint64 *qmi_nr5g_bands, + guint qmi_nr5g_bands_size, gpointer log_object); void mm_modem_bands_to_qmi_band_preference (GArray *mm_bands, QmiNasBandPreference *qmi_bands, QmiNasLteBandPreference *qmi_lte_bands, guint64 *extended_qmi_lte_bands, guint extended_qmi_lte_bands_size, + guint64 *qmi_nr5g_bands, + guint qmi_nr5g_bands_size, gpointer log_object); MMModem3gppRegistrationState mm_modem_3gpp_registration_state_from_qmi_registration_state (QmiNasAttachState attach_state, |