aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThieu Le <thieule@chromium.org>2014-01-15 13:06:39 -0800
committerAleksander Morgado <aleksander@aleksander.es>2014-01-18 14:08:31 +0100
commit87f0f808bf9282e3de3bfcf7486049ff9b6f6aa8 (patch)
tree913f89141e865faba4ade73228ad18bfc9446135 /src
parentafabde0f2c710302024d4fd40c8d719d4196ded6 (diff)
altair-lte: set subscription state using PCO
This patch sets the subscription state using Verizon's PCO values.
Diffstat (limited to 'src')
-rw-r--r--src/mm-iface-modem-3gpp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-iface-modem-3gpp.c b/src/mm-iface-modem-3gpp.c
index 051b750d..d6c149ad 100644
--- a/src/mm-iface-modem-3gpp.c
+++ b/src/mm-iface-modem-3gpp.c
@@ -1236,6 +1236,7 @@ mm_iface_modem_3gpp_update_subscription_state (MMIfaceModem3gpp *self,
MM_IFACE_MODEM_3GPP_DBUS_SKELETON, &skeleton,
NULL);
if (skeleton) {
+ mm_dbg ("Setting subscription state to: %s", mm_modem_3gpp_subscription_state_get_string (state));
mm_gdbus_modem3gpp_set_subscription_state (skeleton, state);
g_object_unref (skeleton);
}