Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-21 | Fix getting the offset into sms fragment bitmap. | Andrzej Zaborowski | 1 | -1/+1 | |
Otherwise only 64 fragments fit. | |||||
2009-08-21 | Introduce the Modem driver API | Denis Kenzior | 1 | -89/+309 | |
2009-08-20 | Fix unused variable l | Denis Kenzior | 1 | -1/+0 | |
2009-08-20 | Rename ofono_modem_*_userdata | Denis Kenzior | 1 | -3/+3 | |
Rename ofono_modem_get_userdata to ofono_modem_get_data Rename ofono_modem_set_userdata to ofono_modem_set_data For consistency with other drivers | |||||
2009-08-20 | Hide the ofono_modem datastructure | Denis Kenzior | 2 | -70/+48 | |
2009-08-20 | Port history to the new atom API | Denis Kenzior | 3 | -34/+54 | |
Use __atom_foreach | |||||
2009-08-20 | Add __ofono_modem_foreach_atom function | Denis Kenzior | 2 | -0/+26 | |
2009-08-20 | Fix unused variable modem | Denis Kenzior | 1 | -1/+0 | |
2009-08-20 | Fix unused function remove_all_watches | Denis Kenzior | 1 | -0/+2 | |
2009-08-20 | Fix unused variable modem | Denis Kenzior | 1 | -1/+0 | |
2009-08-20 | Remove unused function | Denis Kenzior | 1 | -8/+0 | |
2009-08-20 | Remove unused function | Denis Kenzior | 1 | -10/+0 | |
2009-08-20 | Fix implicit declaration of extract_bcd_number | Denis Kenzior | 1 | -0/+1 | |
2009-08-20 | Fix unused variable path | Denis Kenzior | 1 | -1/+1 | |
2009-08-20 | Fix unused variable l | Denis Kenzior | 1 | -1/+0 | |
2009-08-20 | Break out device info into a separate driver | Denis Kenzior | 5 | -154/+208 | |
The modem info ops (Serial, Manufacturer, etc) are broken into a separate oFono atom. This is mainly to support a proper modem device driver infrastructure. As a result the data structures have been tweaked a little. driver.h is now empty and has been removed. | |||||
2009-08-20 | Use types.h instead of driver.h here | Denis Kenzior | 2 | -2/+2 | |
2009-08-20 | Remove unused variables | Denis Kenzior | 1 | -4/+0 | |
2009-08-19 | Emit the DisconnectReason signal | Denis Kenzior | 1 | -1/+28 | |
2009-08-19 | Make sure call history handles waiting calls | Denis Kenzior | 1 | -1/+2 | |
Missed waiting calls were not being handled properly | |||||
2009-08-19 | Evolve the voicecall driver | Denis Kenzior | 3 | -518/+459 | |
2009-08-19 | Evolve the netreg driver | Denis Kenzior | 3 | -341/+320 | |
2009-08-19 | Move mcc & mnc defines to types.h | Denis Kenzior | 1 | -4/+0 | |
2009-08-19 | Refine errors returned by message-waiting | Denis Kenzior | 1 | -4/+10 | |
If we have not initialized fully yet, return sim_not_ready error. If we couldn't read EFmbi or not able to stat EFmbdn size properly, then set mbdn_not_present to TRUE and always return not_supported error | |||||
2009-08-19 | Evolve message waiting low level API | Denis Kenzior | 3 | -184/+207 | |
2009-08-19 | Add a new SIM not ready error | Denis Kenzior | 2 | -0/+7 | |
2009-08-19 | Update voicecalls to the new SIM API | Denis Kenzior | 1 | -12/+29 | |
2009-08-19 | Update network registration to the new SIM API | Denis Kenzior | 1 | -14/+61 | |
2009-08-19 | Update message waiting to the new SIM API | Denis Kenzior | 1 | -17/+64 | |
2009-08-19 | Remove traces of sim_manager from modem.c | Denis Kenzior | 1 | -5/+0 | |
2009-08-19 | Evolve SIM driver | Denis Kenzior | 5 | -326/+317 | |
2009-08-19 | Move ofono_destroy_fun to types.h | Denis Kenzior | 1 | -2/+0 | |
2009-08-19 | Remove unneeded variable | Denis Kenzior | 1 | -1/+0 | |
2009-08-19 | Fix cut and paste error | Denis Kenzior | 1 | -1/+1 | |
2009-08-19 | Fix whitespace and style issues | Denis Kenzior | 6 | -11/+10 | |
2009-08-19 | Refactor ECC: Free the new_en_list | Denis Kenzior | 1 | -0/+6 | |
Avoid a potential memory leak in case the interface is removed during the SIM read operation. | |||||
2009-08-19 | Evolve SMS driver API | Denis Kenzior | 3 | -171/+186 | |
2009-08-17 | Remove the use of driver.h | Denis Kenzior | 3 | -3/+0 | |
2009-08-17 | Remove unused header | Denis Kenzior | 3 | -3/+0 | |
2009-08-17 | Make distcheck happy | Denis Kenzior | 1 | -1/+1 | |
2009-08-17 | Refactor ECC Support: Update when EFecc is read | Denis Kenzior | 1 | -23/+61 | |
We should start with a default set of ECC numbers which are always available according to 22.101, even if no SIM present. Then when EFecc is read, we update the EmergencyNumbers property. According to 22.101 the 112 and 911 numbers must always be available. Since these numbers can also be stored on the SIM itself, we must avoid duplication. | |||||
2009-08-17 | Refactor ECC Support: Don't bother with g_source | Denis Kenzior | 1 | -24/+1 | |
Don't bother playing the g_source tricks for EmergencyNumbers property changed signal emission. The list is not bound to change more than once. | |||||
2009-08-17 | Refactor ECC Support: Free in right spot | Denis Kenzior | 1 | -7/+6 | |
The freeing of the emergency list should be in voicecalls_destroy function, where the rest of the datastructure is being freed | |||||
2009-08-17 | Support emergency numbers | Yang Gu | 2 | -1/+136 | |
2009-08-17 | Get rid of unused enum | Denis Kenzior | 1 | -9/+0 | |
2009-08-17 | Move network-operator status enum out of common.h | Denis Kenzior | 2 | -8/+8 | |
2009-08-17 | Move colr-status enum out of common.h | Denis Kenzior | 2 | -7/+7 | |
2009-08-17 | Move colp-status enum out of common.h | Denis Kenzior | 2 | -7/+7 | |
2009-08-17 | Move clip-status enum out of common.h | Denis Kenzior | 2 | -7/+7 | |
2009-08-17 | Move clir-status enum out of common.h | Denis Kenzior | 2 | -9/+9 | |