summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-04-26Release 0.48Marcel Holtmann2-1/+7
2011-04-26huawei: Switch to offline mode only if offlineMartin Xu1-1/+2
2011-04-26huawei: Check that the modem device is openMartin Xu1-2/+3
Don't create the gprs atom if the modem device was not opened successfully. Otherwise ofonod will crash.
2011-04-26gatppp: Fix crash related to not stopping timersMartin Xu1-0/+2
In case of offline modem when GPRS data connection is connected, if gprs atom is removed before PPP termination process is complete, the terminate_timer will not be stop. It will cause ofonod crash when the timer times out.
2011-04-26voicecall: fix waiting calls for HFP emulatorFrédéric Danis1-1/+3
Fix precedence between waiting and dialing so HFP emulator is notified of dialing/alerting even in case of a waiting call pending.
2011-04-26voicecall: Update CLCC buffer size and commentDenis Kenzior1-3/+4
2011-04-26voicecall: Refactor the previous commit slightlyDenis Kenzior1-13/+11
2011-04-26voicecall: add +CLCC support for HFP emulatorFrédéric Dalleau1-0/+58
2011-04-21emulator: fix +CLIP in case of withheld callFrédéric Danis1-2/+10
2011-04-19emulator: Create both emulator types in exampleDenis Kenzior1-9/+15
2011-04-19hfp_ag: Be extra pedantic on plugin cleanupDenis Kenzior1-0/+1
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.