summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-03-25dun: Add ATX command in emulator (X0 only)Olivier Guiter1-1/+56
2011-03-24voicecall: fix voicecalls_release_queueFrédéric Danis1-2/+2
voicecalls_release_queue uses struct ofono_call instead of struct voicecall (which is used in "calls" list parameter and function voicecalls_release_next)
2011-03-24gprs: fix memory leakMika Liljeberg1-0/+2
2011-03-23common: fix buffer length in phone_number_to_stringFrédéric Danis1-5/+5
update buffer length related to OFONO_MAX_PHONE_NUMBER_LENGTH change 78c1e96bf9601b5e5d31d04413baa1265a1c284f
2011-03-23emulator: add support for +GCAPOlivier Guiter1-0/+7
2011-03-23stk: Fix getenv failure caseJeevaka Badrappan1-3/+3
2011-03-21voicecall: Fix pause character validationLucas De Marchi1-2/+3
manager_tone() converts all tone chars to uppercase. Since everywhere we check for both 'p' and 'P' for a pause, tone_queue() should also check both before claiming the string is invalid.
2011-03-18sms: Rework tx_state logicDenis Kenzior1-14/+19
Using the enum which has a value of zero (PENDING) by default created some problems. Use a slightly modified version of the logic and consume less storage to boot.
2011-03-18sms: Move CancelMessage(o) methodDenis Kenzior3-43/+37
Move this method to the Message Cancel() method instead and introduce new __ofono_sms_txq_cancel API
2011-03-18sms: remove check for impossible NULL conditionLucas De Marchi1-3/+0
tx_next() must never be called with entry == NULL and currently it was already being dereferenced before making this check. Thus just remove it.
2011-03-18sms: allow message submission to be cancelledLucas De Marchi1-0/+88
Based on patch from Yang Gu <gyagp0@gmail.com>
2011-03-18sms: Don't leak memory, even in bizarre conditionsDenis Kenzior1-2/+2
2011-03-18sms: factor out 'remove entry' from tx_finished()Lucas De Marchi1-43/+62
Refactor tx_finished() and create a function to remove an entry from the tx queue. This function will be used also when a message is cancelled. Thus, handle the case in which state is MESSAGE_STATE_CANCELLED as well. Based on patch from Yang Gu <gyagp0@gmail.com>
2011-03-18message: add cancelled stateLucas De Marchi2-1/+4
Based on patch from Yang Gu <gyagp0@gmail.com>
2011-03-18smsutil: fix a memory leakBertrand Aygon1-1/+3
This was reported by cppcheck.
2011-03-17src: add initial CDMA Connection Manager supportChristian Lam2-0/+572
2011-03-17sms: limit the sms sending retryJeevaka Badrappan1-0/+6
If sending of SMS fails, then oFono core will try to resend it after n * 5 seconds(n = retry count). Due to this, conformance test case 27.22.8 sequence 1.4 fails(refer 31.124 spec). Plan is to limit the failue codes for which the retry will be done. This patch allows the retry if the failure is only due to network timeout. For all the other failure cases, retry is not done.
2011-03-16stk: fix issue with Get Inkey variable timeoutJeevaka Badrappan1-2/+26
2011-03-15call-forwarding: Don't update from sim if cachedDenis Kenzior1-0/+10
If we have already cached the settings, then there's no need to update them from the SIM, even if a SIM refresh was performed.
2011-03-15call-forwarding: update EFs changed by SIM refreshAndrzej Zaborowski1-1/+44
2011-03-15message-waiting: Watch for sim file refreshesAndrzej Zaborowski1-1/+91
2011-03-15sim: Handle an error condition betterDenis Kenzior1-3/+4
2011-03-15sim: Watch for changes to EFimg files and EFiidfAndrzej Zaborowski1-1/+54
2011-03-15sim: Watch for changes to EFmsisdn and EFsdnAndrzej Zaborowski1-2/+32
2011-03-15sim: Split out sim context into early and mainAndrzej Zaborowski1-10/+71
And watch for relevant file changes on the early context.
2011-03-15gprs: Core changes for IPv6 supportDenis Kenzior1-108/+310
2011-03-15gprs: Move settings structureDenis Kenzior1-36/+48
Move the settings structure from pri_context to ofono_gprs_context in preparation for new IPv6 support APIs.
2011-03-15gprs: Add support for dual stack contextsDenis Kenzior1-0/+5
2011-03-15gprs: Also reset active in release_contextDenis Kenzior1-6/+2
2011-03-15gprs: factor out common codeMika Liljeberg1-61/+50
2011-03-15emulator: fix some indentation issuesGuillaume Zajac1-58/+58
2011-03-11simfs: fix GLib-CRITICAL warningGuillaume Lucas1-12/+14
During modem release, when there is no SIM card, a GLib-CRITICAL issue occurs during the free of the sim fs context.
2011-03-11stk: fix issue with null data objectAndrzej Zaborowski1-1/+1
This will let the caller correctly detect NULL alpha id.
2011-03-11voicecall: Refactor held and mpty notify logicDenis Kenzior1-40/+22
2011-03-11voicecall: Minor whitespace fix for previous commitDenis Kenzior1-2/+2
2011-03-11voicecall: implement SSN handling functionsAndras Domokos1-0/+174
2011-03-11ssn: remove SSN atom completelyAndras Domokos2-264/+0
2011-03-02stk: Handle Refresh if also performed by modemAndrzej Zaborowski1-6/+30
2011-03-01build: Fix wrong include of public headerMarcel Holtmann1-1/+0
2011-03-01location-reporting: don't add client-exit watch too earlyLucas De Marchi1-6/+4
Wait until driver gives us a file descriptor to start watching for client exit. This fixes a race when client exits before the driver calls location_reporting_enable_cb().
2011-02-28stk: Make sure to reset respond_on_exitAndrzej Zaborowski1-0/+1
This fixes a crash spotted by Lasse Kunnasluoto documented at http://lists.ofono.org/pipermail/ofono/2011-February/009211.html
2011-02-25voicecall: Add CNAP debugging ofono voicecallAntoine Reversat1-2/+3
2011-02-25sim: Document fall through case in switchcaseDenis Kenzior1-0/+2
2011-02-25sim: check lock state with call meterJussi Kangas1-0/+15
2011-02-25sim: Expose the __ofono_sim_recheck_pin APIJussi Kangas2-8/+9
2011-02-25sim: Do not teardown SIM state when PIN2 is askedJussi Kangas1-7/+24
We should not tear down the SIM state if PIN2 is being asked for, or if PIN2 is blocked and PUK2 is being asked. We also want to continue with SIM initialization if the modem requires PIN2 / PUK2 for some reason.
2011-02-25simutil: Add missing SIM enumJessica Nilsson1-0/+1
2011-02-24emulator: add support of void parameters in CMERFrédéric Danis1-12/+12
2011-02-24common: '+' is not valid phone number anymorePaavo Leinonen1-0/+3
Reject phone number if it contains only plus sign.
2011-02-24emulator: Remove unneeded parensDenis Kenzior1-1/+1