summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-04-19dun_gw: Be extra pedantic on plugin cleanupDenis Kenzior1-0/+6
2011-04-19dun_gw: Minor style tweakDenis Kenzior1-1/+1
2011-04-19hfp_ag: Minor style tweakDenis Kenzior1-1/+1
2011-04-19voicecall: Tweak the behavior of previous commitDenis Kenzior1-17/+11
Use a generic void pointer to remove the need for emulator_release_done function. Use naming a bit more consistent with the rest of the codebase
2011-04-19voicecall: add +CHUP support for HFP emulatorFrédéric Danis1-5/+86
Update multirelease_callback to be used from DBus calls or HFP Emulator. "release done" is configurable by multirelease caller.
2011-04-19voicecall: Don't go over 80 characters per lineDenis Kenzior1-1/+2
2011-04-19voicecall: add ATA support for HFP emulatorFrédéric Danis1-6/+68
2011-04-19emulator: Use a switch/case instead of ifDenis Kenzior1-5/+10
Seems a bit cleaner
2011-04-19emulator: Reflow commentsDenis Kenzior1-6/+5
2011-04-19emulator: add +CCWA support for HFP AGFrédéric Danis1-1/+76
2011-04-19emulator: add +CLIP support for HFP AGFrédéric Danis1-1/+81
2011-04-19voicecall: add API to find call by statusFrédéric Danis2-0/+19
2011-04-19emulator: add RING for HFP AGFrédéric Danis1-13/+76
2011-04-19isiusb: wait for MTC transitions, tooPekka Pessi1-1/+1
2011-04-18ussd: Fix use of non-cloned gatchat objectDenis Kenzior1-3/+4
2011-04-14Release 0.47Marcel Holtmann2-1/+5
2011-04-14TODO: Remove main.conf taskDenis Kenzior1-6/+0
No longer seems like a good idea
2011-04-14TODO: set owner on DUN profile and DUN usbGuillaume Zajac1-0/+1
2011-04-14TODO: Mark EFcsp task as doneDenis Kenzior2-12/+9
2011-04-14simutil: Add support of CPHS EFcsp to our EF dbDenis Kenzior1-0/+1
2011-04-14network: One more trivial fixDenis Kenzior1-2/+2
total_length and record_length are the same in this context, but using total_length makes the code more readable
2011-04-14doc: Update possible errors for netreg-apiDenis Kenzior1-0/+3
This is due to EFcsp PLMN mode changes
2011-04-14network: Refactor EFcsp to support STK RefreshDenis Kenzior1-11/+30
2011-04-14network: Use strings instead of ints in settingsDenis Kenzior1-10/+51
2011-04-14modem: Fix entering offline mode prematurelyDenis Kenzior1-4/+16
A contextual change to __ofono_modem_find_atom has caused us to enter into offline mode prematurely. find_atom was changed to return only the atoms that were registered, however the modem really has to know whether the sim atom is created (not registered) in order to know whether to wait for the SIM to be initialized or not.
2011-04-14sms: Fix typoDenis Kenzior1-1/+1
2011-04-14network: Read EFcsp after initializing reg stateDenis Kenzior1-42/+42
This is to avoid some benign race conditions when EFcsp might be read before the registration state has been established.
2011-04-14network: Try not to clash with 27.007-defined modesDenis Kenzior1-1/+1
2011-04-14netreg: Refactor register_callbackDenis Kenzior1-10/+3
2011-04-14netreg: Add CPHS CSP implementationAki Niemi1-26/+97
2011-04-14isimodem: Add SCA support to wgmodem2.5 driverAki Niemi3-13/+27
2011-04-14isimodem: Refactor sms driverAki Niemi2-10/+11
2011-04-14isimodem: Use constants where possibleAki Niemi1-1/+1
2011-04-14isimodem: Fix message sending in SMS driverAki Niemi2-1/+2
The same enum name SMS_ROUTE_DEFAULT has different constants in different modem API versions. This was causing "invalid parameter" errors with some modems.
2011-04-14isimodem: Fix macro to be safer to useAki Niemi1-1/+1
2011-04-14isimodem: Add reahcbility check for CBS driverAki Niemi1-14/+27
2011-04-13doc: add emergency-call-handling.txtJeevaka Badrappan1-0/+113
2011-04-13Release 0.46Marcel Holtmann2-1/+25
2011-04-12isimodem: fix call_create_resp handlingPekka Pessi1-6/+33
In case of call creation failure modem may return a valid call id in order to send CALL_SERVICE_DENIED_IND which we do not handle. Fixes MeeGo bug#15855.
2011-04-12isimodem: Update SMS driver for wgmodem2.5Aki Niemi1-153/+541
Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com>
2011-04-12plugins: Remove wgmodem2.5 driver for netregAki Niemi2-2/+1
2011-04-12isimodem: Remove split voicecall driverAki Niemi3-81/+87
Only a single driver created, with two clients checked for reachability in parallel.
2011-04-12isimodem: Add helper macros for 16/32bit valuesAki Niemi1-3/+11
2011-04-12isimodem: Rename resource debug macroAki Niemi17-20/+20
2011-04-12isimodem: Add helper macro for version checkingAki Niemi1-0/+4
2011-04-12isimodem: Indent and add missing codepointsAki Niemi2-147/+155
In addition, renaming some wgmodem2.5-specific subblocks so that they use the same names as most recent on-line documentation.
2011-04-11doc: Mark ConfirmOpenChannel as experimentalDenis Kenzior1-3/+4
2011-04-11doc: Unmark stk-api as experimentalDenis Kenzior1-2/+2
2011-04-11test: Add ConfirmOpenChannel to test-stk-menuPhilippe Nunes1-0/+14
2011-04-11stkutil: Add additional info enum for BIPPhilippe Nunes1-0/+17