summaryrefslogtreecommitdiff
path: root/src/gsmd
Commit message (Expand)AuthorAgeFilesLines
* gsmd: introduce command line option for log levelHarald Welte2013-03-142-3/+10
* wavecom/sysmocom: Directly send GPS/AIS via UDP to gpsdHarald Welte2013-03-141-2/+64
* vendor_wavecom: Make sure MCC of first reported cell is not zeroHarald Welte2013-03-021-2/+2
* gsmd: Support Operator Names with parenthesis in their long/short nameHarald Welte2013-03-021-2/+5
* add support for encapsulating and forwarding GPS and AIS dataHarald Welte2013-02-271-1/+54
* HACKS: Temporary hacks to make it work for wavecom / rf_lockHarald Welte2012-06-013-4/+11
* add new (incomplete) Wavecom vendor moduleHarald Welte2012-06-012-1/+156
* use talloc_zero_size instead of talloc_sizeHarald Welte2012-06-012-4/+4
* * fix segfault with generic machine plugin (by Jamal Selim)laforge2008-07-031-1/+2
* gsmd: fix clip & colp parser problem (Erin Yueh)erin_yueh2008-03-251-19/+36
* gsmd: add AT commands for GTA01 devices (Erin Yueh)erin_yueh2008-03-182-2/+19
* gsmd: Query Antenna Status (Erin Yueh)erin_yueh2008-03-061-0/+14
* gsmd: revert to r4158 (Erin Yueh)erin_yueh2008-03-041-1/+0
* gsmd: change TE character set to UCS2 (olv)erin_yueh2008-03-041-0/+1
* gsmd: add vibrator at cmd (Sudharshan S)erin_yueh2008-02-261-0/+33
* gsmd: get the operator list 2nd try (Paulius Zaleckas)erin_yueh2008-02-211-1/+10
* 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
personal git repositories of Harald Welte. Your mileage may vary