diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-15 11:45:50 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-15 12:41:33 +0200 |
commit | d64b016231aa5ea147b0fee813ea0d2507fdb1f3 (patch) | |
tree | 3ff83b586e40675422755e1949b228de6b90bc45 /src/mm-modem-helpers-qmi.h | |
parent | c2d4dc3951d8d7483753c6d2733323483ab6c706 (diff) |
modem-helpers-qmi: new helper to load NAS band preferences from bands array
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 13ab05cb..4446341f 100644 --- a/src/mm-modem-helpers-qmi.h +++ b/src/mm-modem-helpers-qmi.h @@ -65,6 +65,9 @@ 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); +void mm_modem_bands_to_qmi_band_preference (GArray *mm_bands, + QmiNasBandPreference *qmi_bands, + QmiNasLteBandPreference *qmi_lte_bands); MMModem3gppRegistrationState mm_modem_3gpp_registration_state_from_qmi_registration_state (QmiNasAttachState attach_state, QmiNasRegistrationState registration_state, |