Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-18 | network: Fix crash with an empty mcc/mnc cops list | Denis Kenzior | 1 | -0/+3 | |
Some hardware returns an empty mcc/mnc operator during an operator scan when no operators are found (e.g. on an LTE dongle in a non-LTE area). This results in oFono mistaking trying to update a non-existent operator object. For reference: ofonod[27532]: Device: < \r\n+NWSTATEIND: 4\r\n\r\n+COPS: (0,"","","",255),,(0-4),(0-2)\r\n\r \nOK\r\n process 27532: arguments to dbus_message_new_signal() were incorrect, assertion "_dbus_check_ is_valid_path (path)" failed in file dbus-message.c line 1289. This is normally a bug in some application using the D-Bus library. D-Bus not built with -rdynamic so unable to print a backtrace | |||||
2011-08-17 | udev: Fix typo for Huawei diagnostic interfaces | Daniel Wagner | 1 | -1/+1 | |
2011-08-16 | plugin: Use weak reference for external debug statements | Marcel Holtmann | 1 | -2/+2 | |
2011-08-15 | plugin: Use simpler version mismatch error | Marcel Holtmann | 1 | -2/+2 | |
2011-08-15 | plugin: Add debug support for external plugins | Marcel Holtmann | 2 | -1/+11 | |
2011-08-15 | log: Use separate function for enable logging | Marcel Holtmann | 2 | -5/+17 | |
2011-08-15 | cdma-voicecall: Implement SendTones method | Caiwen Zhang | 1 | -0/+54 | |
2011-08-15 | include: Add send_tones to cdma voicecall driver API | Caiwen Zhang | 1 | -0/+3 | |
2011-08-15 | cdma-voicecall: Implement SendFlash method | Caiwen Zhang | 1 | -0/+25 | |
2011-08-15 | include: Add send_flash to cdma voicecall driver API | Caiwen Zhang | 1 | -0/+3 | |
2011-08-15 | cdma-voicecall: Implement Answer method | Caiwen Zhang | 1 | -0/+23 | |
2011-08-15 | include: Add cdma-voicecall answer driver API | Caiwen Zhang | 1 | -0/+3 | |
2011-08-15 | doc: Reword features.txt entry | Denis Kenzior | 1 | -3/+6 | |
2011-08-15 | TODO: mark HFP AG emulator task as done | Frédéric Danis | 2 | -8/+7 | |
2011-08-15 | emulator: fix indicator notification | Frédéric Danis | 2 | -13/+31 | |
2011-08-15 | gatserver: Add command finished callbacks | Denis Kenzior | 2 | -8/+46 | |
2011-08-15 | stkagent: Define DBUS_TIMEOUT_INFINITE if undefined | Marcel Holtmann | 1 | -0/+4 | |
2011-08-14 | gatserver: Fix not processing after async error | Denis Kenzior | 1 | -0/+1 | |
If we send an async error response, all future commands are ignored. | |||||
2011-08-14 | gatserver: Add sanity check | Denis Kenzior | 1 | -0/+2 | |
2011-08-14 | gatserver: Fix not sending OK final response | Denis Kenzior | 1 | -8/+13 | |
2011-08-14 | gatserver: Refactor IO code | Denis Kenzior | 1 | -25/+22 | |
The current GAtServer implementation had nasty corner cases where multiple commands were issued on the same command line. The server_suspend had no effect and we ended up processing the second command anyway, resulting in interesting side-effects or crashes. This commit simply discards the rest of the read input if the server starts processing a command. Since we do not yet support command abortion we also discard data that arrives when command is being processed. | |||||
2011-08-14 | stk: Use phonesim vendor for modem-handled cmds | Denis Kenzior | 1 | -0/+22 | |
2011-08-14 | stkagent: Use infinite timeouts | Denis Kenzior | 1 | -3/+3 | |
for DisplayActionInformation and DisplayAction | |||||
2011-08-14 | doc: Clarify DisplayActionInformation STK API | Denis Kenzior | 1 | -3/+5 | |
2011-08-14 | stk: Fix crashes | Denis Kenzior | 1 | -36/+13 | |
2011-08-14 | stk: Rewrite generic driver to use 27.007 commands | Denis Kenzior | 1 | -166/+39 | |
2011-08-14 | sim-poll: Remove unused code | Denis Kenzior | 4 | -282/+0 | |
2011-08-12 | build: Do not install ofono.rules anymore | Marcel Holtmann | 2 | -11/+1 | |
2011-08-11 | udev: Add automatic detection for Linktop devices | Marcel Holtmann | 3 | -33/+34 | |
2011-08-11 | udev: Detect Diagnostic (QCDM) port for Telit devices | Marcel Holtmann | 1 | -2/+4 | |
2011-08-11 | udev: Add automatic detection for Telit modems | Marcel Holtmann | 3 | -62/+45 | |
2011-08-11 | udev: Add support for automatic ISI USB modem detection | Marcel Holtmann | 3 | -5/+35 | |
2011-08-11 | udev: Prepare for supporting different bus types | Marcel Holtmann | 1 | -9/+14 | |
2011-08-11 | udev: Remove modem object when setup procedure fails | Marcel Holtmann | 1 | -11/+11 | |
2011-08-10 | udev: Fix typo in Option HSO setup function | Marcel Holtmann | 1 | -1/+1 | |
2011-08-10 | udev: Add automatic detection for Ericsson MBM based devices | Marcel Holtmann | 3 | -130/+59 | |
2011-08-10 | udev: Add support for Huawei E160 based devices with only two TTY | Marcel Holtmann | 1 | -0/+2 | |
2011-08-09 | gatchat: Fix marker handling within HDLC support | Marcel Holtmann | 1 | -3/+10 | |
2011-08-09 | gatchat: Abort hexdump helper when no debug function is specified | Marcel Holtmann | 1 | -0/+3 | |
2011-08-09 | gatchat: Fix extra empty line issue with hexdump helper | Marcel Holtmann | 1 | -1/+1 | |
2011-08-09 | gatchat: Use hexdump format for HDLC debug messages | Marcel Holtmann | 1 | -4/+5 | |
2011-08-09 | gatchat: Add utility function for hexdump debugs | Marcel Holtmann | 2 | -1/+44 | |
2011-08-09 | gatchat: Add support for sending HDLC frame start and end markers | Marcel Holtmann | 2 | -6/+23 | |
2011-08-09 | udev: Fix minor whitespace mistakes | Marcel Holtmann | 1 | -2/+2 | |
2011-08-09 | nokiacdma: Fix minor whitespace mistakes | Marcel Holtmann | 1 | -8/+14 | |
2011-08-09 | nokia: Fix minor whitespace mistakes | Marcel Holtmann | 1 | -2/+2 | |
2011-08-09 | ifx: Fix minor whitespace mistakes | Marcel Holtmann | 1 | -3/+3 | |
2011-08-09 | hso: Fix minor whitespace mistakes | Marcel Holtmann | 1 | -1/+1 | |
2011-08-09 | mbm: Fix minor whitespace mistakes | Marcel Holtmann | 1 | -2/+2 | |
2011-08-09 | phonesim: Fix minor whitespace mistakes | Marcel Holtmann | 1 | -5/+5 | |