summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2010-02-27stk: Add Duration structureDenis Kenzior1-0/+10
2010-02-27stk: Add icon identifier structureDenis Kenzior1-2/+10
2010-02-27Add duration type enumDenis Kenzior1-0/+6
2010-02-26Fix: Simplify write-again logicDenis Kenzior1-6/+3
2010-02-26Fix: Don't allocate buffers if we don't need toDenis Kenzior1-1/+6
2010-02-26Add write server response into non-blocking IOZhenhua Zhang1-0/+66
Write server response into non-blocking GIOChannel when we have G_IO_OUT signal.
2010-02-26Add write buffer queue for non-blocking writeZhenhua Zhang1-10/+95
The head of the queue is the data to be written, the tail is the free buffer to cache data into. If the tail of queue is full, allocate a new free buffer and append it at the tail.
2010-02-26Add define for read and write buffer sizeZhenhua Zhang1-1/+3
2010-02-26Do not trigger user disconnect at g_at_shutdownZhenhua Zhang1-14/+28
Similar to gatchat, introduce read_watcher_destroy_notify and do not trigger user disconnect at g_at_shutdown. Delay destroy of gatserver until read_watcher is destroyed.
2010-02-24doc: Add 'Name' property under 'Modem' interface.João Paulo Rechi Vita1-0/+4
2010-02-24Test: Show number being dialedJoão Paulo Rechi Vita1-1/+1
2010-02-24Test: Show id of the modem being enabled/disabledJoão Paulo Rechi Vita2-0/+2
2010-02-23Update unit test for USAT display text commandDenis Kenzior2-3/+195