summaryrefslogtreecommitdiffstats
path: root/gatchat/gatsyntax.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-09-04Add GSM Permissive parserDenis Kenzior1-1/+88
2009-08-29Fix a problem with CtrlZ echoDenis Kenzior1-0/+10
When a PDU is submitted and echoed by the modem, the CtrlZ character is also echoed back. Fix the parser to handle this case appropriately.
2009-08-06Fix trailing whitespaceDenis Kenzior1-1/+1
2009-08-06Be more lenient for PDU linesDenis Kenzior1-1/+24
2009-08-06Refactor GAtChat to accept user-provided parsersDenis Kenzior1-0/+228
Intended for really broken modems. A default 27.007 compliant parser is provided.