Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-26 | isi: Remove stray newlines in messages sent to log | Rémi Denis-Courmont | 5 | -15/+15 | |
2010-11-22 | isi/voicecall: release COMING calls with BUSY cause | Pekka Pessi | 1 | -0/+1 | |
Very early incoming calls were not released with BUSY cause. | |||||
2010-11-11 | isimodem: Get rid of whitespace corruption | Denis Kenzior | 1 | -1/+1 | |
2010-11-11 | isimodem: Fix style issues in gprs-context.c | Aki Niemi | 1 | -19/+28 | |
2010-11-11 | isimodem: revector GPRS context driver | Mika Liljeberg | 1 | -159/+121 | |
2010-11-04 | isigen: increase offline timeout | Pekka Pessi | 1 | -0/+1 | |
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds. | |||||
2010-10-27 | isimodem: add support for FastDormancy property | Mika Liljeberg | 1 | -1/+90 | |
2010-10-21 | isimodem: Remove hack for notifying strength | Aki Niemi | 1 | -10/+0 | |
2010-10-20 | isi: fix SMS | Pekka Pessi | 1 | -31/+60 | |
Align read-params with update-params properly. Align and fill tpdu sub block in submit. | |||||
2010-10-20 | isi: fix SMS | Pekka Pessi | 1 | -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-20 | isi: fix hangup_active and set_udub methods | Pekka Pessi | 1 | -24/+36 | |
The concept of "active" call seems to be overloaded. | |||||
2010-10-20 | isimodem: Fix setting SCA type | Aki Niemi | 1 | -1/+1 | |
2010-10-19 | isimodem: Fix request cleanup code | Aki Niemi | 15 | -59/+84 | |
Adds a check for when the driver is being removed, in which case no new ISI requests should be generated. | |||||
2010-10-15 | isimodem: returns file-status of SIM EF-file | Petteri Tikander | 1 | -4/+5 | |
2010-10-14 | isimodem: Fix copyright and license boilerplate | Aki Niemi | 32 | -418/+411 | |
2010-10-14 | isimodem: Fix SMSC address update request | Aki Niemi | 1 | -2/+2 | |
2010-10-06 | isimodem/voicecall: fix hangup_active | Pekka Pessi | 1 | -4/+3 | |
2010-10-01 | isimodem: Properly clean up audio settings driver | Aki Niemi | 1 | -1/+4 | |
2010-10-01 | isimodem: Add support for audio settings | Kai Vehmanen | 3 | -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-30 | isimodem: Report GPRS detach | Aki Niemi | 1 | -3/+2 | |
2010-09-30 | isimodem: Fix signal strength reporting | Aki Niemi | 1 | -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-30 | isimodem: remove generic modem driver parts | Pekka Pessi | 1 | -401/+0 | |
The isimodem driver is now part of isigen (just like atmodem and atgen). | |||||
2010-09-27 | isimodem: Return success on topic set/clear | Aki Niemi | 1 | -3/+3 | |
The isimodem driver accepts all topics by default. | |||||
2010-09-27 | isimodem: Fix CBS decoding | Aki Niemi | 1 | -1/+9 | |
2010-09-16 | isimodem/ussd: Fix 64-bit compilation issue | Denis Kenzior | 1 | -1/+1 | |
2010-09-16 | isimodem/ussd: fix mobile-terminated cases | Pekka Pessi | 1 | -54/+76 | |
ACK notifys. Handle mobile-terminated requests gracefully. | |||||
2010-09-16 | isimodem/debug: debug USSD type | Pekka Pessi | 2 | -0/+14 | |
2010-09-16 | isimodem/ussd: clean const casts | Pekka Pessi | 1 | -3/+3 | |
2010-09-14 | ussd: Driver API changes | Jeevaka Badrappan | 1 | -34/+8 | |
To support 8bit and UCS2 formatted USSDs as well as Send USSD Proactive Command. | |||||
2010-09-14 | Fix common misspellings in drivers | Lucas De Marchi | 3 | -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-10 | isimodem: implement Suspended property | Mika Liljeberg | 4 | -1/+99 | |
2010-09-02 | isimodem/ussd: use g_isi_send() | Pekka Pessi | 1 | -11/+10 | |
2010-09-02 | isimodem/gprs: use g_isi_send() | Pekka Pessi | 1 | -27/+21 | |
2010-08-30 | Remove unnecessary alignment to 32bit boundary | Aki Niemi | 2 | -8/+8 | |
2010-08-26 | isimodem/gprs: fix attached_status response | Pekka Pessi | 1 | -2/+22 | |
2010-08-12 | modem: Be consistent when naming callback typedefs | Denis Kenzior | 1 | -3/+3 | |
2010-08-12 | voicecall: Rename hangup to hangup_active | Sjur Brændeland | 1 | -1/+1 | |
2010-08-10 | Fix GPRS context IP configuration issue with ISI modems | Marcel Holtmann | 1 | -2/+5 | |
2010-08-09 | Fix isimodem call forwarding. | Pekka Pessi | 1 | -3/+2 | |
2010-06-21 | Refactor ussd parser | Yang Gu | 1 | -29/+6 | |
2010-05-27 | isimodem: add set_online and post_online | Pekka Pessi | 1 | -9/+98 | |
2010-05-27 | isimodem: More cleanup of bad style | Denis Kenzior | 1 | -164/+130 | |
2010-05-27 | Fixed style issues in isimodem voicecall. | Pekka Pessi | 1 | -38/+31 | |
2010-05-27 | Eliminated bool, true and false from isimodem. | Pekka Pessi | 16 | -305/+359 | |
2010-05-26 | isimodem: fix confusing log message | Pessi Pekka (Nokia-D/Helsinki) | 1 | -1/+1 | |
2010-05-26 | isimodem: fix memory leak | Pessi Pekka (Nokia-D/Helsinki) | 1 | -0/+1 | |
2010-05-26 | Fix minor style issues | Aki Niemi | 1 | -2/+8 | |
2010-05-26 | Add: support for EF_ICCID in isimodem. | Pessi Pekka (Nokia-D/Helsinki) | 2 | -77/+104 | |
2010-05-19 | Add isimodem support for network time | Aki Niemi | 3 | -0/+44 | |
2010-05-17 | Make isimodem use linkstate directly | Pekka Pessi | 1 | -4/+4 | |