Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-04 | Fix pointer size problem with GUINT_TO_POINTER and unsigned short | Marcel Holtmann | 1 | -1/+1 | |
2009-10-02 | Fix: Handle empty SMSes | Denis Kenzior | 1 | -2/+4 | |
If an SMS is empty (e.g. nothing to unpack) then we should simply continue on. | |||||
2009-10-02 | Fix: Quiet a warning | Denis Kenzior | 1 | -0/+1 | |
2009-10-02 | Fix: Make const correct | Denis Kenzior | 2 | -4/+4 | |
2009-10-02 | Fix: Make next_hexstring handle optional quotes | Denis Kenzior | 1 | -0/+6 | |
Ericsson MBM devices send CRSM information as hex strings, yet enclose them in quotes which is not according to the standard. | |||||
2009-10-02 | Make generic sim driver work with 3G SIMs | Denis Kenzior | 1 | -12/+18 | |
3G (UICC) based SIMs use a different response format than 2G sims. In theory this also allows us to determine whether SIM filesystem format is 3G or 2G | |||||
2009-10-02 | Fix: Add additional error checking | Denis Kenzior | 1 | -1/+4 | |
2009-10-02 | Use small caps for 2G/3G functions | Denis Kenzior | 4 | -7/+7 | |
2009-10-02 | Add unit test for 3G STATUS response data | Denis Kenzior | 1 | -0/+46 | |
2009-10-02 | Add utility to parse 3G get response data | Denis Kenzior | 2 | -0/+114 | |
Based on ETSI 102.221 | |||||
2009-10-02 | Add utility to parse 2G GET_RESPONSE data | Denis Kenzior | 3 | -12/+28 | |
This format is described in 51.011 and the older 11.11. It is not supported by newer 3G UICC based devices & sim card combinations | |||||
2009-10-02 | Add unit test for EF database | Denis Kenzior | 1 | -0/+18 | |
2009-10-02 | Add utility to lookup files in EF db | Denis Kenzior | 2 | -1/+23 | |
2009-10-02 | Refactor: Move elementary file type checking | Denis Kenzior | 6 | -119/+82 | |
Every single EF read callback checks the file type reported out of the SIM is what it expects. Instead this should be done in one place and the errors reported accordingly | |||||
2009-10-02 | Add basic elementary file database | Denis Kenzior | 2 | -0/+73 | |
2009-10-02 | Enable a few extra atoms in the Huawei plugin | Marcel Holtmann | 1 | -0/+9 | |
2009-10-02 | Enable more atoms in the MBM plugin | Marcel Holtmann | 1 | -0/+27 | |
2009-10-02 | Add support for switching to a different GAtSyntax at runtime | Marcel Holtmann | 2 | -0/+14 | |
2009-10-02 | Remove unused variables causing a compiler warning | Marcel Holtmann | 1 | -2/+0 | |
2009-10-02 | Fix missing include for close() function call | Marcel Holtmann | 1 | -1/+3 | |
2009-10-01 | Update plugins to the new g_at_tty_open API | Denis Kenzior | 7 | -30/+63 | |
2009-10-01 | Replace g_at_chat_new_from_tty with g_at_tty_open | Denis Kenzior | 4 | -44/+290 | |
2009-09-29 | G1: move chat handling into enable callback | Andres Salomon | 1 | -26/+22 | |
This updates the g1 code to create the GAtChat object in the enable() callback, and to unref it in the disable() callback. This is more in line with what the other plugins do, and as a bonus fixes a segfault when powering down the G1 modem.. Signed-off-by: Andres Salomon <dilinger@collabora.co.uk> | |||||
2009-09-29 | Fix: different signedness comparison | Denis Kenzior | 1 | -1/+1 | |
2009-09-29 | Add call volume atom to calypso plugin | Denis Kenzior | 1 | -3/+2 | |
2009-09-29 | Add test script for controlling speaker volume | Denis Kenzior | 1 | -0/+18 | |
2009-09-29 | Add call volume to phonesim plugin | Denis Kenzior | 1 | -0/+2 | |
2009-09-29 | Add at modem call volume driver | Denis Kenzior | 4 | -0/+238 | |
2009-09-29 | Fix: Don't try to set a value if already set | Denis Kenzior | 1 | -0/+9 | |
2009-09-29 | Be more numerically stable | Denis Kenzior | 1 | -2/+2 | |
2009-09-29 | Use none_prefix in cssn | Denis Kenzior | 1 | -1/+3 | |
2009-09-29 | Add Muted property to CallVolume atom | Denis Kenzior | 2 | -0/+69 | |
2009-09-29 | Refactor: Call Volume set_property handling | Denis Kenzior | 1 | -71/+59 | |
2009-09-29 | Get rid of unused define | Denis Kenzior | 1 | -2/+0 | |
2009-09-29 | Get rid of unused variables | Denis Kenzior | 1 | -2/+0 | |
2009-09-29 | Refactor: Assume driver will set call volume | Denis Kenzior | 1 | -3/+0 | |
Driver should use the ofono_call_volume_set_microphone_volume and ofono_call_volume_set_speaker_volume functions. | |||||
2009-09-29 | Don't use ofono_ prefix for static functions | Denis Kenzior | 1 | -11/+8 | |
2009-09-29 | Refactor: Break up call volume notify | Denis Kenzior | 2 | -16/+28 | |
2009-09-29 | Cleanup: Do not expose DBus details to drivers | Denis Kenzior | 2 | -12/+8 | |
2009-09-29 | Add call volume interface to adjust speaker and mic volume | Zhenhua Zhang | 4 | -2/+443 | |
2009-09-28 | Fix: F3607gw not being recognized properly | Denis Kenzior | 1 | -11/+12 | |
Reports <foo> Broadband <foo> instead of <foo> Broadband Minicard <foo> F3607gw Mobile Broadband Data Modem F3607gw Mobile Broadband Modem F3607gw Mobile Broadband GPS Port F3607gw Mobile Broadband Network Adapter F3607gw Mobile Broadband Device Management F3607gw Mobile Broadband USIM Port | |||||
2009-09-28 | Fix: Report registered modems properly | Denis Kenzior | 1 | -2/+2 | |
2009-09-28 | Fix efli being removed prematurely | Denis Kenzior | 1 | -4/+6 | |
2009-09-25 | Release 0.6 | Marcel Holtmann | 2 | -1/+6 | |
2009-09-25 | Add ignore line generated udev rules file | Marcel Holtmann | 1 | -0/+1 | |
2009-09-25 | Fix build issue with example history plugin | Marcel Holtmann | 1 | -1/+1 | |
2009-09-25 | Fix segmentation fault from SIM reading on Calypso modem | Marcel Holtmann | 1 | -0/+3 | |
2009-09-25 | Convert some more strings list for easier reading | Marcel Holtmann | 1 | -1/+3 | |
2009-09-25 | Add some more test scripts for SMS and voice call testing | Marcel Holtmann | 5 | -1/+91 | |
2009-09-24 | Add gsmdial application to ignore list | Marcel Holtmann | 1 | -0/+2 | |