diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-06 10:28:11 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-06 10:28:11 -0800 |
commit | 54c1d069eb688f60cc721fb435953dfaebcfa6d7 (patch) | |
tree | 03253e963d96e1dfba83b54a323251f70e7473bb /plugins/mm-modem-zte.c | |
parent | 31fb97919cd7d95d1f9b23bd0c2428d8a19dc3e4 (diff) |
gsm: rework registration handling
First, generically handle registration polling if the device does
not support unsolicited registration. Second, using the new
creg/cgreg parsing functions from mm-modem-helpers.c, handle
CREG=2 unsolicited registration replies to capture the GSM LAC/CI
for the location information API.
Because of these changes we can simplify the registration polling
during connection as well by using the common registration parsing
code and the cached registration state.
Diffstat (limited to 'plugins/mm-modem-zte.c')
-rw-r--r-- | plugins/mm-modem-zte.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mm-modem-zte.c b/plugins/mm-modem-zte.c index 4412fa22..663a728e 100644 --- a/plugins/mm-modem-zte.c +++ b/plugins/mm-modem-zte.c @@ -211,7 +211,6 @@ grab_port (MMModem *modem, if (port && MM_IS_SERIAL_PORT (port)) { GRegex *regex; - mm_generic_gsm_set_unsolicited_registration (gsm, TRUE); g_object_set (port, MM_PORT_CARRIER_DETECT, FALSE, NULL); regex = g_regex_new ("\\r\\n\\+ZUSIMR:(.*)\\r\\n", G_REGEX_RAW | G_REGEX_OPTIMIZE, 0, NULL); |