summaryrefslogtreecommitdiffstats
path: root/src/sms.c
AgeCommit message (Collapse)AuthorFilesLines
2010-08-20sms: Add a few more debug statementsMarcel Holtmann1-0/+12
2010-08-19sms: Update SmsManager to MessageManagerDenis Kenzior1-13/+14
2010-08-05sms: struct tx_queue_entry: add a destructorInaky Perez-Gonzalez1-6/+22
Introduce a destructor function to encapsulate all the release steps for this data type, as more are to be added later.
2010-07-23sms: rename create_tx_queue_entry()Inaky Perez-Gonzalez1-3/+3
This is for symmetry with tx_queue_entry_free()
2010-07-08sms: Refactor ofono_sms_submit introduced by stkDenis Kenzior1-70/+79
Simplify the logic and get rid of duplicated code
2010-07-08sms: Tweak the logic to be more readableDenis Kenzior1-1/+1
2010-07-08Add __ofono_sms_submit for other atoms to submit SMs.Andrzej Zaborowski1-0/+39
2010-06-25sms: Tweak the Bearer APIDenis Kenzior1-8/+8
2010-06-25sms: Add support for SMS Bearer settingsDenis Kenzior1-2/+132
2010-06-24sms: minor style fixDenis Kenzior1-1/+2
2010-06-24sms: Don't bother setting SCA if we can't queryDenis Kenzior1-1/+2
2010-06-21sms: Only emit property if value actually differsDenis Kenzior1-3/+4
2010-06-21sms: Fixup minor style issues with status reportsDenis Kenzior1-15/+7
2010-06-21sms: Status report notifyPasi Miettinen1-1/+70
2010-06-07sms: style fix, remove extra newlineDenis Kenzior1-1/+0
2010-06-07sms: Add UseDeliveryReports propertyPasi Miettinen1-1/+33
2010-05-28sms: Add some documentationInaky Perez-Gonzalez1-0/+19
Add doc headers to ofono_sms_{create, register}
2010-05-28sms_send_message: add a short roadmapInaky Perez-Gonzalez1-0/+13
2010-05-26Fix more-messages-to-send indicatorAki Niemi1-8/+4
Set the mms indicator based on remaining segment count and not on the message transmit queue status alone.
2010-03-22Move sms interface definition to dbus.hDenis Kenzior1-9/+7
2010-02-08Fix: Don't use ofono_debug directly in the coreDenis Kenzior1-12/+12
Use DBG macro which is integrated with the new debug framework.
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Style: Fix a few more occurences of if/elseDenis Kenzior1-1/+2
See Linux coding style document for details
2009-12-14Fix: Concatenation of datagram SMS messagesDenis Kenzior1-4/+8
The 16 bit port address was not being computed correctly.
2009-12-01Fix: Don't forget to cleanup the atom watchDenis Kenzior1-0/+7
2009-11-24Fix: Send all SMS segmentsZhigang Li1-1/+1
2009-11-13Style: add new lineDenis Kenzior1-0/+1
2009-11-05Add basic state saving for SMS atomDenis Kenzior1-0/+39
Message ID and Reference number for concatenated messages should be persisted.
2009-11-05Add hooks to call into sms history for SMS atomDenis Kenzior1-1/+21
2009-11-05Refactor: Make SendMessage asyncDenis Kenzior1-27/+79
This commit does two things. First it makes SendMessage an async method, which returns only when the SMS message has been successfully sent or failed. This also adds a set number of tries that oFono will resubmit the PDU to the SMSC. If any fragment fails to be submitted, the entire send message attempt is deemed a failure and an error is returned to the caller.
2009-11-05Refactor: Move SMS SendMessage to 1 recipient onlyDenis Kenzior1-28/+12
2009-10-21Migrate from RFC2822 to ISO8601Olivier Le Thanh Duong1-2/+2
2009-09-22Assume sms is registered only when sim readyDenis Kenzior1-58/+12
2009-09-08Write state of SMS assembly to disk and restore on startup.Andrzej Zaborowski1-1/+57
This way we can continue receiving segmented messages over a reset or crash.
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-1/+1
2009-09-01Add vendor flag capability for smsDenis Kenzior1-2/+2
2009-08-20Fix unused variable modemDenis Kenzior1-1/+0
2009-08-19Evolve message waiting low level APIDenis Kenzior1-12/+45
2009-08-19Evolve SMS driver APIDenis Kenzior1-145/+185
2009-08-07Store the tx_next g_source so it can be removedDenis Kenzior1-3/+11
2009-08-04Get rid of message-waiting.hDenis Kenzior1-1/+0
2009-08-04Add a MessageWaiting interface to track message waiting indications.Andrzej Zaborowski1-9/+21
The state of the indications is kept in memory and written back to the SIM after any changes.
2009-07-29Remove all uses of modem.hDenis Kenzior1-1/+0
2009-07-29Rename modem_add_interface / modem_remove_interfaceDenis Kenzior1-2/+2
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h
2009-07-29Get rid of dbus-gsm.hDenis Kenzior1-2/+0
2009-07-29Rename dbus_gsm_pending_replyDenis Kenzior1-4/+4
2009-07-29Rename dbus_gsm_dict_appendDenis Kenzior1-4/+4
2009-07-29Move & Rename PROPERTIES_ARRAY_SIGNATUREDenis Kenzior1-2/+2
2009-07-29Rename dbus_gsm_signal_property_changedDenis Kenzior1-1/+1
2009-07-29Fix segfaultDenis Kenzior1-2/+2