index
:
openmoko-gsmd
master
zecke/misc/changes
Openmoko gsmd/libgsmd
laforge@gnumonks.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gsmd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gsmd: make extrsp_parse() can take care another input (sean_chiang)
tick
2007-12-04
1
-6
/
+6
*
gsmd: Provide Current Call status (sean_chiang)
tick
2007-12-04
1
-3
/
+95
*
gsmd: Rewrite read, readrg and find of phonebook. (Sean Chiang)
tick
2007-12-03
1
-134
/
+111
*
gsmd: Just avoid unnecessary remove-timer() function call when get multi-line...
tick
2007-12-03
1
-2
/
+0
*
gsmd: Without clearing mlbuf, when get multi-line response, extrsp_parse will...
tick
2007-12-03
1
-0
/
+2
*
gsmd: Make gsmd llparse_byte() to be more tolerant for modem EVB board(Sean C...
tick
2007-12-03
1
-1
/
+1
*
gsmd: remove a dummy sleep(1) (Tick)
tick
2007-12-01
1
-2
/
+1
*
gsmd: Severe clean-up (Andrzej Zaborowski)
tick
2007-12-01
2
-373
/
+161
*
gsmd: Submitting a PIN for authentication needs to respond with status too.(A...
tick
2007-12-01
2
-84
/
+51
*
gsmd: Modem power-up and -down result events.(Andrzej Zaborowski)
tick
2007-12-01
1
-2
/
+25
*
gsmd: Refactorying get_imsi from PHONEBOOK to PHONE (tick)
tick
2007-11-27
1
-22
/
+24
*
[gsmd] to fix on reading a SMS with alpha value. (Erin Yueh)
tick
2007-11-26
1
-1
/
+1
*
Fixlet to dead code in cpmb_detect_cb.
jserv
2007-11-24
1
-1
/
+1
*
Indentation with consistent coding style of gsmd.
jserv
2007-11-24
1
-52
/
+57
*
gsmd: add missing license headers
mickey
2007-11-23
1
-0
/
+19
*
[gsmd] slightly changed the cpmb callback because rc could be used uninitiali...
tick
2007-11-20
1
-23
/
+14
*
[gsmd] New feature for power on/off GSM modem (Sean Chiang)
tick
2007-11-20
4
-0
/
+62
*
[gsmd] Adding atcmd_terminate_matching (remove from the queues any command wh...
tick
2007-11-20
2
-1
/
+30
*
[gsmd] Adding timeout scheme, and merge gta01 wakeup scheme as machine plug-i...
tick
2007-11-16
11
-156
/
+267
*
gsmd: cleaning some dummy codes (Tick)
tick
2007-11-12
3
-428
/
+0
*
gsmd: return some meaningful value from set_baudrate (Andrew & Tick)
tick
2007-11-12
1
-7
/
+10
*
gsmd: Adding hang up control(Andrew & Tick)
tick
2007-11-12
1
-4
/
+3
*
keeping track of current registration state internally in gsmd. Without this ...
tick
2007-11-12
2
-9
/
+26
*
gsmd: Adding IMSI support (Jim Rayner)
tick
2007-10-31
1
-0
/
+25
*
gsmd: Mainly for working around the bug of GTA01 HW with moko3, but it can ...
tick
2007-10-31
1
-0
/
+74
*
gsmd: Fix the bug 928, that user cannot hang up call/cancel_atcmd until a cal...
tick
2007-10-31
2
-35
/
+83
*
formal version generation for gsmd-version.h considering release
jserv
2007-10-25
1
-2
/
+7
*
Patch to enable CPHS ( Common PCN Handset Specification),
tick
2007-10-25
1
-2
/
+41
*
handle CME and CMS errors (Erin Yueh)
tick
2007-10-25
2
-76
/
+103
*
Adding decoder TP-DCS, and it's based on 3GPP TS23.038 Clause 4. (Erin Yueh)
tick
2007-10-25
1
-0
/
+100
*
Get a correct message index value on reading a SMS (Erin Yueh)
tick
2007-10-25
1
-0
/
+6
*
Improvement for find and read phonebooks in gsmd.
jserv
2007-10-17
1
-22
/
+166
*
Added 'Ask Status report' option in shell.
jserv
2007-10-17
1
-1
/
+2
*
SMS status report
jserv
2007-10-17
1
-11
/
+43
*
fix mlbuf handling (Phillip Zabel)
laforge
2007-08-23
2
-5
/
+9
*
gsmd: make it slightly more forgiving:
mickey
2007-08-19
1
-9
/
+4
*
gsmd: also allow ERROR as answer for the alive timer.
mickey
2007-08-19
1
-2
/
+5
*
Change copyrigt to OpenMoko and contributors
laforge
2007-08-17
1
-1
/
+1
*
Add a flag to allow LFCR as a valid linebreak. (Alex Osborne)
laforge
2007-08-17
2
-6
/
+19
*
Change alive check and first commands to bare "AT"
laforge
2007-08-17
1
-2
/
+2
*
Add Broadcom BCM2132 vendor plugin (Alex Osborne)
laforge
2007-08-17
3
-1
/
+119
*
Add retrieving phone's own subscriber number. (Andrzej Zaborowski)
laforge
2007-08-17
1
-0
/
+49
*
mlbuf in gsmd struct (Andrzej Zaborowski)
laforge
2007-08-17
1
-26
/
+27
*
Ignore [WCDMA] messages in HTC Universal.
laforge
2007-08-17
1
-1
/
+8
*
HTC TI modem sequence fixlet.
laforge
2007-08-17
1
-3
/
+6
*
Wait for the AT Interpreter Ready message.
laforge
2007-08-17
1
-1
/
+10
*
Use vendor specific ext_chars.
laforge
2007-08-17
4
-2
/
+5
*
Implement GSMD version printout (Matt Mets <matt.mets@cibomahto.com>)
laforge
2007-08-17
2
-1
/
+14
*
SIM Phonebook access implementation.
laforge
2007-08-17
1
-46
/
+124
*
From: Andrzej Zaborowski <balrog@zabor.org>
laforge
2007-08-17
1
-3
/
+91
[prev]
[next]
personal git repositories of
Harald Welte
. Your mileage may vary