diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-30 19:18:05 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-30 19:18:05 +0200 |
commit | f61db0fc4b0b41cd9bf0ea7aab7d1498c3e41cec (patch) | |
tree | dc77fd83a54241a206ce7f700c55cc95c7ec549c /src/mm-modem-helpers-qmi.h | |
parent | 4f406b2c380dc42ee50267430377ecea85b38ef3 (diff) |
broadband-modem-qmi: implement current bands loading
Also, sync with libqmi:
commit b03ca502f45f75541c2b2ccebf44e712ab925456
Author: Aleksander Morgado <aleksander@lanedo.com>
Date: Thu Aug 30 19:17:19 2012 +0200
nas: consolidate `QmiNasActiveBand' names
Diffstat (limited to 'src/mm-modem-helpers-qmi.h')
-rw-r--r-- | src/mm-modem-helpers-qmi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-qmi.h b/src/mm-modem-helpers-qmi.h index ca28fe33..54c41bd1 100644 --- a/src/mm-modem-helpers-qmi.h +++ b/src/mm-modem-helpers-qmi.h @@ -59,6 +59,8 @@ QmiNasGsmWcdmaAcquisitionOrderPreference mm_modem_mode_to_qmi_gsm_wcdma_acquisit #endif /* WITH_NEWEST_QMI_COMMANDS */ +GArray *mm_modem_bands_from_qmi_rf_band_information_array (GArray *info_array); + MMModem3gppRegistrationState mm_modem_3gpp_registration_state_from_qmi_registration_state (QmiNasAttachState attach_state, QmiNasRegistrationState registration_state, gboolean roaming); |