diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-15 11:20:29 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-15 12:41:33 +0200 |
commit | 3a7d2dcf7d12ea73c8bfd8d42e84db5c3c09ad90 (patch) | |
tree | 3496fc6c6b8ace6baedd98e51af8583509b48f37 /src/mm-modem-helpers-qmi.h | |
parent | 529b031a017940e7176e1d4ca154a888f7579a18 (diff) |
modem-helpers-qmi: new helper to load bands array from NAS band preferences
Diffstat (limited to 'src/mm-modem-helpers-qmi.h')
-rw-r--r-- | src/mm-modem-helpers-qmi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-qmi.h b/src/mm-modem-helpers-qmi.h index a9d5a300..13ab05cb 100644 --- a/src/mm-modem-helpers-qmi.h +++ b/src/mm-modem-helpers-qmi.h @@ -63,6 +63,9 @@ QmiNasGsmWcdmaAcquisitionOrderPreference mm_modem_mode_to_qmi_gsm_wcdma_acquisit GArray *mm_modem_bands_from_qmi_rf_band_information_array (GArray *info_array); +GArray *mm_modem_bands_from_qmi_band_preference (QmiNasBandPreference qmi_bands, + QmiNasLteBandPreference qmi_lte_bands); + MMModem3gppRegistrationState mm_modem_3gpp_registration_state_from_qmi_registration_state (QmiNasAttachState attach_state, QmiNasRegistrationState registration_state, gboolean roaming); |