summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-03-18huawei: use GSM permissive parser instead of V1.João Paulo Rechi Vita1-1/+1
With V1 parser the driver fails to detect when a SMS is successfully sent and keeps re-trying until Max retries.
2010-03-18Add support for IP based connections to gsmdialDenis Kenzior1-1/+51
2010-03-18Fix: Echo everything as soon as receivedDenis Kenzior1-4/+5
2010-03-18Update sim-api.txtDenis Kenzior1-1/+1
2010-03-18Refactor add is_basic_command_prefix functionZhenhua Zhang1-2/+13
2010-03-18Rename parse_v250_settingsZhenhua Zhang1-2/+2
To parse_basic_command
2010-03-18Rename parse_at_commandZhenhua Zhang1-2/+2
To parse_extended_command
2010-03-18Rename is_at_command_prefixZhenhua Zhang1-2/+2
To is_extended_command_prefix
2010-03-18Rename g_at_server_send_resultZhenhua Zhang1-8/+8
To g_at_server_send_final
2010-03-18Doc: Fixup style issuesDenis Kenzior1-2/+2
2010-03-18Added call-barring-api.txt.Pekka Pessi1-0/+65
2010-03-18Fix: Interrogation of barring does not need pinPekka Pessi1-1/+1
2010-03-18Fix: Number of barring services is constantPekka Pessi1-10/+3
2010-03-18Style: Remove the now unnecessary bracesDenis Kenzior1-2/+1
2010-03-18Fix: Return newly-queried barring statusPekka Pessi1-3/+2
We were returning the contents of the old locks
2010-03-18Fix: call barring can only be (de)activatedPekka Pessi1-2/+2
2010-03-16Fix: Use g_try_malloc when parsing stk resultDenis Kenzior1-1/+6
2010-03-16Fix: Use g_try_malloc when parsing stk addressDenis Kenzior1-1/+6
2010-03-16Fix: Use g_try_malloc in gisi/pipe.cDenis Kenzior1-1/+4
2010-03-16Fix: Use g_try_malloc not g_malloc in isi/pep.cDenis Kenzior1-2/+6
2010-03-16Style: Use newlines to make the code more readableDenis Kenzior1-0/+3
2010-03-16Style: Always use tab for indentationDenis Kenzior1-2/+4
2010-03-16Fix: Use g_try_malloc in gatutilDenis Kenzior1-1/+4
2010-03-16Fix: Use g_try_malloc instead of g_malloc in utilDenis Kenzior1-3/+3
In these cases we were checking for NULL return, but the function used should have been g_try_malloc instead.
2010-03-16Refactor: create_dirs logicDenis Kenzior1-8/+17
- Remove reference to g_malloc and replace with g_try_malloc - Be extra pedantic on the inputs - Refactor the logic to make it slightly easier to follow
2010-03-16Fix: Fixup error paths in sim_op_check_cachedDenis Kenzior1-1/+7
2010-03-16Fix: avoid assigning to return structure on errorDenis Kenzior1-1/+1
2010-03-16Style: Spaces before / after arithmetic operationsDenis Kenzior1-5/+5
2010-03-16Style: Align the enum values to be easier to readDenis Kenzior1-213/+213
2010-03-16Handle the conversion failure when parsing itemYang Gu1-1/+7
2010-03-16Fix the structure of stk_subaddressYang Gu1-1/+1
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