summaryrefslogtreecommitdiff
path: root/src/sms.c
Commit message (Expand)AuthorAgeFilesLines
* sms: support 8 national lang in Alphabet propertyNandini Rebello2018-10-151-0/+32
* sms: support bengali and gujrati in Alphabet propertyNandini Rebello2018-10-011-0/+8
* sms: allow sms send for EUTRAN sms only stateAnirudh Gargi2018-10-011-0/+2
* sms: Pass const pointer to dispatch_app_datagramSlava Monich2017-08-211-1/+2
* sms: Use g_slist_free_fullJohn Ernberg2016-04-221-6/+3
* sms: Add trace when datagram is not deliveredAlfonso Sanchez-Beato2015-09-081-0/+7
* sms: Don't try to start the queue if already activeDenis Kenzior2012-11-291-0/+3
* sms: Optimize behavior of previous commitDenis Kenzior2012-09-111-5/+7
* sms: Fix to find SMS entry posted by STKPhilippe Nunes2012-09-111-6/+5
* sms: Make PDU data arrays constMarcel Holtmann2012-06-171-2/+2
* sms: Fix GetMessages argument / return signatureDenis Kenzior2012-05-301-1/+1
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-201-9/+9
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-201-12/+24
* Constify GDBus signal tablesHenrique Dante de Almeida2012-05-201-1/+1
* Constify GDBus method tablesHenrique Dante de Almeida2012-05-201-1/+1
* sms: Don't need the sim member nowDenis Kenzior2012-01-181-4/+4
* sms: Use __ofono_atom_findDenis Kenzior2012-01-181-16/+10
* sms: remove set but not used varGustavo F. Padovan2011-05-201-3/+0
* sms: Remove use of uninitialized variableBertrand Aygon2011-04-291-1/+1
* sms: Fix typoDenis Kenzior2011-04-141-1/+1
* core: remove redundant codeMika Liljeberg2011-03-301-11/+0
* sms: Rework tx_state logicDenis Kenzior2011-03-181-14/+19
* sms: Move CancelMessage(o) methodDenis Kenzior2011-03-181-43/+6
* sms: remove check for impossible NULL conditionLucas De Marchi2011-03-181-3/+0
* sms: allow message submission to be cancelledLucas De Marchi2011-03-181-0/+88
* sms: Don't leak memory, even in bizarre conditionsDenis Kenzior2011-03-181-2/+2
* sms: factor out 'remove entry' from tx_finished()Lucas De Marchi2011-03-181-43/+62
* sms: limit the sms sending retryJeevaka Badrappan2011-03-171-0/+6
* sms: return immediately if cached flag is setDenis Kenzior2011-02-101-3/+3
* core: free GError objects returned by glibDenis Kenzior2011-02-081-1/+6
* sms: Minor style fixDenis Kenzior2011-02-061-0/+1
* sms: Be more paranoid when loading SMS settingsDenis Kenzior2011-02-061-12/+29
* sms: Use a better pattern for bearer_from_stringDenis Kenzior2011-02-061-8/+9
* sms: Add alphabet support to SMS atomAki Niemi2011-02-061-2/+89
* sms: Fix indentationAki Niemi2011-02-021-1/+1
* sms: restore pending tx messages from backupLucas De Marchi2011-01-281-0/+62
* sms: delete sent sms messages from backupLucas De Marchi2011-01-281-0/+8
* sms: store pending tx pdus on diskLucas De Marchi2011-01-281-0/+21
* sms: Break out message objects into message.[ch]Faiyaz Baxamusa2011-01-201-219/+28
* sms: make sms atom offline-safePekka Pessi2011-01-181-6/+91
* sms: Add debug for SMS source and destination portsMarcel Holtmann2010-12-241-0/+2
* sms: Use the right union member for DCS checkDenis Kenzior2010-12-021-1/+1
* core: explicitly compare pointers to NULLLucas De Marchi2010-11-291-23/+20
* src: coding style fixes - rule M6Jeevaka Badrappan2010-11-221-6/+6
* sms: Fix up comment style and wordingDenis Kenzior2010-11-101-3/+6
* sms: SMS-PP download must be enabled in sst / estAndrzej Zaborowski2010-11-101-0/+13
* sms: Handle "USIM Download" SMS type.Andrzej Zaborowski2010-11-081-5/+16
* sms: Call the txq_submit queued callbackDenis Kenzior2010-11-041-0/+3
* sms: Separate history from dbus flags in txq_submitDenis Kenzior2010-11-041-11/+18
* sms: Refactor __ofono_sms_txq_submitDenis Kenzior2010-11-041-59/+79