summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem
AgeCommit message (Collapse)AuthorFilesLines
2010-11-26isi: Remove stray newlines in messages sent to logRémi Denis-Courmont5-15/+15
2010-11-22isi/voicecall: release COMING calls with BUSY causePekka Pessi1-0/+1
Very early incoming calls were not released with BUSY cause.
2010-11-11isimodem: Get rid of whitespace corruptionDenis Kenzior1-1/+1
2010-11-11isimodem: Fix style issues in gprs-context.cAki Niemi1-19/+28
2010-11-11isimodem: revector GPRS context driverMika Liljeberg1-159/+121
2010-11-04isigen: increase offline timeoutPekka Pessi1-0/+1
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds.
2010-10-27isimodem: add support for FastDormancy propertyMika Liljeberg1-1/+90
2010-10-21isimodem: Remove hack for notifying strengthAki Niemi1-10/+0
2010-10-20isi: fix SMSPekka Pessi1-31/+60
Align read-params with update-params properly. Align and fill tpdu sub block in submit.
2010-10-20isi: fix SMSPekka Pessi1-37/+56
Read absence/presence flags from correct field. Try to avoid overwriting other SMS parameters but SCA address. Use g_isi_(v)send().
2010-10-20isi: fix hangup_active and set_udub methodsPekka Pessi1-24/+36
The concept of "active" call seems to be overloaded.
2010-10-20isimodem: Fix setting SCA typeAki Niemi1-1/+1
2010-10-19isimodem: Fix request cleanup codeAki Niemi15-59/+84
Adds a check for when the driver is being removed, in which case no new ISI requests should be generated.
2010-10-15isimodem: returns file-status of SIM EF-filePetteri Tikander1-4/+5
2010-10-14isimodem: Fix copyright and license boilerplateAki Niemi32-418/+411
2010-10-14isimodem: Fix SMSC address update requestAki Niemi1-2/+2
2010-10-06isimodem/voicecall: fix hangup_activePekka Pessi1-4/+3
2010-10-01isimodem: Properly clean up audio settings driverAki Niemi1-1/+4
2010-10-01isimodem: Add support for audio settingsKai Vehmanen3-0/+155
The audio state is mapped directly to isimodem's call server status indications. When active, the modem speech path should be opened, and when closed, the modem speech path may be closed.
2010-09-30isimodem: Report GPRS detachAki Niemi1-3/+2
2010-09-30isimodem: Fix signal strength reportingAki Niemi1-0/+10
ISI modems send the signal strength indication before registration status changes, which causes the core to ignore initial signal strength values.
2010-09-30isimodem: remove generic modem driver partsPekka Pessi1-401/+0
The isimodem driver is now part of isigen (just like atmodem and atgen).
2010-09-27isimodem: Return success on topic set/clearAki Niemi1-3/+3
The isimodem driver accepts all topics by default.
2010-09-27isimodem: Fix CBS decodingAki Niemi1-1/+9
2010-09-16isimodem/ussd: Fix 64-bit compilation issueDenis Kenzior1-1/+1
2010-09-16isimodem/ussd: fix mobile-terminated casesPekka Pessi1-54/+76
ACK notifys. Handle mobile-terminated requests gracefully.
2010-09-16isimodem/debug: debug USSD typePekka Pessi2-0/+14
2010-09-16isimodem/ussd: clean const castsPekka Pessi1-3/+3
2010-09-14ussd: Driver API changesJeevaka Badrappan1-34/+8
To support 8bit and UCS2 formatted USSDs as well as Send USSD Proactive Command.
2010-09-14Fix common misspellings in driversLucas De Marchi3-3/+3
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: subsidary(-ies)->subsidiary(-ies) transfering->transferring
2010-09-10isimodem: implement Suspended propertyMika Liljeberg4-1/+99
2010-09-02isimodem/ussd: use g_isi_send()Pekka Pessi1-11/+10
2010-09-02isimodem/gprs: use g_isi_send()Pekka Pessi1-27/+21
2010-08-30Remove unnecessary alignment to 32bit boundaryAki Niemi2-8/+8
2010-08-26isimodem/gprs: fix attached_status responsePekka Pessi1-2/+22
2010-08-12modem: Be consistent when naming callback typedefsDenis Kenzior1-3/+3
2010-08-12voicecall: Rename hangup to hangup_activeSjur Brændeland1-1/+1
2010-08-10Fix GPRS context IP configuration issue with ISI modemsMarcel Holtmann1-2/+5
2010-08-09Fix isimodem call forwarding.Pekka Pessi1-3/+2
2010-06-21Refactor ussd parserYang Gu1-29/+6
2010-05-27isimodem: add set_online and post_onlinePekka Pessi1-9/+98
2010-05-27isimodem: More cleanup of bad styleDenis Kenzior1-164/+130
2010-05-27Fixed style issues in isimodem voicecall.Pekka Pessi1-38/+31
2010-05-27Eliminated bool, true and false from isimodem.Pekka Pessi16-305/+359
2010-05-26isimodem: fix confusing log messagePessi Pekka (Nokia-D/Helsinki)1-1/+1
2010-05-26isimodem: fix memory leakPessi Pekka (Nokia-D/Helsinki)1-0/+1
2010-05-26Fix minor style issuesAki Niemi1-2/+8
2010-05-26Add: support for EF_ICCID in isimodem.Pessi Pekka (Nokia-D/Helsinki)2-77/+104
2010-05-19Add isimodem support for network timeAki Niemi3-0/+44
2010-05-17Make isimodem use linkstate directlyPekka Pessi1-4/+4