summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-09-15stk: Refactor Send USSD error handlingDenis Kenzior1-13/+6
2010-09-15stk: Fix style issuesDenis Kenzior1-0/+2
2010-09-15stkutil: Don't include USSD text unless neededDenis Kenzior2-3/+12
2010-09-15stk: Handling of Send USSD proactive commandJeevaka Badrappan1-1/+172
2010-09-15ussd: Give proper errorsDenis Kenzior1-2/+2
2010-09-15ussd: No need for these structure membersDenis Kenzior1-8/+0
2010-09-15test: Update monitor-ofono with USSD supportDenis Kenzior1-0/+12
2010-09-15ussd: Add __ofono_ussd_initiate internal apiJeevaka Badrappan2-5/+104
2010-09-15ussd: Fix up minor style issueDenis Kenzior1-2/+2
2010-09-14ussd: Rework ussd_requestDenis Kenzior1-8/+9
- Only allocate variables which are needed - Make sure buffers are big enough - converted is a simple string, no need to use fancy printf magic
2010-09-14ussd: Simplify ussd notification parser logicDenis Kenzior1-27/+57
2010-09-14ussd: Driver API changesJeevaka Badrappan4-89/+115
To support 8bit and UCS2 formatted USSDs as well as Send USSD Proactive Command.
2010-09-14util: Clean up style issuesDenis Kenzior1-15/+18
2010-09-14smsutil: Clean up ussd_encodeDenis Kenzior1-6/+4
2010-09-14ussd: Read current CSCS charsetJeevaka Badrappan1-0/+16
2010-09-14util: Clean up some coding style violationsDenis Kenzior1-9/+9
2010-09-14test-util: Update unit testDenis Kenzior1-1/+1
2010-09-14util: Return the number of bytes read, not charsDenis Kenzior1-1/+1
To be consistent with the documentation header and other functions of this type
2010-09-14test-util: Fixup various style issuesDenis Kenzior1-7/+16
2010-09-14test-util: test for UCS2 to GSM conversionJeevaka Badrappan1-0/+80
2010-09-14util: Add UCS2 to GSM 7bit converion functionJeevaka Badrappan2-0/+118
2010-09-14smsutil: Add USSD encoding functionJeevaka Badrappan2-0/+30
2010-09-14TODO: Add STK Language Notification taskJeevaka Badrappan1-0/+6
2010-09-14Fix common misspelling in source filesLucas De Marchi1-1/+1
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspelling: reponsible->responsible
2010-09-14Fix common misspellings in TODO fileLucas De Marchi1-2/+2
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: proprietory->proprietary seperately->separately
2010-09-14Fix common misspelling in gisiLucas De Marchi2-2/+2
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspelling: fomr->from
2010-09-14Fix common misspellings in gatchatLucas De Marchi3-3/+3
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: priviledge->privilege succeded->succeeded
2010-09-14Fix common misspellings in driversLucas De Marchi6-6/+6
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: subsidary(-ies)->subsidiary(-ies) transfering->transferring
2010-09-14Fix common misspellings in documentationLucas De Marchi3-6/+6
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: accomodate->accommodate targetted->targeted transfering->transferring witheld->withheld withold->withhold
2010-09-11Add support to enable/disable specific pluginZhenhua Zhang1-1/+10
Support to load or not load specific plugin when ofono is started. E.g., use 'ofonod -P hfp' to disable hfp plugin.
2010-09-10stkutil: Add build_dataobj_ussd_textJeevaka Badrappan1-0/+24
for ussd specific 'Text' Data object handling
2010-09-10atutil: Add parsing of CSCS queriesJeevaka Badrappan2-0/+108
2010-09-10build: Add forgotten disable-gprs and enable-gprsDenis Kenzior1-1/+3
2010-09-10test: add enable-gprs and disable-gprs scriptsMika Liljeberg2-0/+40
2010-09-10isimodem: implement Suspended propertyMika Liljeberg4-1/+99
2010-09-10gprs: add Suspended propertyMika Liljeberg3-0/+101
2010-09-10TODO: Claim ownership of Suspended property for GPRSMika Liljeberg1-1/+2
2010-09-10smsutil: use unsigned printf format for msgidPetteri Tikander1-2/+2
2010-09-10smsutil: remove unused parameterPetteri Tikander1-3/+1
2010-09-10unit: Add unit test for status report expirationPetteri Tikander1-0/+7
2010-09-10smsutil: status_report_expirationPetteri Tikander2-5/+49
2010-09-09voicecall: Simplify logicDenis Kenzior1-1/+1
2010-09-09stk: Fix User Cancel response to Set Up CallAndrzej Zaborowski2-1/+15
One of the clean-up commits changed the semantics of the dial request callback's parameter (NULL if call setup failed, non-NULL if success or user cancelled).
2010-09-10Release 0.28Marcel Holtmann2-1/+13
2010-09-09test: Update to the new Manager apiDenis Kenzior48-213/+121
2010-09-09test: Fix mixing tabs and spacesDenis Kenzior1-3/+3
2010-09-09manager: Add GetModems methodDenis Kenzior1-0/+49
2010-09-09modem: Add __ofono_modem_foreachDenis Kenzior2-0/+14
2010-09-09manager: Add ModemRemoved signalDenis Kenzior2-0/+13
2010-09-09manager: Add ModemAdded signalDenis Kenzior2-0/+30