summaryrefslogtreecommitdiff
path: root/src/gsmd/gsmd.c
Commit message (Expand)AuthorAgeFilesLines
* permit gsmd and libgsm to handle multiple instancesHarald Welte2013-09-291-1/+6
* update copyright noticeHarald Welte2013-03-141-0/+1
* gsmd: introduce command line option for log levelHarald Welte2013-03-141-2/+9
* HACKS: Temporary hacks to make it work for wavecom / rf_lockHarald Welte2012-06-011-2/+2
* * fix segfault with generic machine plugin (by Jamal Selim)laforge2008-07-031-1/+2
* gsmd: add AT commands for GTA01 devices (Erin Yueh)erin_yueh2008-03-181-2/+5
* 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: fix gcc warning (Erin Yueh)erin_yueh2008-02-211-2/+2
* gsmd: add strlcpy, strlcat functions (Paulius Zaleckas)erin_yueh2008-02-131-1/+1
* gsmd: disable COLP to avoid cme error 512 (Sean Chiang)erin_yueh2008-01-261-1/+2
* gsmd: retrieve imsi value before sending at command (Sean Chiang)erin_yueh2008-01-221-0/+13
* gsmd: remove SIGSEGV handler (Sean Chiang)erin_yueh2008-01-101-1/+0
* gsmd: eliminate gcc warnings (Erin Yueh)erin_yueh2008-01-101-12/+4
* gsmd: conference call support (Sean Chiang)erin_yueh2007-12-171-0/+2
* gsmd: bug#1112 remove a unsupported AT command (Erin Yueh)erin_yueh2007-12-101-2/+0
* gsmd: remove a dummy sleep(1) (Tick)tick2007-12-011-2/+1
* [gsmd] Adding timeout scheme, and merge gta01 wakeup scheme as machine plug-i...tick2007-11-161-29/+19
* 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
* fix mlbuf handling (Phillip Zabel)laforge2007-08-231-0/+4
* 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
* Change alive check and first commands to bare "AT"laforge2007-08-171-2/+2
* Wait for the AT Interpreter Ready message.laforge2007-08-171-1/+10
* Implement GSMD version printout (Matt Mets <matt.mets@cibomahto.com>)laforge2007-08-171-1/+8
* Dynamic registration of unsolicited responses (Andrzej Zaborowski)laforge2007-08-161-0/+2
* From 5b7c50fd08b8f76f761958c8a8243e6c23118fa3 Mon Sep 17 00:00:00 2001laforge2007-08-161-1/+3
* * Add missing parameter to writealphaone2007-08-101-1/+1
* gsmd.c: Send \r before draining tty so the modem discards any garbage thatalphaone2007-08-101-0/+3
* in some cases the Qualcomm chip in the HTC Universal switches to V0 modelaforge2007-07-311-2/+4
* don't power off the phone at gsmd startup.laforge2007-07-311-2/+0
* the latest gsmd sends the alive detector's ATE0 to the GSM modem, evenlaforge2007-07-311-3/+4
* Add higher baudrates: 230k, 460k, 921k (Alex Osborne)laforge2007-07-311-0/+3
* * add timeout to initial modem detectionlaforge2007-06-021-25/+41
* Add 'modem alive' detection. We inquire every five minutes if the modem is s...laforge2007-06-021-3/+134
* remove stupid default serial port /dev/ttyUSB0laforge2007-06-021-5/+17
* implement manual override for vendor/machine typelaforge2007-06-021-4/+16
* add machine / vendor plugin infrastructure (Philip Zabel)laforge2007-06-021-4/+18
* gsmd: power off the phone when gsmd starts up to have a consistent starting p...mickey2007-05-161-2/+2
* * add (still incomplete) SMS and phonebook support from Sean Chianglaforge2007-04-151-0/+7
* * include stdio from talloc.hlaforge2007-03-101-0/+2
* move CTZR into vendor_ti.c, since not all GSM Modems support it (Philipp Zabel)laforge2007-03-091-2/+0
* Introduce new '-F' switch to enable/disable hardware flow controllaforge2007-01-311-3/+15
* - Add copyright / license notice to all source code fileslaforge2007-01-131-0/+22
* - use talloc (of samba project) to debug memory allocations and simplify codelaforge2007-01-121-2/+43
* - clean up header files (all in include/gmsd now)laforge2006-10-241-8/+16
* first working revision of gsmd, libgsmd and libgsmd-toollaforge2006-10-231-20/+10
* gsmd passthrough mode now workinglaforge2006-10-221-7/+6
personal git repositories of Harald Welte. Your mileage may vary