Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-27 | Fix style issues in isimodem | Aki Niemi | 14 | -53/+61 | |
2010-04-20 | Add user authentication to gprs context driver | Aki Niemi | 1 | -17/+69 | |
2010-04-20 | Refactor isimodem and gisi/netlink | Pekka Pessi | 4 | -149/+161 | |
Now usbpnmodem plugin is used to register ISI modems. | |||||
2010-04-20 | Add infoserver to isimodem | Pekka Pessi | 4 | -0/+169 | |
The info server provides information from the mobile station to the ISI modem. Currently it returns the Software Version Number (SVN) that is used in mobile identification. | |||||
2010-04-20 | Add SIM server state detection | Pekka Pessi | 3 | -13/+141 | |
Register isimodem SIM driver only when SIM server is ready. The best way to find out that the server is truly ready is to read some data. | |||||
2010-04-20 | Fix: s/bootsrap/bootstrap/ | Pekka Pessi | 6 | -6/+6 | |
2010-04-20 | Add isimodem gprs context driver | Aki Niemi | 3 | -1/+660 | |
2010-04-20 | Add isimodem gprs driver | Aki Niemi | 3 | -0/+322 | |
2010-04-20 | Add PN_GPDS code points and debugging | Aki Niemi | 3 | -2/+437 | |
2010-04-20 | Add SIM inserted notification | Aki Niemi | 1 | -0/+2 | |
TODO: This is a temporary solution. Trigger the inserted notification on actual SIM state changes instead. | |||||
2010-04-20 | Remove declaration of unused dump_msg() | Aki Niemi | 1 | -2/+0 | |
2010-04-15 | Rename ofono_atmodem_poll_enable | Denis Kenzior | 2 | -2/+2 | |
This is not official oFono API | |||||
2010-04-15 | Implement STATUS polling in atmodem driver. | Andrzej Zaborowski | 2 | -0/+341 | |
2010-04-15 | Fix: should be unsigned char not guint8 | Denis Kenzior | 1 | -1/+1 | |
2010-04-15 | Style: Proper indentation | Denis Kenzior | 1 | -6/+6 | |
2010-04-15 | Add AT driver for STK atom. | Andrzej Zaborowski | 3 | -0/+263 | |
2010-04-15 | Add Sim Toolkit atom | Andrzej Zaborowski | 1 | -77/+0 | |
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver | |||||
2010-03-31 | Initial implementation of the PPP gprs context | Denis Kenzior | 1 | -88/+115 | |
2010-03-29 | Fix: simplify isimodem call-barring driver. | Pekka Pessi | 2 | -175/+120 | |
Add support for lock codes AG and AC (MMI codes 333 and 353, respectively). Use decimal MMI codes in <ss.h>. | |||||
2010-03-29 | Style: braces are not needed | Denis Kenzior | 1 | -1/+1 | |
2010-03-29 | Fix: Use tech reported by MBM erinfo | Denis Kenzior | 1 | -0/+33 | |
2010-03-28 | Fix: Handle 2 and 3 argument versions of ERINFO | Denis Kenzior | 1 | -3/+23 | |
2010-03-28 | Move erinfo notify to atmodem netreg driver | Denis Kenzior | 1 | -0/+27 | |
2010-03-26 | Add phonesim vendor quirk | Denis Kenzior | 2 | -0/+8 | |
2010-03-26 | Add mbm vendor | Denis Kenzior | 1 | -0/+1 | |
2010-03-26 | Refactor: Use CIND as default strength reporting | Denis Kenzior | 1 | -31/+99 | |
Many vendors seem to use CIND instead of CSQ / proprietary extensions. | |||||
2010-03-26 | Update atmodem gprs driver to the new API | Denis Kenzior | 1 | -10/+10 | |
2010-03-25 | Update ISI radio settings driver to the new API | Denis Kenzior | 1 | -4/+4 | |
2010-03-09 | Fix Don't check CLIR CUG option in hfp_dial | Zhenhua Zhang | 1 | -4/+0 | |
For HFP call, no need to check CLIR & CUG option. It doesn't affect dial out string. | |||||
2010-02-12 | Fix: Unregistering the agent in disable is wrong | Denis Kenzior | 1 | -0/+1 | |
What we really want to do here is set a flag that the agent has not been released yet. If this is the case we should send the Disconnect call on disable. | |||||
2010-02-10 | Fix: memory leak | Denis Kenzior | 1 | -0/+5 | |
2010-02-09 | Add isimodem USSD implementation | Aki Niemi | 1 | -10/+233 | |
2010-02-09 | Add USSD codepoints and debugging | Aki Niemi | 2 | -3/+28 | |
2010-02-08 | Add Wavecom's quirky CPIN handling | Denis Kenzior | 2 | -7/+23 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 24 | -174/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 13 | -65/+63 | |
2010-02-05 | Fix: Send *EIAAUW after CGDCONT for STE and MBM | Denis Kenzior | 2 | -18/+29 | |
Otherwise the EIAAUW might fail. | |||||
2010-02-05 | Fix: Use snprintf instead of sprintf in hsomodem | Denis Kenzior | 1 | -8/+9 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in mbmmodem | Denis Kenzior | 1 | -4/+4 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in calypso | Denis Kenzior | 1 | -5/+5 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in stemodem | Denis Kenzior | 2 | -10/+11 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in HFP | Denis Kenzior | 1 | -4/+4 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in atmodem | Denis Kenzior | 12 | -55/+58 | |
2010-02-04 | Add isimodem radio settings driver | Aki Niemi | 3 | -0/+325 | |
2010-02-04 | Add PN_GSS codepoints and debugging | Aki Niemi | 3 | -0/+87 | |
2010-02-04 | Cleanup: Refactor handling of failed connections | Denis Kenzior | 1 | -1/+0 | |
2010-02-04 | Fix: Don't send undefined values to the core | Denis Kenzior | 1 | -3/+4 | |
2010-02-04 | Fix: Dead Assignments | Denis Kenzior | 2 | -6/+3 | |
2010-02-02 | Fix debug dump and unknown codepoint handling | Aki Niemi | 1 | -26/+26 | |
2010-02-02 | Fix: Ignore CBM pdus bigger than 88 bytes | Denis Kenzior | 1 | -0/+5 | |