diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-17 23:43:20 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:52 +0100 |
commit | 71125777d38126f41c18a2b04a0dbfdb6b2628d6 (patch) | |
tree | 8b125822fea8b1787ddb17a12009185731e1d9d1 /src/mm-iface-modem-location.h | |
parent | 5fa8918847fffa7f373c2f863ed765091db659d3 (diff) |
iface-modem-location: handle 3GPP location
Diffstat (limited to 'src/mm-iface-modem-location.h')
-rw-r--r-- | src/mm-iface-modem-location.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mm-iface-modem-location.h b/src/mm-iface-modem-location.h index f332d139..f901175b 100644 --- a/src/mm-iface-modem-location.h +++ b/src/mm-iface-modem-location.h @@ -88,6 +88,15 @@ gboolean mm_iface_modem_location_disable_finish (MMIfaceModemLocation *self, /* Shutdown Location interface */ void mm_iface_modem_location_shutdown (MMIfaceModemLocation *self); +/* Update 3GPP (LAC/CI) location */ +void mm_iface_modem_location_3gpp_clear (MMIfaceModemLocation *self); +void mm_iface_modem_location_3gpp_update_mcc_mnc (MMIfaceModemLocation *self, + guint mobile_country_code, + guint mobile_network_code); +void mm_iface_modem_location_3gpp_update_lac_ci (MMIfaceModemLocation *self, + gulong location_area_code, + gulong cell_id); + /* Bind properties for simple GetStatus() */ void mm_iface_modem_location_bind_simple_status (MMIfaceModemLocation *self, MMCommonSimpleProperties *status); |