summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* wavecom/sysmocom: use AT@COPS if available, instead of AT+COPSHarald Welte2013-10-131-0/+8
| | | | | | | | | | In certain sysmocom proprietary versions of the wavecom modem, we have a non-blocking operator scan command called AT@COPS=?, which we can use instead of AT+COPS=?. The wavecom vendor plugin checks at start time if the command is available. If yes, iti s used in case a libgsm client is asking for an operator scan, instead of the standard AT+COPS=? variant.
* permit gsmd and libgsm to handle multiple instancesHarald Welte2013-09-292-0/+2
| | | | | By using differntly-named unix domain sockets, we can run multiple gsmd instances in parallel.
* libgsmd/sms: make sure we have sufficient space for long MSISDNHarald Welte2013-09-291-1/+1
| | | | warning: breaks ABI
* lgsm: Allow to set any user data for the gsm handleHolger Hans Peter Freyther2013-09-241-0/+3
|
* Add run-time changing of gsmd log level via libgsm/libgsmd-toolHarald Welte2013-03-152-0/+4
|
* add support for encapsulating and forwarding GPS and AIS dataHarald Welte2013-02-272-1/+2
| | | | | | we simply convert the sysmocom specific unsolicited messages into an usock event which is transported to the client[s] who subscribed to it.
* introduce new "Cell Info" EventHarald Welte2012-06-012-0/+10
|
* add missing include of strl.h. patch by khorben. closing OM #2184mickey2009-01-231-1/+0
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4897 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: fixing the missing prototype (Sudharshan S)erin_yueh2008-03-181-0/+3
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4216 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add AT commands for GTA01 devices (Erin Yueh)erin_yueh2008-03-181-0/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4215 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Query Antenna Status (Erin Yueh)erin_yueh2008-03-061-0/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4174 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: revert to r4158 (Erin Yueh)erin_yueh2008-03-042-2/+2
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4162 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: change TE character set to UCS2 (olv)erin_yueh2008-03-042-2/+2
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4159 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: sms data structure (Paulius Zaleckas)erin_yueh2008-02-261-1/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4116 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add vibrator at cmd (Sudharshan S)erin_yueh2008-02-263-0/+7
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4115 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: get battery status (Sudharshan S)erin_yueh2008-02-212-0/+16
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4091 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: bug fixed for some changes (Sudharshan S, Paulius Zaleckas)erin_yueh2008-02-181-1/+0
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4084 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add retrieving phone info (Erin Yueh)erin_yueh2008-02-153-14/+13
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4067 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add strlcpy, strlcat functions (Paulius Zaleckas)erin_yueh2008-02-133-1/+16
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4060 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: network registration query status (Paulius Zaleckas)erin_yueh2008-01-311-0/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3989 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: query network registration 2nd try (Erin Yueh)erin_yueh2008-01-261-1/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3965 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: query network registration status (Erin Yueh)erin_yueh2008-01-241-0/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3943 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: retrieve imsi value before sending at command (Sean Chiang)erin_yueh2008-01-222-0/+2
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3915 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add 'lgsm_open_n_get' to retrieve the current country code (Sean Chiang)erin_yueh2008-01-181-8/+9
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3876 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: fix CMT_parse comma error (Sean Chiang)erin_yueh2008-01-171-2/+5
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3861 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: update sms pdu len and fix typos (Wang Yanke)erin_yueh2008-01-161-4/+4
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3853 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: eliminate gcc warnings (Erin Yueh)erin_yueh2008-01-107-10/+25
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3807 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add TP-MTI to gsmd_sms (Erin Yueh)erin_yueh2008-01-091-0/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3791 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add Call Forwarding function (Sean Chiang)erin_yueh2008-01-032-0/+73
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3760 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add TP-STATUS return code table (Erin Yueh)erin_yueh2008-01-021-0/+44
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3758 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: set and get Voicemail number (Erin Yueh)erin_yueh2007-12-192-8/+2
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3684 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: conference call support (Sean Chiang)erin_yueh2007-12-173-6/+57
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3657 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: move PIN name to both gsmd and libgsmd (Erin Yueh)erin_yueh2007-12-131-20/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3647 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: 2nd try for retrieving PIN status (Erin Yueh)erin_yueh2007-12-124-4/+23
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3636 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: remove the redundant API of phonebook(Sean Chiang)erin_yueh2007-12-121-9/+0
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3634 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Bug 1082 - PIN Status Missing (Erin Yueh)erin_yueh2007-12-102-1/+3
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3621 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add "RING" timeout scheme, for those modem not have %CPI (like) ↵tick2007-12-052-1/+3
| | | | | | supports (Andrzej Zaborowski) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3572 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Provide Current Call status (sean_chiang)tick2007-12-042-0/+54
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3557 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Rewrite read, readrg and find of phonebook. (Sean Chiang)tick2007-12-032-11/+6
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3551 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Severe clean-up (Andrzej Zaborowski)tick2007-12-012-2/+4
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3546 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Submitting a PIN for authentication needs to respond with status ↵tick2007-12-012-1/+3
| | | | | | too.(Andrzej Zaborowski) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3545 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Refactorying get_imsi from PHONEBOOK to PHONE (tick)tick2007-11-273-4/+3
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3519 99fdad57-331a-0410-800a-d7fa5415bdb3
* [gsmd] make "make dist" correctlytick2007-11-271-1/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3518 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: start with gsmd_msg_auxdata unionmickey2007-11-251-0/+13
| | | | | | | | Using a union here (similar to gsmd_evt_auxdata) allows for compiler checks and is much less prone to fail than using pointer arithmetics. git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3504 99fdad57-331a-0410-800a-d7fa5415bdb3
* [gsmd] New feature for power on/off GSM modem (Sean Chiang)tick2007-11-203-0/+8
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3449 99fdad57-331a-0410-800a-d7fa5415bdb3
* [gsmd] Adding atcmd_terminate_matching (remove from the queues any command ↵tick2007-11-201-1/+2
| | | | | | whose .ctx matches given)(Andrzej Zaborowski) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3447 99fdad57-331a-0410-800a-d7fa5415bdb3
* [gsmd] Adding timeout scheme, and merge gta01 wakeup scheme as machine ↵tick2007-11-163-3/+10
| | | | | | plug-in with timeout. (L. Sean) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3430 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: cleaning some dummy codes (Tick)tick2007-11-121-13/+0
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3394 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: fix typos in event.hmickey2007-11-081-2/+2
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3375 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Adding IMSI support (Jim Rayner)tick2007-10-312-0/+4
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3309 99fdad57-331a-0410-800a-d7fa5415bdb3
personal git repositories of Harald Welte. Your mileage may vary