Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-26 | isimodem: fix memory leak | Pessi Pekka (Nokia-D/Helsinki) | 1 | -0/+1 | |
2010-05-26 | Fix minor style issues | Aki Niemi | 1 | -2/+8 | |
2010-05-26 | Add: support for EF_ICCID in isimodem. | Pessi Pekka (Nokia-D/Helsinki) | 2 | -77/+104 | |
2010-05-19 | netreg: Fix crash when CREG is reported too early | Denis Kenzior | 1 | -17/+12 | |
If we register for CREG notifications before the netreg atom is registered (e.g. in MBM due to CIND queries) we crash if the CREG notification arrives before the CIND is queried. | |||||
2010-05-19 | huawei: add gprs context | Kalle Valo | 1 | -0/+4 | |
Tested with Huawei E1552 HSDPA USB stick using a finnish Saunalahti prepaid SIM. | |||||
2010-05-19 | Move report_signal_strength to atutil | Kalle Valo | 2 | -16/+18 | |
The function is needed in two different places, better to move it to atutil.h. | |||||
2010-05-19 | Add isimodem support for network time | Aki Niemi | 3 | -0/+44 | |
2010-05-17 | Make isimodem use linkstate directly | Pekka Pessi | 1 | -4/+4 | |
2010-05-17 | Use g_pn_netlink_by_modem() in isimodem driver | Pekka Pessi | 1 | -2/+1 | |
2010-05-15 | Remove unused declaration | Aki Niemi | 1 | -1/+0 | |
2010-05-15 | Fix typo in comment | Aki Niemi | 1 | -1/+1 | |
2010-05-15 | Fix copy-paste typo | Aki Niemi | 1 | -1/+1 | |
2010-05-15 | Add proper debug configuration to isimodem SMS | Aki Niemi | 1 | -1/+7 | |
2010-05-15 | Add SCA query and setter to isimodem SMS driver | Aki Niemi | 1 | -2/+137 | |
2010-05-15 | Add missing SIM codepoints | Aki Niemi | 2 | -0/+6 | |
2010-05-14 | Refactor isimodem CBS driver | Aki Niemi | 1 | -12/+32 | |
2010-05-14 | Fix CBS routing request failure reporting | Aki Niemi | 1 | -5/+8 | |
2010-05-14 | Add isimodem support for MO and MT SMS | Aki Niemi | 1 | -15/+293 | |
2010-05-14 | Add missing SMS ISI codepoints | Aki Niemi | 2 | -1/+27 | |
2010-05-12 | mbm: Simplify STKR callback logic | Denis Kenzior | 1 | -5/+1 | |
2010-05-12 | mbm: Simplify STKE logic | Denis Kenzior | 1 | -6/+11 | |
We shouldn't use CALLBACK_WITH_FAILURE unless we can't parse the response from the modem. This most likely indicates an integration error. | |||||
2010-05-12 | mbm: NULL check on a g_free is not necessary | Denis Kenzior | 1 | -10/+4 | |
This is a change from previously accepted practice | |||||
2010-05-12 | mbm: Few style issues with indentation | Denis Kenzior | 1 | -7/+6 | |
2010-05-12 | mbm: Add STK driver. | Andrzej Zaborowski | 3 | -0/+259 | |
2010-05-12 | atmodem: Pass allowed response prefixes to gatchat | Andrzej Zaborowski | 1 | -6/+9 | |
Not doing this creates a race condition where any notification comming in in the middle of a sequence of commands may be counted as a response to one of the commands and get lost. | |||||
2010-05-11 | atmodem: Fix crashes related to unremoved timeouts | Denis Kenzior | 1 | -2/+12 | |
Any timeouts set must be removed using g_source_remove. Failure to do so results in sigsegvs when the modem is randomly removed during the initialization cycle. | |||||
2010-04-30 | atmodem: Port gprs-context to new PPP api | Denis Kenzior | 1 | -12/+8 | |
2010-04-28 | Fix: For now calling g_at_chat_unref is fine | Denis Kenzior | 1 | -1/+1 | |
Same as g_at_chat_shutdown in this case | |||||
2010-04-27 | Fix typo in gprs driver | Aki Niemi | 1 | -1/+1 | |
2010-04-27 | Fix faulty logic in netreg driver | Aki Niemi | 1 | -24/+21 | |
Also add missing tech param. | |||||
2010-04-27 | Fix remove ops in isimodem drivers | Aki Niemi | 8 | -31/+42 | |
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>. |