aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-17 23:43:55 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:52 +0100
commitbcdd376b6bd9443e2a7001230a8189bb243d658a (patch)
tree13b301ccf59458ea3db938a740453ae82f5dc004 /src/mm-iface-modem-3gpp.h
parent71125777d38126f41c18a2b04a0dbfdb6b2628d6 (diff)
iface-modem-3gpp, broadband-modem: update LAC/CI 3gpp-based location
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r--src/mm-iface-modem-3gpp.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h
index ded5e61c..04036229 100644
--- a/src/mm-iface-modem-3gpp.h
+++ b/src/mm-iface-modem-3gpp.h
@@ -217,10 +217,14 @@ void mm_iface_modem_3gpp_shutdown (MMIfaceModem3gpp *self);
* the interface asks to run registration state checks. */
void mm_iface_modem_3gpp_update_cs_registration_state (MMIfaceModem3gpp *self,
MMModem3gppRegistrationState state,
- MMModemAccessTechnology access_tech);
+ MMModemAccessTechnology access_tech,
+ gulong location_area_code,
+ gulong cell_id);
void mm_iface_modem_3gpp_update_ps_registration_state (MMIfaceModem3gpp *self,
MMModem3gppRegistrationState state,
- MMModemAccessTechnology access_tech);
+ MMModemAccessTechnology access_tech,
+ gulong location_area_code,
+ gulong cell_id);
/* Run all registration checks */
void mm_iface_modem_3gpp_run_all_registration_checks (MMIfaceModem3gpp *self,