summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2009-09-01Add vendor flag capability to ussdDenis Kenzior1-2/+2
2009-09-01Add vendor flag capability to ssnDenis Kenzior1-2/+2
2009-09-01Add vendor flag capability for smsDenis Kenzior1-2/+2
2009-09-01Add vendor flag capability to simDenis Kenzior1-2/+2
2009-09-01Add vendor flag capability to phonebookDenis Kenzior1-2/+2
2009-09-01Add vendor flag capability to netregDenis Kenzior1-3/+2
2009-09-01Add vendor flag capability to devinfoDenis Kenzior1-2/+2
2009-09-01Add vendor flag to call-settingsDenis Kenzior1-2/+2
2009-09-01Add vendor parameter to call-meterDenis Kenzior1-2/+2
2009-09-01Add vendor flag to call-forwardingDenis Kenzior1-2/+2
2009-09-01Introduce vendor parameter to call-barringDenis Kenzior1-3/+4
2009-08-31Fix being able to set powered after failureDenis Kenzior1-1/+4
If enable failed, subsequent attempts will also fail.
2009-08-31Don't return sdn numbers until readyDenis Kenzior1-1/+3
2009-08-31Simplify EFsdn reading codeDenis Kenzior1-25/+28
2009-08-31Rename MNCLength to MobileNetworkCodeLengthDenis Kenzior1-3/+3
2009-08-31Refactor sim mnc lengthDenis Kenzior1-7/+8
2009-08-31Style FixDenis Kenzior1-4/+2
2009-08-31Simplify nested ifsDenis Kenzior1-15/+15
2009-08-31Simplify overly complicated codeDenis Kenzior1-16/+16
2009-08-31Expose service dialling numbers stored on SIM through SimManager.Andrzej Zaborowski3-7/+218
2009-08-31Decode and encode alpha-identifier fieldsAndrzej Zaborowski4-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-31Read EFad and expose the IMSI MNC length (2-3)Andrzej Zaborowski2-0/+45
2009-08-30Add debug to modem_createDenis Kenzior1-0/+2
2009-08-29Make history drivers work againDenis Kenzior1-3/+7
2009-08-25Fix typo in technology nameAki Niemi1-1/+1
2009-08-24Convert to fully non-recursive build systemMarcel Holtmann2-67/+4
2009-08-24Use script to generate list of builtin plugin symbolsMarcel Holtmann2-1/+18
2009-08-24Use proper variables for various commandsMarcel Holtmann1-5/+6
2009-08-21Fix getting the offset into sms fragment bitmap.Andrzej Zaborowski1-1/+1
Otherwise only 64 fragments fit.
2009-08-21Introduce the Modem driver APIDenis Kenzior1-89/+309
2009-08-20Fix unused variable lDenis Kenzior1-1/+0
2009-08-20Rename ofono_modem_*_userdataDenis Kenzior1-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-20Hide the ofono_modem datastructureDenis Kenzior2-70/+48
2009-08-20Port history to the new atom APIDenis Kenzior3-34/+54
Use __atom_foreach
2009-08-20Add __ofono_modem_foreach_atom functionDenis Kenzior2-0/+26
2009-08-20Fix unused variable modemDenis Kenzior1-1/+0
2009-08-20Fix unused function remove_all_watchesDenis Kenzior1-0/+2
2009-08-20Fix unused variable modemDenis Kenzior1-1/+0
2009-08-20Remove unused functionDenis Kenzior1-8/+0
2009-08-20Remove unused functionDenis Kenzior1-10/+0
2009-08-20Fix implicit declaration of extract_bcd_numberDenis Kenzior1-0/+1
2009-08-20Fix unused variable pathDenis Kenzior1-1/+1
2009-08-20Fix unused variable lDenis Kenzior1-1/+0
2009-08-20Break out device info into a separate driverDenis Kenzior5-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-20Use types.h instead of driver.h hereDenis Kenzior2-2/+2
2009-08-20Remove unused variablesDenis Kenzior1-4/+0
2009-08-19Emit the DisconnectReason signalDenis Kenzior1-1/+28
2009-08-19Make sure call history handles waiting callsDenis Kenzior1-1/+2
Missed waiting calls were not being handled properly
2009-08-19Evolve the voicecall driverDenis Kenzior3-518/+459
2009-08-19Evolve the netreg driverDenis Kenzior3-341/+320