summaryrefslogtreecommitdiff
path: root/src/smsutil.c
Commit message (Expand)AuthorAgeFilesLines
...
* smsutil: Reflow the fuzzy matching codeDenis Kenzior2010-09-221-102/+98
* smsutil: add fuzzy address check for status reportPetteri Tikander2010-09-221-16/+87
* Fix multi-line comment style issuesJeevaka Badrappan2010-09-211-12/+21
* smsutil: update SR assembly to use SHA1 msg idsDenis Kenzior2010-09-211-32/+59
* smsutil: Clean up ussd_encodeDenis Kenzior2010-09-141-6/+4
* smsutil: Add USSD encoding functionJeevaka Badrappan2010-09-141-0/+29
* smsutil: use unsigned printf format for msgidPetteri Tikander2010-09-101-2/+2
* smsutil: remove unused parameterPetteri Tikander2010-09-101-3/+1
* smsutil: status_report_expirationPetteri Tikander2010-09-101-3/+48
* smsutil: storing/loading sms status report over rebootPetteri Tikander2010-09-011-3/+156
* smsutil: style fixPetteri Tikander2010-09-011-1/+2
* smsutil: use DECLARE_SMS_ADDR_STRPetteri Tikander2010-09-011-1/+1
* smsutil: Get rid of pointless memberDenis Kenzior2010-08-171-1/+0
* sms: document use_delivery_reportsInaky Perez-Gonzalez2010-07-231-0/+3
* sms: sms_assembly_encode_address export and renameInaky Perez-Gonzalez2010-07-231-4/+3
* introduce DECLARE_SMS_ADDR_STR()Inaky Perez-Gonzalez2010-07-231-2/+2
* smsutil: Fix valgrind complaintDenis Kenzior2010-07-081-3/+3
* smsutil: Fix up some comment styleDenis Kenzior2010-06-211-18/+36
* smsutil: Take ton_npi into account in sr assemblyDenis Kenzior2010-06-211-14/+7
* smsutil: More code cleanupDenis Kenzior2010-06-211-47/+54
* smsutil: Make code flow easier to understandDenis Kenzior2010-06-211-52/+53
* smsutil: multiline comments to preferred styleDenis Kenzior2010-06-211-3/+7
* smsutil: Minor code style & indentation fixesDenis Kenzior2010-06-211-10/+9
* smsutil: memcpy is preferable to struct assignmentDenis Kenzior2010-06-211-1/+1
* smsutil: Streamline flow of sr add_fragmentDenis Kenzior2010-06-211-22/+7
* smsutil: Status report assemblyPasi Miettinen2010-06-211-0/+183
* smsutil: Add a decoder for ussd pdusYang Gu2010-06-181-0/+44
* smsutil: Add option to use delivery reportsPasi Miettinen2010-06-071-2/+3
* smsutil: status reports also lead with SC_ADDRDenis Kenzior2010-06-041-1/+2
* smsutil: Don't overflow signed intsDenis Kenzior2010-06-011-5/+5
* smsutils: add some documentationInaky Perez-Gonzalez2010-05-281-0/+7
* smsutil: add sms_decode_unpacked_stk_pdu functionDenis Kenzior2010-05-271-0/+52
* smsutil: Check that udl is less than 140Yang Gu2010-05-271-0/+3
* simutil: Add sim_encode_bcd_numberDenis Kenzior2010-05-261-19/+1
* smsutil: Update the doc for extract_bcd_numberDenis Kenzior2010-05-261-0/+4
* smsutil: Expose SMS timestamp encoding utilityAndrzej Zaborowski2010-05-251-7/+7
* Make function decode_scts publicYang Gu2010-04-021-6/+6
* Refactor: Break out semi-octet decoderYang Gu2010-04-021-6/+11
* Fix: Unnecessary initializationsDenis Kenzior2010-02-041-2/+2
* Fix: missing break statementDenis Kenzior2010-02-041-0/+2
* Fix: Check for \r in UCS2 alphabetsDenis Kenzior2010-02-031-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Style: Fix a few more occurences of if/elseDenis Kenzior2009-12-171-4/+8
* Add utility for checking if CBS topic is in rangeAndrzej Zaborowski2009-12-171-1/+21
* Rename sms assembly path to sms_assembly from smsDenis Kenzior2009-11-051-1/+1
* Fix: Don't return NULL if message is emptyDenis Kenzior2009-10-161-5/+0
* Fix: Skip over empty messagesAndrzej Zaborowski2009-10-161-0/+3
* Fix: Quiet a warning on some compilersDenis Kenzior2009-10-151-2/+2
* Fix: Handle empty SMSesDenis Kenzior2009-10-021-2/+4
* Use existing function for converting to iso639Denis Kenzior2009-09-171-1/+1