Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-17 | Convert all the modem drivers to the new API | Denis Kenzior | 1 | -4/+11 | |
2009-09-16 | Miscellaneous clean-ups | Aki Niemi | 2 | -23/+13 | |
2009-09-16 | Add proper bootstrapping to phonebook driver | Aki Niemi | 1 | -4/+17 | |
2009-09-16 | Increase network scan/set timeout values | Aki Niemi | 1 | -2/+2 | |
2009-09-16 | Check received PDUs fit in the buffer, fix buffer size. | Andrzej Zaborowski | 1 | -3/+14 | |
2009-09-15 | Add proper bootstrap using g_isi_verify() | Aki Niemi | 1 | -1/+17 | |
2009-09-15 | Remove version query; use gisi/client.h instead | Aki Niemi | 1 | -88/+32 | |
2009-09-15 | Fix error reporting in phonebook driver | Aki Niemi | 1 | -3/+6 | |
2009-09-15 | Remove extra debug | Aki Niemi | 1 | -2/+0 | |
2009-09-15 | Fix a possible but improbable leak | Aki Niemi | 2 | -2/+2 | |
2009-09-14 | Fix compiler warnings on 64-bit systems | Marcel Holtmann | 3 | -8/+8 | |
2009-09-14 | Fix to use gisi/iter.h to decode sub-blocks | Aki Niemi | 1 | -114/+75 | |
2009-09-14 | Adapt to changed sub-block iterator API | Aki Niemi | 2 | -7/+9 | |
2009-09-14 | Refactor to use gisi/iter.h | Aki Niemi | 1 | -129/+62 | |
2009-09-14 | Modify to use the new alpha tag getter | Aki Niemi | 1 | -3/+18 | |
2009-09-14 | Coding style clean-ups | Aki Niemi | 1 | -21/+33 | |
2009-09-14 | Use gisi/iter.h for decoding sub-blocks | Aki Niemi | 1 | -201/+71 | |
2009-09-14 | Clean up IMSI decoding | Aki Niemi | 1 | -9/+10 | |
2009-09-14 | Remove trailing WS | Aki Niemi | 2 | -3/+3 | |
2009-09-14 | Remove unnecessary debug | Aki Niemi | 1 | -2/+0 | |
2009-09-14 | Add basic bootsrap for the SMS driver | Aki Niemi | 1 | -0/+127 | |
2009-09-14 | Add preliminary CBS driver | Aki Niemi | 3 | -0/+218 | |
2009-09-14 | Add proper bootstrapping for netreg driver | Aki Niemi | 1 | -1/+36 | |
Use the ISI version query to bootstrap the netreg driver. | |||||
2009-09-14 | Remove unnecessary debugs | Aki Niemi | 1 | -35/+4 | |
2009-09-12 | Fix registration status decoding | Aki Niemi | 1 | -1/+1 | |
2009-09-12 | Fixes for proper coding style | Aki Niemi | 1 | -47/+81 | |
2009-09-12 | Fix signal strength value calculation | Aki Niemi | 1 | -14/+28 | |
2009-09-12 | Add IMSI retrieval to sim driver | Aki Niemi | 1 | -5/+130 | |
Modified patch originally provided by Jukka Saunamäki. | |||||
2009-09-12 | Fix to use new success/failure callback macros | Aki Niemi | 2 | -55/+16 | |
2009-09-12 | Add implementation of netreg driver | Aki Niemi | 1 | -16/+940 | |
2009-09-12 | Clean up macros for success/failure callbacks | Aki Niemi | 1 | -13/+18 | |
2009-09-11 | Rework DECLARE_FAILURE to be a bit nicer | Denis Kenzior | 14 | -273/+87 | |
2009-09-10 | Ensure CBS is in a known state at startup | Denis Kenzior | 1 | -4/+7 | |
2009-09-10 | Add atmodem cell broadcast driver | Denis Kenzior | 4 | -17/+206 | |
2009-09-08 | Read messages left over in ME storage on startup. | Andrzej Zaborowski | 1 | -0/+125 | |
On modems that don't support +CMT (or for class 2 SMSes) the messages are stored in the modem and then read and deleted from there in two separate steps with no warranty that deletion succeeds or (more likely) power is cut before the deletion happens. Over time the memory may become full and if we don't want to deal with this condition we need to check on startup if there are messages we haven't deleted. We can't differentiate between those messages and those the user already had on the SIM / modem before installing ofono or switching phones, so we might want to deliver messages with REC READ status with some kind of indication that these are potentially old so the UI doesn't emit spurious alerts. We don't do this now and just deliver as usual. | |||||
2009-09-04 | Fix unused variable warning | Denis Kenzior | 1 | -2/+0 | |
2009-09-04 | Add calypso voicecalls driver | Denis Kenzior | 3 | -0/+516 | |
2009-09-04 | Rename at.h to atmodem.h | Denis Kenzior | 14 | -13/+13 | |
2009-09-04 | Break common at utilities to atutils.c/.h | Denis Kenzior | 4 | -55/+110 | |
2009-09-04 | Remove unused declaration | Denis Kenzior | 1 | -2/+0 | |
2009-09-04 | Remove unused structure | Denis Kenzior | 1 | -7/+0 | |
2009-09-03 | Add quirk for network-registration for calypso | Denis Kenzior | 2 | -7/+43 | |
Support calypso-specific AT%CSQ notifications | |||||
2009-09-02 | G1: Add an SMS quirk for CNMI mode | Andres Salomon | 2 | -5/+15 | |
The G1 doesn't support mode2, despite advertising it. The G1 chokes w/ an "Error 303" when we specify NMI mode 2. Adding a quirk to drop that mode from the supported list (just use mode 1) allows the G1 to properly deal with SMS. | |||||
2009-09-02 | Change plugins to the new ofono_modem_create api | Denis Kenzior | 1 | -5/+1 | |
2009-09-01 | Rename isi drivers to isimodem | Denis Kenzior | 13 | -26/+26 | |
Be more consistent with directory naming | |||||
2009-09-01 | Rename generic_at drivers to atmodem | Denis Kenzior | 12 | -12/+12 | |
Be more consistent with directory naming | |||||
2009-09-01 | populate should return void | Denis Kenzior | 1 | -3/+1 | |
2009-09-01 | Make remove functions not return anything | Denis Kenzior | 25 | -66/+25 | |
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 24 | -30/+43 | |
2009-09-01 | Add stub vendor.h file | Denis Kenzior | 1 | -0/+24 | |