Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-09 | include: Add skeleton handsfree public atom API | Mikel Astiz | 2 | -1/+59 | |
2011-09-09 | dbus: Add Handsfree interface definition | Mikel Astiz | 1 | -0/+1 | |
2011-09-09 | TODO: Task added for HFP-specific capabilities | Mikel Astiz | 1 | -0/+11 | |
2011-09-09 | plugins: Fix unused var warning | Denis Kenzior | 1 | -1/+0 | |
2011-09-08 | tools: Make lookup-apn use mbpi.c | Denis Kenzior | 2 | -150/+25 | |
2011-09-08 | plugins: Add mobile-broadband-provider-info parser | Denis Kenzior | 2 | -0/+425 | |
2011-09-08 | gprs: Allow NULL context names while provisioning | Denis Kenzior | 1 | -1/+1 | |
2011-09-08 | include: Minor style tweaks | Denis Kenzior | 1 | -4/+4 | |
2011-09-08 | emulator: Minor style tweaks inside bia_cb | Denis Kenzior | 1 | -9/+10 | |
2011-09-08 | TODO: mark HFP AG 1.6 indicator activation as done | Frédéric Danis | 2 | -11/+4 | |
2011-09-08 | include: update HFP features types to version 1.6 | Frédéric Danis | 1 | -4/+6 | |
2011-09-08 | emulator: add AT+BIA support for HFP | Frédéric Danis | 1 | -10/+73 | |
2011-08-30 | build: Fix generating links in Makefile.am | Pekka Pessi | 1 | -2/+2 | |
In case relative dependency is in $(srcdir), $< already includes path to $(srcdir). | |||||
2011-08-23 | TODO: Rework USB DUN task | Denis Kenzior | 1 | -4/+4 | |
2011-08-23 | doc: Reword features.txt | Denis Kenzior | 1 | -2/+3 | |
2011-08-23 | doc: Minor style fixes | Denis Kenzior | 1 | -3/+5 | |
2011-08-23 | TODO: Mark Bluetooth DUN task as done | Guillaume Zajac | 2 | -7/+3 | |
2011-08-23 | TODO: Split DUN task into BT & USB DUN | Guillaume Zajac | 1 | -1/+6 | |
2011-08-29 | isimodem: Add UICC functionality | Aki Niemi | 1 | -90/+1302 | |
Based on patches from: Iiro Kaihlaniemi <iiro.kaihlaniemi@nokia.com> Jessica Nilsson <jessica.j.nilsson@stericsson.com> | |||||
2011-08-29 | build: Add isimodem UICC utilities to build | Iiro Kaihlaniemi | 1 | -2/+3 | |
2011-08-29 | isimodem: Add UICC utilities | Iiro Kaihlaniemi | 2 | -0/+227 | |
2011-08-29 | isimodem: Allow network registration automatically | Iiro Kaihlaniemi | 1 | -0/+99 | |
2011-08-29 | isimodem: Add missing codepoints and debugs | Iiro Kaihlaniemi | 4 | -0/+151 | |
2011-08-21 | TODO: Add cbs umts format task | Denis Kenzior | 1 | -0/+12 | |
2011-08-21 | TODO: Add CPHS SPN and short-SPN tasks | Denis Kenzior | 1 | -0/+14 | |
2011-08-22 | hso: Switch modem to use error numbers instead of strings | Marcel Holtmann | 1 | -2/+2 | |
2011-08-18 | voicecall: Relax reqs for hangup of held calls | Denis Kenzior | 1 | -1/+3 | |
If we have a single held call, then it should be possible to hang it up with 'Hangup' even if active calls exist. Only if multiple held calls or a waiting call exists should we disallow the request due to possible side-effects. | |||||
2011-08-18 | voicecall: Move stuff around | Denis Kenzior | 1 | -48/+48 | |
2011-08-18 | gprs: Experimental fix for twitchy Huawei firmware | Denis Kenzior | 1 | -0/+8 | |
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. |