summaryrefslogtreecommitdiff
path: root/src/gsmd
Commit message (Expand)AuthorAgeFilesLines
...
* gsmd: set and get Voicemail number (Erin Yueh)erin_yueh2007-12-191-43/+28
* gsmd: conference call support (Sean Chiang)erin_yueh2007-12-174-26/+114
* gsmd: move PIN name to both gsmd and libgsmd (Erin Yueh)erin_yueh2007-12-131-0/+19
* gsmd: 2nd try for retrieving PIN status (Erin Yueh)erin_yueh2007-12-121-37/+43
* gsmd: Bug 1082 - PIN Status Missing (Erin Yueh)erin_yueh2007-12-101-1/+12
* gsmd: bug#1112 remove a unsupported AT command (Erin Yueh)erin_yueh2007-12-101-2/+0
* gsmd: add "RING" timeout scheme, for those modem not have %CPI (like) support...tick2007-12-053-8/+82
* gsmd: make extrsp_parse() can take care another input (sean_chiang)tick2007-12-041-6/+6
* gsmd: Provide Current Call status (sean_chiang)tick2007-12-041-3/+95
* gsmd: Rewrite read, readrg and find of phonebook. (Sean Chiang)tick2007-12-031-134/+111
* 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: remove a dummy sleep(1) (Tick)tick2007-12-011-2/+1
* gsmd: Severe clean-up (Andrzej Zaborowski)tick2007-12-012-373/+161
* gsmd: Submitting a PIN for authentication needs to respond with status too.(A...tick2007-12-012-84/+51
* gsmd: Modem power-up and -down result events.(Andrzej Zaborowski)tick2007-12-011-2/+25
* gsmd: Refactorying get_imsi from PHONEBOOK to PHONE (tick)tick2007-11-271-22/+24
* [gsmd] to fix on reading a SMS with alpha value. (Erin Yueh)tick2007-11-261-1/+1
* Fixlet to dead code in cpmb_detect_cb.jserv2007-11-241-1/+1
* Indentation with consistent coding style of gsmd.jserv2007-11-241-52/+57
* gsmd: add missing license headersmickey2007-11-231-0/+19
* [gsmd] slightly changed the cpmb callback because rc could be used uninitiali...tick2007-11-201-23/+14
* [gsmd] New feature for power on/off GSM modem (Sean Chiang)tick2007-11-204-0/+62
* [gsmd] Adding atcmd_terminate_matching (remove from the queues any command wh...tick2007-11-202-1/+30
* [gsmd] Adding timeout scheme, and merge gta01 wakeup scheme as machine plug-i...tick2007-11-1611-156/+267
* gsmd: cleaning some dummy codes (Tick)tick2007-11-123-428/+0
* gsmd: return some meaningful value from set_baudrate (Andrew & Tick)tick2007-11-121-7/+10
* gsmd: Adding hang up control(Andrew & Tick)tick2007-11-121-4/+3
* keeping track of current registration state internally in gsmd. Without this ...tick2007-11-122-9/+26
* gsmd: Adding IMSI support (Jim Rayner)tick2007-10-311-0/+25
* 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-312-35/+83
* formal version generation for gsmd-version.h considering releasejserv2007-10-251-2/+7
* Patch to enable CPHS ( Common PCN Handset Specification),tick2007-10-251-2/+41
* handle CME and CMS errors (Erin Yueh)tick2007-10-252-76/+103
* Adding decoder TP-DCS, and it's based on 3GPP TS23.038 Clause 4. (Erin Yueh)tick2007-10-251-0/+100
* Get a correct message index value on reading a SMS (Erin Yueh)tick2007-10-251-0/+6
* Improvement for find and read phonebooks in gsmd.jserv2007-10-171-22/+166
* Added 'Ask Status report' option in shell.jserv2007-10-171-1/+2
* SMS status reportjserv2007-10-171-11/+43
* fix mlbuf handling (Phillip Zabel)laforge2007-08-232-5/+9
* gsmd: make it slightly more forgiving:mickey2007-08-191-9/+4
* gsmd: also allow ERROR as answer for the alive timer.mickey2007-08-191-2/+5
* Change copyrigt to OpenMoko and contributorslaforge2007-08-171-1/+1
* Add a flag to allow LFCR as a valid linebreak. (Alex Osborne)laforge2007-08-172-6/+19
* Change alive check and first commands to bare "AT"laforge2007-08-171-2/+2
* Add Broadcom BCM2132 vendor plugin (Alex Osborne)laforge2007-08-173-1/+119
* Add retrieving phone's own subscriber number. (Andrzej Zaborowski)laforge2007-08-171-0/+49
* mlbuf in gsmd struct (Andrzej Zaborowski)laforge2007-08-171-26/+27
personal git repositories of Harald Welte. Your mileage may vary