summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-29hsomodem: remove NULL checkJeevaka Badrappan1-7/+0
2011-01-29hfpmodem: remove NULL checkJeevaka Badrappan3-24/+0
2011-01-29calypsomodem: remove NULL checkJeevaka Badrappan2-6/+2
2011-01-29atmodem: remove NULL checkJeevaka Badrappan16-223/+9
2011-01-29atutil: use g_new0 for callback data memoryJeevaka Badrappan1-4/+1
2011-01-29simfs: Return from sim_fs_op_check_cached on errorAndrzej Zaborowski1-1/+3
2011-01-29simfs: Reset op_source in simfs_read_blockAndrzej Zaborowski1-0/+2
If the block is not in cache or if this is the last block of a last op in the queue, then fs->op_source might be left with the wrong value.
2011-01-29gobi: Use permissive AT syntax parserMarcel Holtmann1-1/+1
Trying to use the GSM V1 parser will break sending SMS. So just accept that Gobi is another device where the strict syntax parser won't work.
2011-01-29Release 0.40Marcel Holtmann2-1/+13
2011-01-29tc65: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-29hso: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-29zte: Move SMS support into post_sim stageMarcel Holtmann1-2/+3
2011-01-29novatel: Move SMS support into post_sim stageMarcel Holtmann1-3/+5
2011-01-29huawei: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-29ste: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-29mbm: Move SMS support into post_sim stageMarcel Holtmann1-2/+2
2011-01-29ifx: Move SMS support into post_sim stageMarcel Holtmann1-2/+3
2011-01-29gobi: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-28TODO: Mark persist outgoing messages task as doneDenis Kenzior2-9/+5
2011-01-28smsutil: do not allow larger file namesLucas De Marchi1-2/+3
If file name had anything in the name after addr-msgid, it would be parsed as well. This is not what we want, since there could be temporary files lying around.
2011-01-28test: Add test for listing messagesDenis Kenzior2-1/+32
2011-01-28phonesim: Move sms atom to post_sim stateDenis Kenzior1-3/+4
2011-01-28smsutil: Don't bother renaming to the same nameDenis Kenzior1-5/+12
In sms_tx_queue_load, if the resulting file is the same (which is quite often the case) then don't bother trying to rename it.
2011-01-28smsutil: Fix corner case during tx queue loadingDenis Kenzior1-12/+12
If there are extraneous files in the directory when it is being loaded, then the index used to rename the old file into the new file can get out of sync with what the core expects.
2011-01-28smsutil: simplify tx backup loadingDenis Kenzior1-41/+11
glib functions as a rule do not use g_try* variations. They use g_malloc instead, so there's no need to check for out of memory conditions.
2011-01-28sms: restore pending tx messages from backupLucas De Marchi4-0/+251
Based on patch from: Kristen Carlson Accardi <kristen@linux.intel.com>
2011-01-28sms: delete sent sms messages from backupLucas De Marchi3-0/+61
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com>
2011-01-28sms: store pending tx pdus on diskLucas De Marchi3-0/+54
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com>
2011-01-28TODO: add CF state change taskJarko Poutiainen1-0/+16
2011-01-28build: Add option to specify systemd unit directoryMarcel Holtmann1-10/+6
2011-01-28udev: Enable Dell 5540 AGPS interfaceZhigang Li1-1/+1
2011-01-27sierra: Use vendor quirk for SIM driverMarcel Holtmann1-1/+2
2011-01-27atmodem: Add Sierra vendor quirk for SIM file readingMarcel Holtmann1-0/+1
2011-01-27atmodem: Add vendor entry for Sierra WirelessMarcel Holtmann1-0/+1
2011-01-27sierra: Add support GPRS registrationMarcel Holtmann1-0/+4
2011-01-27sierra: Add support for online modeMarcel Holtmann1-1/+35
2011-01-27novatel: Handle modem enable errors properlyMarcel Holtmann1-2/+1
2011-01-27n900: fix set onlineKai Vehmanen1-1/+1
Invalid MTC_STATE_REQ messages were sent, causing failures in going online.
2011-01-27isimodem: Fix race condition in SIM probeAki Niemi1-3/+1
Fix a potential race condition between HPLMN query and subscribing to SIM status indications.
2011-01-26message-waiting: check for NULL argumentPekka Pessi1-3/+10
2011-01-26voicecall: remove ofono_cug_optionJeevaka Badrappan10-73/+14
2011-01-26stk: Fix issue in stk_alpha_id_setJeevaka Badrappan1-1/+6
Fixes the crash seen with the null alpha identifier. Also removed the icon check since the decision of whether to inform the user of the action is dependent entirely on whether the alpha identifier is provided by the UICC.
2011-01-26gprs: Refactor gprs provisioningDenis Kenzior1-54/+70
2011-01-26gprs: Put back the id if context creation failsDenis Kenzior1-0/+1
2011-01-26gprs: write out MessageCenter and MessageProxyDenis Kenzior1-0/+9
These values were not written out to settings
2011-01-26gprs-provision: Refactor provisioningDenis Kenzior2-19/+17
2011-01-26examples: Update gprs-provision to the new APIDenis Kenzior1-3/+7
2011-01-26include: Refactor gprs-provision APIDenis Kenzior1-1/+1
2011-01-26gprs-provision: add example context provisioning driverJukka Saunamaki2-0/+98
2011-01-26gprs: add gprs context provisioningJukka Saunamaki1-4/+95