summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-03-31Fix whitespace damage in PPP implementationMarcel Holtmann3-3/+4
2010-03-31Fix: Be more consistent with other boundary checksDenis Kenzior1-2/+2
2010-03-31Style: indentation fixesDenis Kenzior1-6/+6
2010-03-31Fix: Increate iterator when parsing failsYang Gu1-10/+6
If the comprehension TLV tag matches the expected handler, and the handler fails to parse the tag, then increase the iterator.
2010-03-31Rename stk_icon_identifier to stk_icon_idYang Gu2-5/+5
2010-03-31Add parser for item icon identifier list objectsYang Gu2-0/+33
2010-03-31Add enum for icon qualifierYang Gu1-0/+5
2010-03-31Add parser for call control requested action objectsYang Gu2-0/+40
2010-03-31Add parser for transaction identifier objectsYang Gu2-0/+29
2010-03-31Add parser for location status objectsYang Gu2-0/+32
2010-03-31Add parser for cause objectsYang Gu2-0/+34
2010-03-31Add parser for event list objectsYang Gu2-0/+53
2010-03-31Add parser for items next action indicator objectsYang Gu2-0/+29
2010-03-31Reorder the declarations of stk data objectsYang Gu1-17/+18
2010-03-31Add test implementation for CPBSZhenhua Zhang1-0/+24
2010-03-31Add test implementation to support SMSZhenhua Zhang1-0/+177
2010-03-31Refactor: Simplify V250 setting command functionsDenis Kenzior1-91/+30
2010-03-31Refactor: Simplify gatserver s-register functionsDenis Kenzior1-52/+16
2010-03-31Fix: Potential crash in modemconfDenis Kenzior1-0/+3
2010-03-31Fix echo command back even if don't process itZhenhua Zhang1-8/+8
2010-03-31Add Repeat last command supportZhenhua Zhang1-2/+7
2010-03-31Add implementation for ATE and other basic commandZhenhua Zhang1-4/+158
2010-03-31Add implementation for S3, S4, S5 commandZhenhua Zhang1-0/+133
2010-03-30Fix: Make sure we still increment read_countDenis Kenzior1-2/+2
2010-03-30Fix ignore incoming bytes during parsingZhenhua Zhang1-0/+4
Server processes one command line at one time, so ignore the rest incoming bytes during the command parsing.
2010-03-30Update test-server to the new APIDenis Kenzior1-5/+5
2010-03-30Simplify the send_info APIDenis Kenzior2-32/+18
2010-03-30Fix: Treat garbage as echoDenis Kenzior1-17/+5
2010-03-30Fix: Properly handle async final responsesDenis Kenzior1-6/+47
2010-03-30Fix: We need to preserve the original lineDenis Kenzior1-1/+3
2010-03-30Fix: Use VERSION define to generate CGMR responseDenis Kenzior1-1/+3
2010-03-30Fix: Record last received commandDenis Kenzior1-6/+11
2010-03-30Fix: Send an ERROR on A/Denis Kenzior1-1/+1
2010-03-30Add test implementation for CFUNDenis Kenzior1-1/+33
2010-03-30Fix: Make sure g_print is followed by a newlineDenis Kenzior1-2/+2
2010-03-30Add initial implementation of cgmr/cgmi/cgmm/cgsnDenis Kenzior1-5/+66
2010-03-30Fix: SO_REUSEADDR should be set before bindDenis Kenzior1-2/+2
2010-03-30Refactor: Simplify extended command parsing logicDenis Kenzior1-9/+6
2010-03-30Refactor: Add a single-line response functionDenis Kenzior2-2/+15
2010-03-30Add API stubs for unsolicited / final responsesZhenhua Zhang2-6/+76
2010-03-30Add stubs for test server commandsDenis Kenzior1-0/+25
2010-03-30Refactor: tty creationDenis Kenzior1-9/+8
2010-03-30Refactor: Text / Default text parsingDenis Kenzior1-55/+35
2010-03-30Refactor: Break out the STK text decoding utilityDenis Kenzior1-0/+35
This can be used for other data objects than text and default text
2010-03-30Refactor: generic boolean parsersDenis Kenzior1-11/+6
2010-03-30Refactor: Don't repeat tag checking ad naseumDenis Kenzior1-73/+5
The tag checking can be done safely once inside the main parsing function, no need to repeat it in the individual object parsers.
2010-03-30Style: More consistent indentationDenis Kenzior1-5/+5
2010-03-29Fix use of g_checksum_get_digest() inout argumentMarcel Holtmann1-2/+2
2010-03-29Fix: measurement results are binary dataDenis Kenzior1-1/+1
2010-03-29Add parser for network measurement results objectsYang Gu1-0/+26