Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-01 | Add vendor flag capability to ussd | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag capability to ssn | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag capability for sms | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag capability to sim | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag capability to phonebook | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag capability to netreg | Denis Kenzior | 1 | -3/+2 | |
2009-09-01 | Add vendor flag capability to devinfo | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag to call-settings | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor parameter to call-meter | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag to call-forwarding | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Introduce vendor parameter to call-barring | Denis Kenzior | 1 | -3/+4 | |
2009-08-31 | Fix being able to set powered after failure | Denis Kenzior | 1 | -1/+4 | |
If enable failed, subsequent attempts will also fail. | |||||
2009-08-31 | Don't return sdn numbers until ready | Denis Kenzior | 1 | -1/+3 | |
2009-08-31 | Simplify EFsdn reading code | Denis Kenzior | 1 | -25/+28 | |
2009-08-31 | Rename MNCLength to MobileNetworkCodeLength | Denis Kenzior | 1 | -3/+3 | |
2009-08-31 | Refactor sim mnc length | Denis Kenzior | 1 | -7/+8 | |
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 | |