summaryrefslogtreecommitdiff
path: root/src/util/shell.c
Commit message (Expand)AuthorAgeFilesLines
* util: Remove shadowin of the readset parameterHolger Hans Peter Freyther2013-09-241-1/+0
* Add run-time changing of gsmd log level via libgsm/libgsmd-toolHarald Welte2013-03-151-0/+5
* shell: fix manual operator selectionHarald Welte2012-06-011-1/+1
* gsmd: fixing the missing prototype (Sudharshan S)erin_yueh2008-03-181-1/+1
* gsmd: Query Antenna Status (Erin Yueh)erin_yueh2008-03-061-0/+7
* gsmd: add vibrator at cmd (Sudharshan S)erin_yueh2008-02-261-1/+21
* gsmd: get battery status (Sudharshan S)erin_yueh2008-02-211-0/+10
* gsmd: bug fixed for some changes (Sudharshan S, Paulius Zaleckas)erin_yueh2008-02-181-6/+1
* gsmd: add retrieving phone info (Erin Yueh)erin_yueh2008-02-151-0/+36
* gsmd: fix error handling in libgsmd-tool (Paulius Zaleckas)erin_yueh2008-02-081-0/+2
* gsmd: network registration query status (Paulius Zaleckas)erin_yueh2008-01-311-0/+1
* gsmd: query network registration status (Erin Yueh)erin_yueh2008-01-241-0/+27
* gsmd: add 'lgsm_open_n_get' to retrieve the current country code (Sean Chiang)erin_yueh2008-01-181-0/+6
* gsmd: eliminate gcc warnings (Erin Yueh)erin_yueh2008-01-101-4/+8
* gsmd: add Call Forwarding function (Sean Chiang)erin_yueh2008-01-031-1/+56
* gsmd: set and get Voicemail number (Erin Yueh)erin_yueh2007-12-191-0/+29
* gsmd: conference call support (Sean Chiang)erin_yueh2007-12-171-5/+64
* gsmd: 2nd try for retrieving PIN status (Erin Yueh)erin_yueh2007-12-121-9/+13
* gsmd: Bug 1082 - PIN Status Missing (Erin Yueh)erin_yueh2007-12-101-0/+9
* gsmd: Provide Current Call status (sean_chiang)tick2007-12-041-0/+37
* gsmd: Rewrite read, readrg and find of phonebook. (Sean Chiang)tick2007-12-031-48/+40
* gsmd: Submitting a PIN for authentication needs to respond with status too.(A...tick2007-12-011-6/+30
* gsmd: Modem power-up and -down result events.(Andrzej Zaborowski)tick2007-12-011-8/+25
* gsmd: Refactorying get_imsi from PHONEBOOK to PHONE (tick)tick2007-11-271-5/+15
* gsmd: fix typos and indentationmickey2007-11-231-31/+29
* [gsmd] New feature for power on/off GSM modem (Sean Chiang)tick2007-11-201-0/+8
* [gsmd] Adding waiting mode for libgsmd-tool shell. (Andrzej Zaborowski)tick2007-11-201-14/+43
* gsmd: adding sleep mode into libgsmd-tool shell mode(Tick)tick2007-11-121-0/+9
* gsmd: Adding IMSI support (Jim Rayner)tick2007-10-311-0/+8
* Adding decoder TP-DCS, and it's based on 3GPP TS23.038 Clause 4. (Erin Yueh)tick2007-10-251-0/+2
* Improvement for finding / reading phonebook records in shell.jserv2007-10-171-104/+52
* Added 'Ask Status report' option in shell.jserv2007-10-171-19/+16
* http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=834 ...jserv2007-10-171-6/+26
* remove 'struct llist_head' from phonebook messages becauselaforge2007-08-201-0/+10
* Add retrieving phone's own subscriber number. (Andrzej Zaborowski)laforge2007-08-171-0/+22
* SIM Phonebook access implementation.laforge2007-08-171-23/+146
* From: Andrzej Zaborowski <balrog@zabor.org>laforge2007-08-171-9/+67
* Operator Selection (Andrzej Zaborowski)laforge2007-08-161-4/+73
* From 294d27e78680d497da22e3a8ad679f50d1ba29e5 Mon Sep 17 00:00:00 2001laforge2007-08-161-23/+104
* Flush stdout after handling each event.shoragan2007-07-121-0/+1
* * add (still incomplete) SMS and phonebook support from Sean Chianglaforge2007-04-151-0/+164
* don't power down the device before trying to register with the network ;)laforge2007-03-081-1/+0
* revert 'bug108' patch from tony guan. laforge2007-02-281-62/+1
* resolved bug 108, please varify it. thks.tony_guan2007-02-281-1/+62
* - Add copyright / license notice to all source code fileslaforge2007-01-131-0/+22
* add DTMF tone command to helplaforge2007-01-121-0/+1
* - use talloc (of samba project) to debug memory allocations and simplify codelaforge2007-01-121-2/+17
* use non-blocking i/o to prevent missing of eventslaforge2007-01-101-0/+4
* first working revision of gsmd, libgsmd and libgsmd-toollaforge2006-10-231-4/+40
* more gsmd/libgsm implementationlaforge2006-10-231-10/+46
personal git repositories of Harald Welte. Your mileage may vary