summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-08-18network: Fix crash with an empty mcc/mnc cops listDenis Kenzior1-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-17udev: Fix typo for Huawei diagnostic interfacesDaniel Wagner1-1/+1
2011-08-16plugin: Use weak reference for external debug statementsMarcel Holtmann1-2/+2
2011-08-15plugin: Use simpler version mismatch errorMarcel Holtmann1-2/+2
2011-08-15plugin: Add debug support for external pluginsMarcel Holtmann2-1/+11
2011-08-15log: Use separate function for enable loggingMarcel Holtmann2-5/+17
2011-08-15cdma-voicecall: Implement SendTones methodCaiwen Zhang1-0/+54
2011-08-15include: Add send_tones to cdma voicecall driver APICaiwen Zhang1-0/+3
2011-08-15cdma-voicecall: Implement SendFlash methodCaiwen Zhang1-0/+25
2011-08-15include: Add send_flash to cdma voicecall driver APICaiwen Zhang1-0/+3
2011-08-15cdma-voicecall: Implement Answer methodCaiwen Zhang1-0/+23
2011-08-15include: Add cdma-voicecall answer driver APICaiwen Zhang1-0/+3
2011-08-15doc: Reword features.txt entryDenis Kenzior1-3/+6
2011-08-15TODO: mark HFP AG emulator task as doneFrédéric Danis2-8/+7
2011-08-15emulator: fix indicator notificationFrédéric Danis2-13/+31
2011-08-15gatserver: Add command finished callbacksDenis Kenzior2-8/+46
2011-08-15stkagent: Define DBUS_TIMEOUT_INFINITE if undefinedMarcel Holtmann1-0/+4
2011-08-14gatserver: Fix not processing after async errorDenis Kenzior1-0/+1
If we send an async error response, all future commands are ignored.
2011-08-14gatserver: Add sanity checkDenis Kenzior1-0/+2
2011-08-14gatserver: Fix not sending OK final responseDenis Kenzior1-8/+13
2011-08-14gatserver: Refactor IO codeDenis Kenzior1-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-14stk: Use phonesim vendor for modem-handled cmdsDenis Kenzior1-0/+22
2011-08-14stkagent: Use infinite timeoutsDenis Kenzior1-3/+3
for DisplayActionInformation and DisplayAction
2011-08-14doc: Clarify DisplayActionInformation STK APIDenis Kenzior1-3/+5
2011-08-14stk: Fix crashesDenis Kenzior1-36/+13
2011-08-14stk: Rewrite generic driver to use 27.007 commandsDenis Kenzior1-166/+39
2011-08-14sim-poll: Remove unused codeDenis Kenzior4-282/+0
2011-08-12build: Do not install ofono.rules anymoreMarcel Holtmann2-11/+1
2011-08-11udev: Add automatic detection for Linktop devicesMarcel Holtmann3-33/+34
2011-08-11udev: Detect Diagnostic (QCDM) port for Telit devicesMarcel Holtmann1-2/+4
2011-08-11udev: Add automatic detection for Telit modemsMarcel Holtmann3-62/+45
2011-08-11udev: Add support for automatic ISI USB modem detectionMarcel Holtmann3-5/+35
2011-08-11udev: Prepare for supporting different bus typesMarcel Holtmann1-9/+14
2011-08-11udev: Remove modem object when setup procedure failsMarcel Holtmann1-11/+11
2011-08-10udev: Fix typo in Option HSO setup functionMarcel Holtmann1-1/+1
2011-08-10udev: Add automatic detection for Ericsson MBM based devicesMarcel Holtmann3-130/+59
2011-08-10udev: Add support for Huawei E160 based devices with only two TTYMarcel Holtmann1-0/+2
2011-08-09gatchat: Fix marker handling within HDLC supportMarcel Holtmann1-3/+10
2011-08-09gatchat: Abort hexdump helper when no debug function is specifiedMarcel Holtmann1-0/+3
2011-08-09gatchat: Fix extra empty line issue with hexdump helperMarcel Holtmann1-1/+1
2011-08-09gatchat: Use hexdump format for HDLC debug messagesMarcel Holtmann1-4/+5
2011-08-09gatchat: Add utility function for hexdump debugsMarcel Holtmann2-1/+44
2011-08-09gatchat: Add support for sending HDLC frame start and end markersMarcel Holtmann2-6/+23
2011-08-09udev: Fix minor whitespace mistakesMarcel Holtmann1-2/+2
2011-08-09nokiacdma: Fix minor whitespace mistakesMarcel Holtmann1-8/+14
2011-08-09nokia: Fix minor whitespace mistakesMarcel Holtmann1-2/+2
2011-08-09ifx: Fix minor whitespace mistakesMarcel Holtmann1-3/+3
2011-08-09hso: Fix minor whitespace mistakesMarcel Holtmann1-1/+1
2011-08-09mbm: Fix minor whitespace mistakesMarcel Holtmann1-2/+2
2011-08-09phonesim: Fix minor whitespace mistakesMarcel Holtmann1-5/+5