summaryrefslogtreecommitdiff
path: root/src/gsmd
Commit message (Expand)AuthorAgeFilesLines
* gsmd: fix gcc warning (Erin Yueh)erin_yueh2008-02-216-9/+9
* gsmd: get battery status (Sudharshan S)erin_yueh2008-02-211-9/+33
* gsmd: bug fixed for some changes (Sudharshan S, Paulius Zaleckas)erin_yueh2008-02-181-19/+10
* gsmd: add retrieving phone info (Erin Yueh)erin_yueh2008-02-151-2/+70
* gsmd: bug fixed for atcmd buffer lengh (Erin Yueh)erin_yueh2008-02-151-2/+1
* gsmd: remove dead imsi code and fix bug (Paulius Zaleckas)erin_yueh2008-02-131-9/+1
* gsmd: add strlcpy, strlcat functions (Paulius Zaleckas)erin_yueh2008-02-139-33/+118
* gsmd: Patch for Telit GM862 GSM modem (Florian Boor)erin_yueh2008-01-313-1/+222
* gsmd: query network registration 2nd try (Erin Yueh)erin_yueh2008-01-261-1/+1
* gsmd: disable COLP to avoid cme error 512 (Sean Chiang)erin_yueh2008-01-261-1/+2
* gsmd: query network registration status (Erin Yueh)erin_yueh2008-01-241-0/+32
* gsmd: retrieve imsi value before sending at command (Sean Chiang)erin_yueh2008-01-222-1/+15
* gsmd: add 'lgsm_open_n_get' to retrieve the current country code (Sean Chiang)erin_yueh2008-01-181-0/+46
* gsmd: fix CMT_parse comma error (Sean Chiang)erin_yueh2008-01-171-7/+38
* gsmd: update sms pdu len and fix typos (Wang Yanke)erin_yueh2008-01-161-1/+1
* gsmd: remove SIGSEGV handler (Sean Chiang)erin_yueh2008-01-101-1/+0
* gsmd: eliminate gcc warnings (Erin Yueh)erin_yueh2008-01-1013-88/+84
* gsmd: add TP-MTI to gsmd_sms (Erin Yueh)erin_yueh2008-01-091-0/+3
* gsmd: fix segfault for list operator names (Sean Chiang)erin_yueh2008-01-081-50/+75
* gsmd: add Call Forwarding function (Sean Chiang)erin_yueh2008-01-031-1/+147
* gsmd: remove AT%CPHS from vendor_ti.c (Erin Yueh)erin_yueh2008-01-021-41/+1
* gsmd: add TP-STATUS return code table (Erin Yueh)erin_yueh2008-01-021-2/+2
* 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
personal git repositories of Harald Welte. Your mileage may vary