Tambet Ingo
b4c8615409
Implement 'Simple' interface for CDMA devices.
2009-01-22 12:29:45 +02:00
Tambet Ingo
17b739c73d
Implement simple interface.
2009-01-19 10:45:18 +02:00
Tambet Ingo
423637272a
Fix the "Option" plugin to not steal modems from "HSO" plugin.
2009-01-13 11:29:44 +02:00
Tambet Ingo
6018ff81ba
Implement DCD disabling for serial base class.
...
Turn DCD detection off for certain Huawei modems that don't report it
correctly.
2009-01-13 11:27:41 +02:00
Tambet Ingo
50d2a8b80c
If none of the HSO serial device parents match none of the network device
...
parents, try to match "grandparents" as well.
2009-01-13 11:23:02 +02:00
Tambet Ingo
9804a21686
Explicitly disable unsolicited messages for generic GSM modems.
2009-01-13 11:18:16 +02:00
Tambet Ingo
56bd8994ee
Implement Huawei modem registration with unsolicited messages (no polling).
...
Keep registration info in sync correctly. Emit signal when it changes.
2008-12-17 13:37:57 +02:00
Tambet Ingo
a1223a9eaf
Convert multiple return values to structs.
...
Python DBus bindings are unable to implement methods that return multiple
values.
2008-12-17 13:35:22 +02:00
Tambet Ingo
614aa0316a
Clean up generic registration code.
2008-12-15 14:03:27 +02:00
Tambet Ingo
e4efbc5c84
Cache data in Huawei modem.
2008-12-15 13:56:53 +02:00
Tambet Ingo
4bf6681800
Parse Huawei flow report.
2008-12-15 11:50:31 +02:00
Tambet Ingo
4e94acfbc3
Don't ever disable radio of Sierra GSM modems.
...
Based on patch from Stefan Seyfried <seife@suse.de >.
2008-12-12 10:14:41 +02:00
Tambet Ingo
d1d94de6a1
Lots of random fixes:
...
Rework the MMCallbackInfo callback invocation.
Always use g_error_literal() where it makes sense.
Replace sleep() calls, with timeouts to not block the whole MM.
2008-12-09 15:41:51 +02:00
Tambet Ingo
a504fb408a
Merge branch 'master' of git://gitorious.org/modemmanager/asacs-mbm
2008-12-05 15:57:55 +02:00
Alexander Sack
1673c6c998
Implement SendPuk feature
...
* introspection/mm-modem-gsm-card.xml: add SendPuk method
Gsm.Card interface
* src/mm-generic-gsm.c (send_puk_done, send_puk):
- implement generic SendPuk with +CPIN="<puk>,<pin>"
* src/mm-modem-gsm-card.h,
src/mm-modem-gsm-card.c (mm_modem_gsm_card_send_pin,
impl_gsm_modem_send_pin): implement SendPuk glue.
2008-12-05 12:41:46 +01:00
Tambet Ingo
793044b577
Add support for the HP branded version of the sierra mc8775.
...
Patch from Stefan Seyfried <seife@suse.de >.
2008-12-04 17:39:15 +02:00
Tambet Ingo
3d84a60ab1
Fix HSO modem plugin.
2008-12-02 15:48:52 +02:00
Tambet Ingo
929c1a8a54
Make the MBM plugin's HAL UDI checking more strict, it caught HSO modems too.
2008-12-01 11:34:52 +02:00
Tambet Ingo
1c67b9327e
Fix the bug where HSO plugin would create a modem instance for each serial device.
2008-11-28 13:25:26 +02:00
Tambet Ingo
c44079b312
Always print out which plugin created the modem.
2008-11-24 16:41:23 +02:00
Tambet Ingo
157da2be75
Implement plugin for Sierra Wireless modems.
...
For now, it only waits a bit after CFUN=1 call.
2008-11-18 13:04:21 +02:00
Tambet Ingo
cf2344381c
Make +CMEE optional for CDMA modems.
...
It's mandatory by spec, so it really shouldn't be optional. Need to figure
out which CDMA modems have problems with it and implement plugin for them.
2008-11-18 12:35:34 +02:00
Tambet Ingo
ca4de81fa3
Update the NM and nm-applet patches to latest SVN revision.
2008-10-31 12:30:39 +02:00
Tambet Ingo
00c79d7fa1
Explicitly check the PIN after modem is enabled.
2008-10-30 17:00:15 +02:00
Tambet Ingo
0b9badee75
Hope the card will eventually start searching after it replied OK to registration request.
2008-10-30 16:55:06 +02:00
Tambet Ingo
de6c6cd561
Implement Option plugin.
2008-10-30 15:15:23 +02:00
Tambet Ingo
fe4e7ee62b
Enable/disable debugging on SIGUSR1.
2008-10-30 15:13:51 +02:00
Tambet Ingo
ced49a6a10
Add the device path to mbm modem creator in NM patch.
2008-10-30 10:46:46 +02:00
Tambet Ingo
f8c2f2af65
Implement unsolicited message parsers for MBM modem.
...
Patch from Per Hallsmark <per@hallsmark.se >.
2008-10-30 10:33:16 +02:00
Tambet Ingo
65992e69c3
Update NetworkManager and nm-applet patches.
2008-10-29 12:15:43 +02:00
Tambet Ingo
d7c7ab2732
Implement signal quality and network mode querying for MBM modem.
...
Patch from Bjorn Runaker <bjorn.runaker@ericsson.com >.
2008-10-28 09:28:37 +02:00
Tambet Ingo
128021dc16
Add guards to public functions to validate passed arguments.
2008-10-24 17:46:01 +03:00
Tambet Ingo
705aa1c404
Update the NM and nm-applet patches.
2008-10-24 16:22:50 +03:00
Tambet Ingo
f82b187c2b
Move the string parser with regexp from huawei plugin to generic utility function.
...
It's useful for other modems too that need to strip unsolicited messages from
responses.
2008-10-24 16:20:22 +03:00
Tambet Ingo
0bd4f4a604
More work with MBM plugin.
...
Author: Per Hallsmark.
2008-10-24 10:04:42 +03:00
Tambet Ingo
f7aeeafec8
Use only one serial device in Huawei plugin.
2008-10-22 16:36:25 +03:00
Tambet Ingo
fd4e78fe92
Add a default send delay to the serial class.
...
Show the correct error in case of write errors (EAGAIN).
2008-10-22 16:34:34 +03:00
Tambet Ingo
3201a1e6b7
Don't loop forever on EAGAIN (copied from NM).
2008-10-20 18:39:19 +03:00
Tambet Ingo
2b76d68854
Update NM patch.
2008-10-20 17:13:18 +03:00
Tambet Ingo
4d27cef5ed
Add a response parser to the generic CDMA implementation.
2008-10-20 14:37:56 +03:00
Tambet Ingo
446a4752d6
Remove the fancy init string options, these do not seem to work very well.
2008-10-20 12:25:14 +03:00
Tambet Ingo
096246e2fd
Fix mm-test.py.
2008-10-20 12:12:55 +03:00
Tambet Ingo
cdccfa8ac1
Return an error ig scan results can not be parsed (fixes a segfault).
2008-10-20 11:54:02 +03:00
Tambet Ingo
94501f0854
Update NetworkManager patch.
2008-10-20 11:23:50 +03:00
Tambet Ingo
ed5d81da8f
Implement a plugin for Ericsson MBM modems (like F3507g) (Author Per Hallsmark).
2008-10-20 11:11:23 +03:00
Tambet Ingo
4c8088d8ba
Fix a typo in 'SetApn' command in NetworkManager patch.
2008-10-20 10:29:53 +03:00
Tambet Ingo
ba166485e3
Update the NetworkManager and nm-applet patches.
2008-10-13 09:40:46 +03:00
Tambet Ingo
5853f2216c
Specify call mode in the modem init string.
2008-09-18 14:31:45 +03:00
Tambet Ingo
5c403fb223
Reset the CID when the modem is enabled/disabled and disconnected.
2008-09-18 12:39:46 +03:00
Tambet Ingo
447bca91b0
Reduce the amount of power used to minimum when modem is disabled.
2008-09-18 12:33:25 +03:00