Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-31 | Style Fix | Denis Kenzior | 1 | -4/+2 | |
2009-08-31 | Simplify nested ifs | Denis Kenzior | 1 | -15/+15 | |
2009-08-31 | Simplify overly complicated code | Denis Kenzior | 1 | -16/+16 | |
2009-08-31 | Expose service dialling numbers stored on SIM through SimManager. | Andrzej Zaborowski | 3 | -7/+218 | |
2009-08-31 | Decode and encode alpha-identifier fields | Andrzej Zaborowski | 4 | -11/+46 | |
Add identifier argument to sim_adn_parse and sim_adn_build. Also fix the number length passed to extract_bcd_number in sim_adn_parse. | |||||
2009-08-31 | Read EFad and expose the IMSI MNC length (2-3) | Andrzej Zaborowski | 2 | -0/+45 | |
2009-08-30 | Add debug to modem_create | Denis Kenzior | 1 | -0/+2 | |
2009-08-29 | Make history drivers work again | Denis Kenzior | 1 | -3/+7 | |
2009-08-25 | Fix typo in technology name | Aki Niemi | 1 | -1/+1 | |
2009-08-24 | Convert to fully non-recursive build system | Marcel Holtmann | 2 | -67/+4 | |
2009-08-24 | Use script to generate list of builtin plugin symbols | Marcel Holtmann | 2 | -1/+18 | |
2009-08-24 | Use proper variables for various commands | Marcel Holtmann | 1 | -5/+6 | |
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 | |