summaryrefslogtreecommitdiffstats
path: root/src/smsutil.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-23introduce DECLARE_SMS_ADDR_STR()Inaky Perez-Gonzalez1-2/+2
2010-07-08smsutil: Fix valgrind complaintDenis Kenzior1-3/+3
2010-06-21smsutil: Fix up some comment styleDenis Kenzior1-18/+36
2010-06-21smsutil: Take ton_npi into account in sr assemblyDenis Kenzior1-14/+7
2010-06-21smsutil: More code cleanupDenis Kenzior1-47/+54
2010-06-21smsutil: Make code flow easier to understandDenis Kenzior1-52/+53
2010-06-21smsutil: multiline comments to preferred styleDenis Kenzior1-3/+7
2010-06-21smsutil: Minor code style & indentation fixesDenis Kenzior1-10/+9
2010-06-21smsutil: memcpy is preferable to struct assignmentDenis Kenzior1-1/+1
2010-06-21smsutil: Streamline flow of sr add_fragmentDenis Kenzior1-22/+7
2010-06-21smsutil: Status report assemblyPasi Miettinen1-0/+183
2010-06-18smsutil: Add a decoder for ussd pdusYang Gu1-0/+44
2010-06-07smsutil: Add option to use delivery reportsPasi Miettinen1-2/+3
2010-06-04smsutil: status reports also lead with SC_ADDRDenis Kenzior1-1/+2
2010-06-01smsutil: Don't overflow signed intsDenis Kenzior1-5/+5
2010-05-28smsutils: add some documentationInaky Perez-Gonzalez1-0/+7
2010-05-27smsutil: add sms_decode_unpacked_stk_pdu functionDenis Kenzior1-0/+52
2010-05-27smsutil: Check that udl is less than 140Yang Gu1-0/+3
2010-05-26simutil: Add sim_encode_bcd_numberDenis Kenzior1-19/+1
2010-05-26smsutil: Update the doc for extract_bcd_numberDenis Kenzior1-0/+4
2010-05-25smsutil: Expose SMS timestamp encoding utilityAndrzej Zaborowski1-7/+7
2010-04-02Make function decode_scts publicYang Gu1-6/+6
2010-04-02Refactor: Break out semi-octet decoderYang Gu1-6/+11
2010-02-04Fix: Unnecessary initializationsDenis Kenzior1-2/+2
2010-02-04Fix: missing break statementDenis Kenzior1-0/+2
2010-02-03Fix: Check for \r in UCS2 alphabetsDenis Kenzior1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Style: Fix a few more occurences of if/elseDenis Kenzior1-4/+8
2009-12-17Add utility for checking if CBS topic is in rangeAndrzej Zaborowski1-1/+21
2009-11-05Rename sms assembly path to sms_assembly from smsDenis Kenzior1-1/+1
2009-10-16Fix: Don't return NULL if message is emptyDenis Kenzior1-5/+0
2009-10-16Fix: Skip over empty messagesAndrzej Zaborowski1-0/+3
2009-10-15Fix: Quiet a warning on some compilersDenis Kenzior1-2/+2
2009-10-02Fix: Handle empty SMSesDenis Kenzior1-2/+4
2009-09-17Use existing function for converting to iso639Denis Kenzior1-1/+1
2009-09-10Add ability to expire PLMN wide messagesDenis Kenzior1-1/+10
2009-09-10Handle empty topic range listsDenis Kenzior1-0/+3
2009-09-10Make cbs_topic_ranges_to_string work with all idsDenis Kenzior1-1/+7
2009-09-10Add CBS topic range functionsDenis Kenzior1-0/+212
2009-09-08Fix make distcheckDenis Kenzior1-2/+0
2009-09-08Rework SMS fragment backup storageDenis Kenzior1-9/+47
2009-09-08Fix style issueDenis Kenzior1-4/+3
2009-09-08Fix off by one error in assembly serializeDenis Kenzior1-1/+1
2009-09-08Write state of SMS assembly to disk and restore on startup.Andrzej Zaborowski1-3/+211
2009-09-08Do supported dialect detection in sms.cDenis Kenzior1-0/+8
2009-09-08Use SMS national language identifier when decodingAki Niemi1-2/+61
2009-08-21Fix getting the offset into sms fragment bitmap.Andrzej Zaborowski1-1/+1
2009-08-06Add whitespace properlyDenis Kenzior1-1/+1
2009-08-05Expose address encode/decode utilitiesAndrzej Zaborowski1-16/+20
2009-08-05Add encode_bcd_number utility functionAndrzej Zaborowski1-0/+11