summaryrefslogtreecommitdiffstats
path: root/gatchat/gatsyntax.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-25gatsyntax: Fix typo with GSM_PERMISSIVE_STATE_RESPONSE_STRINGMarcel Holtmann1-1/+1
2012-05-24gatsyntax: Handle lines starting with '"'Denis Kenzior1-0/+3
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-03-28gatsyntax: support short prompt in v1 parserDenis Kenzior1-0/+24
2011-03-28gatsyntax: support short prompt for permissiveDenis Kenzior1-0/+25
2011-03-28gatsyntax: Support echo of empty linesDenis Kenzior1-1/+4
2011-03-28gatsyntax: Re-name enum a proper wayDenis Kenzior1-3/+3
2011-01-12gatchat: M15 coding styles fixesJeevaka Badrappan1-2/+2
2010-09-29gatsyntax: Fix responses starting with a quoteDenis Kenzior1-0/+2
2010-08-16gatchat: Handle embedded \r and \n in responsesDenis Kenzior1-1/+17
2010-03-31Fix: Introduce PPP data stateDenis Kenzior1-0/+13
Some modems send PPP data introspersed along with the CONNECT final response. Fixup the parser so we can still detect the final response.
2010-03-30Fix: Treat garbage as echoDenis Kenzior1-17/+5
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.