aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.h
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2018-08-14 14:54:14 -0700
committerBen Chan <benchan@chromium.org>2018-08-18 13:34:06 -0700
commitd46aa0c36a8543857e28f151e134f88462369fc4 (patch)
tree482c03ac63af9191aa4e56ecf336904b7dadfa4b /src/mm-iface-modem-3gpp.h
parenteb327b4203601a6c09f6369927325767391b86e7 (diff)
modem-3gpp: add 'Pco' property to Modem3gpp interface
This patch adds a 'Pco' property to the Modem3gpp interface for tracking PCOs that the modem has received from the network.
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r--src/mm-iface-modem-3gpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h
index a08c5fb6..7ea190a2 100644
--- a/src/mm-iface-modem-3gpp.h
+++ b/src/mm-iface-modem-3gpp.h
@@ -259,6 +259,8 @@ void mm_iface_modem_3gpp_update_location (MMIfaceModem3gpp *self,
gulong location_area_code,
gulong tracking_area_code,
gulong cell_id);
+void mm_iface_modem_3gpp_update_pco_list (MMIfaceModem3gpp *self,
+ const GList *pco_list);
/* Run all registration checks */
void mm_iface_modem_3gpp_run_registration_checks (MMIfaceModem3gpp *self,