summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-03-16Add support of Huawei EM770 modemYang Gu4-0/+257
Comparing with general Huawei modem, EM770 is a full feature modem that supports voicecall, phonebook, call forwarding, call barring, etc.
2010-03-15Doc: Add small clarification to SMS docsDenis Kenzior1-2/+4
2010-03-15doc: Add SmsManager API documentation.João Paulo Rechi Vita1-0/+46
2010-03-15Add stk tone type enumDenis Kenzior1-0/+31
2010-03-15Add basic unit test for send sms parserDenis Kenzior1-0/+81
2010-03-15Add parser for STK send sms proactive commandsDenis Kenzior2-0/+62
2010-03-15Refactor: stk send_sms datastructureDenis Kenzior2-17/+19
2010-03-15Refactor: stk result dataobjectDenis Kenzior2-3/+44
2010-03-15Reorder: stk response length structureDenis Kenzior1-9/+9
Follow the order of the specification
2010-03-15Refactor: stk item id dataobjDenis Kenzior1-3/+3
2010-03-15Refactor: stk item dataobjectDenis Kenzior1-2/+7
2010-03-15Refactor: stk configuration capability parametersDenis Kenzior2-13/+25
2010-03-15Refactor: Update the subaddress structureDenis Kenzior2-7/+22
2010-03-15Refactor: stk alpha identifier objectDenis Kenzior2-7/+13
Style issues, we must also return FALSE in case conversion fails
2010-03-10Refactor: stk address structureDenis Kenzior2-4/+2
2010-03-10Add parser for tone objectsYang Gu1-0/+23
2010-03-10Add parser for sms tpdu objectsYang Gu2-0/+33
2010-03-10Add parser for result objectsYang Gu2-0/+41
2010-03-10Add parser for item identifier objectsYang Gu1-0/+22
2010-03-10Add parser for item objectsYang Gu2-0/+31
2010-03-10Add parser for capability configuration parameters objectsYang Gu2-1/+33
2010-03-10Add parser for subaddress objectsYang Gu2-0/+32
2010-03-10Add parser for alpha identifier objectsYang Gu1-0/+24
2010-03-10Add parser for address objectsYang Gu2-0/+35
2010-03-09Fix Don't check CLIR CUG option in hfp_dialZhenhua Zhang1-4/+0
For HFP call, no need to check CLIR & CUG option. It doesn't affect dial out string.
2010-03-07Make interface callback tables constMarcel Holtmann2-16/+16
2010-03-07Fix the case when the requested name is already in useVinicius Costa Gomes1-1/+5
We weren't setting the dbus error in this situation.
2010-03-07Release 0.19Marcel Holtmann2-1/+8
2010-03-03Fix: Use the proper enum typeDenis Kenzior1-1/+1
2010-03-03Add command echo back if ATE=1Zhenhua Zhang1-0/+3
2010-03-02Fix: warningDenis Kenzior1-1/+0
src/stkutil.c: In function ‘parse_dataobj_imm_resp’: src/stkutil.c:191: error: unused variable ‘data’
2010-03-01stk: Validate src/dst combinationDenis Kenzior1-0/+18
2010-03-01stk: Add initial unit test for Get InputDenis Kenzior1-1/+64
2010-03-01Add support for Get Input proactive commandDenis Kenzior2-0/+50
2010-03-01Support Default Text data objectsDenis Kenzior1-3/+11
2010-03-01Add parser for Response Length objectsDenis Kenzior2-0/+33
2010-03-01Cleanup: Move some stuff around to be more logicalDenis Kenzior1-13/+14
2010-03-01Add support for GET INKEY proactive commandDenis Kenzior2-7/+48
2010-03-01Add parser for Frame Identifier objectDenis Kenzior1-0/+30
2010-03-01Add parser for text attribute objectsDenis Kenzior1-0/+29
2010-03-01Update unit tests with Duration testsDenis Kenzior1-0/+26
2010-03-01Add parser for Duration objectsDenis Kenzior1-0/+31
2010-03-01Style: add relevant sections for dataobj parsersDenis Kenzior1-0/+3
2010-03-01Add parser for STK Immediate Response objectsDenis Kenzior1-0/+22
2010-03-01Update unit tests with icon_id supportDenis Kenzior1-0/+59
2010-03-01Add parsing for Icon Identifier objectsDenis Kenzior2-2/+27
2010-02-27Use stk_envelope_type constant name in sim.cAndrzej Zaborowski1-1/+2
2010-02-27Fix: Enter RESPONSE_SENT state in ussd response cbAndrzej Zaborowski1-1/+1
2010-02-27stk: Refactor proactive command parserDenis Kenzior2-8/+96
Make it a bit easier to extend by using va_args
2010-02-27stk: Add text attribute structureDenis Kenzior1-0/+12