summaryrefslogtreecommitdiff
path: root/src/gsmd/atcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Convert DEBUG to ERROR/INFO/NOTICE where applicableHarald Welte2013-03-141-13/+13
* HACKS: Temporary hacks to make it work for wavecom / rf_lockHarald Welte2012-06-011-1/+8
* gsmd: fix gcc warning (Erin Yueh)erin_yueh2008-02-211-1/+1
* gsmd: bug fixed for atcmd buffer lengh (Erin Yueh)erin_yueh2008-02-151-2/+1
* gsmd: add strlcpy, strlcat functions (Paulius Zaleckas)erin_yueh2008-02-131-1/+1
* gsmd: eliminate gcc warnings (Erin Yueh)erin_yueh2008-01-101-6/+10
* gsmd: add "RING" timeout scheme, for those modem not have %CPI (like) support...tick2007-12-051-1/+1
* gsmd: Just avoid unnecessary remove-timer() function call when get multi-line...tick2007-12-031-2/+0
* gsmd: Without clearing mlbuf, when get multi-line response, extrsp_parse will...tick2007-12-031-0/+2
* gsmd: Make gsmd llparse_byte() to be more tolerant for modem EVB board(Sean C...tick2007-12-031-1/+1
* [gsmd] Adding atcmd_terminate_matching (remove from the queues any command wh...tick2007-11-201-0/+27
* [gsmd] Adding timeout scheme, and merge gta01 wakeup scheme as machine plug-i...tick2007-11-161-76/+83
* keeping track of current registration state internally in gsmd. Without this ...tick2007-11-121-1/+1
* gsmd: Mainly for working around the bug of GTA01 HW with moko3, but it can ...tick2007-10-311-0/+74
* gsmd: Fix the bug 928, that user cannot hang up call/cancel_atcmd until a cal...tick2007-10-311-33/+75
* handle CME and CMS errors (Erin Yueh)tick2007-10-251-0/+5
* fix mlbuf handling (Phillip Zabel)laforge2007-08-231-5/+5
* Add a flag to allow LFCR as a valid linebreak. (Alex Osborne)laforge2007-08-171-6/+16
* mlbuf in gsmd struct (Andrzej Zaborowski)laforge2007-08-171-26/+27
* Use vendor specific ext_chars.laforge2007-08-171-2/+2
* From: Andrzej Zaborowski <balrog@zabor.org>laforge2007-08-171-0/+26
* From: Andrzej Zaborowski <balrog@zabor.org>laforge2007-08-161-52/+81
* Add '2nd try' of the multiline parser:laforge2007-07-311-20/+50
* the latest gsmd sends the alive detector's ATE0 to the GSM modem, evenlaforge2007-07-311-0/+1
* Ignore 1:1 echos of commands sent. This is mainly to work around modems thatlaforge2007-06-061-0/+5
* add machine / vendor plugin infrastructure (Philip Zabel)laforge2007-06-021-1/+2
* parse numeric responses for RING, NO CARRIER and BUSY (Philip Zabel)laforge2007-04-151-5/+8
* add parsing of +CMS errors according to GSM 07.05 (Philipp Zabel)laforge2007-03-281-1/+13
* * deal correctly with 'gsm power cycling'laforge2007-03-101-3/+6
* - Add copyright / license notice to all source code fileslaforge2007-01-131-6/+22
* - use talloc (of samba project) to debug memory allocations and simplify codelaforge2007-01-121-22/+36
* - clean up header files (all in include/gmsd now)laforge2006-10-241-4/+6
* first working revision of gsmd, libgsmd and libgsmd-toollaforge2006-10-231-1/+10
* gsmd passthrough mode now workinglaforge2006-10-221-17/+58
* - fix parsing of unsolicited codes laforge2006-10-221-10/+19
* add logging infrastructure to gsm daemonlaforge2006-10-221-10/+10
* - some more gsmd / libgsmd codelaforge2006-10-201-8/+57
* first compiling (unfinished, not-working) version of userspace gsm infrastruc...laforge2006-09-021-0/+332
personal git repositories of Harald Welte. Your mileage may vary