summaryrefslogtreecommitdiffstats
path: root/src/driver.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-20Break out device info into a separate driverDenis Kenzior1-43/+0
2009-08-19Evolve the voicecall driverDenis Kenzior1-80/+0
2009-08-19Evolve the netreg driverDenis Kenzior1-60/+0
2009-08-19Move mcc & mnc defines to types.hDenis Kenzior1-4/+0
2009-08-19Evolve SIM driverDenis Kenzior1-50/+0
2009-08-19Evolve SMS driver APIDenis Kenzior1-26/+0
2009-08-17Evolve the USSD APIDenis Kenzior1-11/+0
2009-08-17Get rid of unused functionsDenis Kenzior1-5/+0
2009-08-14Evolve the phonebook driverDenis Kenzior1-19/+0
2009-08-14Evolve call settings driverDenis Kenzior1-30/+0
2009-08-14Move clir and cug option enums to types.hDenis Kenzior1-13/+0
2009-08-14Evolve the call meter driver APIDenis Kenzior1-31/+0
2009-08-14Evolve the call-forwarding driverDenis Kenzior1-31/+0
2009-08-14Evolve the call-barring driverDenis Kenzior1-18/+0
2009-08-13Move certain parts of driver.h to types.hDenis Kenzior1-19/+2
2009-07-29Rename ofono_modem_userdataDenis Kenzior1-3/+0
2009-07-27Refactor SIM file access codeDenis Kenzior1-20/+1
2009-07-27Return SIM file access conditions from read_file_info.Andrzej Zaborowski1-1/+22
2009-07-27Use int for MoreMessagestoSend (mms)Denis Kenzior1-1/+1
2009-07-14Get rid of override_name from operatorDenis Kenzior1-2/+0
2009-07-14Read EF-PNN, EF-OPL and override network names accordingly.Andrzej Zaborowski1-0/+2
2009-06-22Add write/read operations for cyclic files in SIM.Andrzej Zaborowski1-0/+6
2009-06-19Add SMS Sending SupportDenis Kenzior1-0/+5
2009-06-18Add CallBarring::ChangePasswordAndrzej Zaborowski1-0/+3
2009-06-18Cleanup EFmsisdn reading patchDenis Kenzior1-35/+0
2009-06-18Read own numbers from EFmsisdn instead of AT+CNUM.Andrzej Zaborowski1-0/+22
2009-06-18Minor style fixesDenis Kenzior1-5/+5
2009-06-18Add record based file capability to sim_opsAndrzej Zaborowski1-6/+25
2009-06-16Refactor phonebook codeDenis Kenzior1-20/+11
2009-06-16Make const-correctDenis Kenzior1-1/+1
2009-06-16Export phonebook as vCard 3.0 formatYang Gu1-0/+29
2009-06-12Add Basic SMS reception capabilitiesDenis Kenzior1-0/+5
2009-06-12Fixup style issues with previous MCC/MNC patchDenis Kenzior1-3/+4
2009-06-12Change MNC and MCC variable types to stringAki Niemi1-2/+5
2009-05-29Add basic skeleton for SmsManager interfaceDenis Kenzior1-0/+16
2009-05-28Squash CallWaiting onto CallSettings interfaceDenis Kenzior1-11/+4
2009-05-28Simplify CallWaiting plugin interfaceDenis Kenzior1-8/+1
2009-05-26Cleanup SimManager interfaceDenis Kenzior1-3/+11
2009-05-26Create ofono_phone_number structDenis Kenzior1-22/+20
2009-05-26Add SimManager interface.Andrzej Zaborowski1-0/+33
2009-05-20Add class parameter to the query function for CBDenis Kenzior1-1/+1
2009-05-20Implement the CallBarring interface.Andrzej Zaborowski1-0/+15
2009-05-12Add an API for a CSSI/CSSU notifications.Andrzej Zaborowski1-5/+7
2009-05-05Add implementation of telephony daemonDenis Kenzior1-0/+332