summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* gsmd: Patch for Telit GM862 GSM modem (Florian Boor)erin_yueh2008-01-313-1/+222
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3994 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: disable COLP to avoid cme error 512 (Sean Chiang)erin_yueh2008-01-261-1/+2
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3964 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: remove handle packet msg type = 2 error (Erin Yueh)erin_yueh2008-01-261-2/+2
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3963 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: query network registration status (Erin Yueh)erin_yueh2008-01-243-0/+64
| | | | 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-1/+15
| | | | 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-183-0/+57
| | | | 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-172-7/+40
| | | | 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-1/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3853 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: remove SIGSEGV handler (Sean Chiang)erin_yueh2008-01-101-1/+0
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3808 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: eliminate gcc warnings (Erin Yueh)erin_yueh2008-01-1020-99/+105
| | | | 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/+3
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3791 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: fix segfault for list operator names (Sean Chiang)erin_yueh2008-01-081-50/+75
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3784 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add Call Forwarding function (Sean Chiang)erin_yueh2008-01-033-2/+326
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3760 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: remove AT%CPHS from vendor_ti.c (Erin Yueh)erin_yueh2008-01-021-41/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3759 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add TP-STATUS return code table (Erin Yueh)erin_yueh2008-01-021-2/+2
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3758 99fdad57-331a-0410-800a-d7fa5415bdb3
* * src/util/event.c: (inds_handler):chris2007-12-211-1/+1
| | | | | | | Back out change - sms->stat just contains junk (uninitialised?) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3719 99fdad57-331a-0410-800a-d7fa5415bdb3
* * src/util/event.c: (inds_handler):chris2007-12-211-1/+1
| | | | | | | | Delivery status type is in sms->stat, not sms->payload.coding_scheme (which is always zero) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3715 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: set and get Voicemail number (Erin Yueh)erin_yueh2007-12-193-43/+91
| | | | 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-177-31/+210
| | | | 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-132-0/+38
| | | | 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-69/+62
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3636 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Bug 1082 - PIN Status Missing (Erin Yueh)erin_yueh2007-12-103-1/+25
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3621 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: bug#1112 remove a unsupported AT command (Erin Yueh)erin_yueh2007-12-101-2/+0
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3620 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add "RING" timeout scheme, for those modem not have %CPI (like) ↵tick2007-12-053-8/+82
| | | | | | supports (Andrzej Zaborowski) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3572 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: decrease the rx_len for memcpy (Andrzej Zaborowski)tick2007-12-051-1/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3567 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: make extrsp_parse() can take care another input (sean_chiang)tick2007-12-041-6/+6
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3558 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Provide Current Call status (sean_chiang)tick2007-12-043-3/+137
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3557 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: libgsmd-tool will crash under atcmd mode (sean_chiang)tick2007-12-041-1/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3556 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Rewrite read, readrg and find of phonebook. (Sean Chiang)tick2007-12-033-230/+151
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3551 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Just avoid unnecessary remove-timer() function call when get ↵tick2007-12-031-2/+0
| | | | | | multi-line (Sean Chiang) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3550 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Without clearing mlbuf, when get multi-line response, extrsp_parse ↵tick2007-12-031-0/+2
| | | | | | will be failed. because the garbage data left from the last time(line). (Sean Chiang) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3549 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Make gsmd llparse_byte() to be more tolerant for modem EVB board(Sean ↵tick2007-12-031-1/+1
| | | | | | Chiang) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3548 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: remove a dummy sleep(1) (Tick)tick2007-12-011-2/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3547 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Severe clean-up (Andrzej Zaborowski)tick2007-12-017-386/+177
| | | | 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-016-104/+98
| | | | | | too.(Andrzej Zaborowski) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3545 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Modem power-up and -down result events.(Andrzej Zaborowski)tick2007-12-012-10/+50
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3544 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: Refactorying get_imsi from PHONEBOOK to PHONE (tick)tick2007-11-274-31/+45
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3519 99fdad57-331a-0410-800a-d7fa5415bdb3
* [gsmd] to fix on reading a SMS with alpha value. (Erin Yueh)tick2007-11-261-1/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3510 99fdad57-331a-0410-800a-d7fa5415bdb3
* Print version number in libgsmd-tool.jserv2007-11-241-2/+10
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3503 99fdad57-331a-0410-800a-d7fa5415bdb3
* Fixlet to dead code in cpmb_detect_cb.jserv2007-11-241-1/+1
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3502 99fdad57-331a-0410-800a-d7fa5415bdb3
* Indentation with consistent coding style of gsmd.jserv2007-11-241-52/+57
| | | | | | | Remove C++ style comments. git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3501 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: fix typos and indentationmickey2007-11-233-33/+31
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3498 99fdad57-331a-0410-800a-d7fa5415bdb3
* gsmd: add missing license headersmickey2007-11-235-0/+103
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3497 99fdad57-331a-0410-800a-d7fa5415bdb3
* [gsmd] slightly changed the cpmb callback because rc could be used ↵tick2007-11-201-23/+14
| | | | | | uninitialised, and avoids using strtok() on a constant string (Andrzej Zaborowski) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3451 99fdad57-331a-0410-800a-d7fa5415bdb3
* [gsmd] sorry forget to add the new file (Sean Chiang)tick2007-11-201-0/+23
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3450 99fdad57-331a-0410-800a-d7fa5415bdb3
* [gsmd] New feature for power on/off GSM modem (Sean Chiang)tick2007-11-206-1/+71
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3449 99fdad57-331a-0410-800a-d7fa5415bdb3
* [gsmd] Adding waiting mode for libgsmd-tool shell. (Andrzej Zaborowski)tick2007-11-203-18/+52
| | | | git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3448 99fdad57-331a-0410-800a-d7fa5415bdb3
* [gsmd] Adding atcmd_terminate_matching (remove from the queues any command ↵tick2007-11-202-1/+30
| | | | | | whose .ctx matches given)(Andrzej Zaborowski) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3447 99fdad57-331a-0410-800a-d7fa5415bdb3
personal git repositories of Harald Welte. Your mileage may vary