summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-10-13ifxmodem: Send DTMF commands without quotesMarcel Holtmann1-5/+4
The AT+VTS command takes a single character and should not use quotes.
2010-10-11Fix smart messaging D-Bus signaturesAki Niemi1-4/+4
2010-10-11Fix smart messaging documentationAki Niemi1-13/+12
2010-10-11isigen: Add dummy ops for enable/disableAki Niemi1-0/+12
Without these the core gets confused. These are actually no-ops, since enabling and disabling aren't supported with a USB modem.
2010-10-10voicecall: check g_try_new0 return valuePekka Pessi1-0/+3
2010-10-10voicecall: remove dial_request_finish() cb paramPekka Pessi1-9/+9
There is no need for callback param anymore.
2010-10-10voicecall: Check dial requests in voicecall_is_busyPekka Pessi1-7/+2
Return true if a call is being dialed by stk. Use __ofono_voicecall_is_busy() in __ofono_voicecall_dial().
2010-10-10ussd: pass call_in_progress to valid_ussd_stringPekka Pessi1-1/+13
Query the voicecall atom whether a call is in progress and pass this information along to valid_ussd_string.
2010-10-10common: fixup logic of valid_ussd_string()Pekka Pessi3-27/+21
The logic of valid_ussd_string was not quite correct as it didn't take care of size 1 USSD strings. In addition, call_in_progress parameter is passed in to take care of size 2 USSD strings which might start with a '1' according to the rules of 22.030. The comment about USSD routing is removed, it is out of scope of oFono. The cellular network routes the USSD requests based on the rules laid out in the 22.090, however, any string that can be encoded according to the rules of 23.030 is valid USSD.
2010-10-08TODO: long phone numbersPekka Pessi1-0/+6
2010-10-07udev: refactor add_isiPekka Pessi1-5/+15
Gather OFONO_ISI_ADDRESS from same udev device node as OFONO_DRIVER.
2010-10-07udev: do not use post-143 libudev featuresPekka Pessi1-22/+16
There is no udev_device_get_property_value() in libudev version 143.
2010-10-07Fix COLR typoAlexander Kanavin1-1/+1
2010-10-07Fix typo in SS enum to string conversionAlexander Kanavin1-1/+1
2010-10-06doc: Play Tone command proposed d-bus API.Andrzej Zaborowski1-0/+40
2010-10-06ussd: check g_try_new0 return valuePekka Pessi1-0/+3
2010-10-06gisi/verify: check g_try_new0 return valuePekka Pessi1-0/+3
2010-10-06isimodem/voicecall: fix hangup_activePekka Pessi1-4/+3
2010-10-05TODO: ofono_sim_ready_notify()Pekka Pessi1-0/+1
2010-10-05Ignore generated src/ofono.service fileMarcel Holtmann1-0/+1
2010-10-05huawei: Use modem interface only if NDIS support is not availableMarcel Holtmann1-9/+11
2010-10-05huawei: Add support for enabling NDIS GPRS driver if supportedMarcel Holtmann1-3/+12
2010-10-05huaweimodem: Print the NDIS device node to be usedMarcel Holtmann1-0/+7
2010-10-05huaweimodem: Add error handling for too many ^DHCP failuresMarcel Holtmann1-1/+9
2010-10-05udev: Track NDIS port of Huawei devices (if present)Marcel Holtmann2-0/+4
2010-10-05test: Add script for enabling/disabling RoamingAllowed propertyMarcel Holtmann2-0/+28
2010-10-05sms: fix type errorPekka Pessi1-1/+1
2010-10-04Support -p and -P options with list of pluginsPekka Pessi2-13/+29
2010-10-04TODO: BDN description updateJeevaka Badrappan1-3/+4
2010-10-02stk: Additional info for failed Send USSD caseJeevaka Badrappan1-1/+8
2010-10-02build: Add support for systemd configurationMarcel Holtmann3-6/+28
2010-10-02build: Remove some empty linesMarcel Holtmann1-2/+0
2010-10-02build: Add D-Bus service autostart supportMarcel Holtmann3-1/+19
2010-10-02TODO: Owner of Fixed Dialing taskPetteri Tikander1-0/+1
2010-10-01Release 0.31Marcel Holtmann2-1/+14
2010-10-01udev: Fix coding styleMarcel Holtmann1-2/+2
2010-10-01udev: Fix ISI address settingPekka Pessi1-1/+2
2010-10-01isimodem: Properly clean up audio settings driverAki Niemi1-1/+4
2010-10-01AUTHORS: Mention Kai's contributionsAki Niemi1-0/+1
2010-10-01n900: Enable audio settings atomKai Vehmanen1-0/+2
2010-10-01isimodem: Add support for audio settingsKai Vehmanen4-1/+157
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-10-01ifx: Remove support for OFONO_IFX_MODEL optionMarcel Holtmann2-11/+2
The Infineon modem model is now auto-detected, so there is no longer any need to specify it in the udev configuration rules.
2010-10-01ifx: Enable audio settings atom supportMarcel Holtmann1-0/+3
2010-10-01udev: Include "hsi" in the subsystems to watchMarcel Holtmann1-3/+8
2010-10-01n900: Fix link target statusAki Niemi1-1/+1
2010-10-01ifx: Fix crash with XGENDATA result callbackMarcel Holtmann1-1/+1
2010-10-01TODO: Take ownership of fast dormancyMika Liljeberg1-5/+10
2010-10-01Update .mailmap rules for PekkaMarcel Holtmann1-1/+2
2010-10-01doc: Fix typo in smart messaging agent interfaceAki Niemi1-1/+1
2010-10-01build: Remove no longer needed plugins/usbpnmodem.cMarcel Holtmann1-104/+0