Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-21 | AUTHORS: Mention Sergio's contributions | Denis Kenzior | 1 | -0/+1 | |
2014-06-21 | hfpmodem: Split AT+VTS command into multiple +VTS | Sergio Checa Blanco | 1 | -3/+8 | |
According to the standard "3GPP 27.007 v6.8.0" Appendix C.2.11, when sending multiple DTMF characters, these must go in individual +VTS commands for each tone. This adopts the AT modem approach. Before: AT+VTS=1234\r After: AT+VTS=1;+VTS=2;+VTS=3;+VTS=4\r | |||||
2014-06-10 | test: Adapt data test scripts to multi-modem | Alfonso Sanchez-Beato | 2 | -47/+81 | |
Some tests scripts were not ready to handle situations with more than one modem present. This change fixes the data context scripts. | |||||
2014-06-10 | test: Adapt voice call test scripts to multi-modem | Alfonso Sanchez-Beato | 5 | -34/+75 | |
Some tests scripts were not ready to handle situations with more than one modem present. This change fixes the scripts that handle voice calls. | |||||
2014-05-30 | hfp: Fix case where RING never arrives | Denis Kenzior | 1 | -1/+28 | |
2014-05-21 | hfp: Use proper prefix | Denis Kenzior | 1 | -1/+2 | |
Otherwise the BCS command can consume unsolicited notifications. ofonod[3270]: < \r\n+BCS: 2\r\n ofonod[3270]: > AT+BCS=2\r ofonod[3270]: < \r\n+CIEV: 1,1\r\n ofonod[3270]: < \r\n+CIEV: 2,0\r\n ofonod[3270]: < \r\nOK\r\n | |||||
2014-04-22 | handsfree: correct crash on connect of hfp | Andrew Earl | 1 | -1/+2 | |
2014-04-10 | handsfree: Rename driver function | Denis Kenzior | 1 | -3/+3 | |
To be more consistent with others in the same file | |||||
2014-04-10 | handsfree: Simplify logic | Denis Kenzior | 1 | -18/+12 | |
2014-04-10 | hfp: Add CNUM query to handsfree interface for subscriber number | Andrew Earl | 1 | -0/+88 | |
2014-04-10 | handsfree: Rename variable | Denis Kenzior | 1 | -6/+6 | |
2014-04-10 | handsfree: Reflow logic | Denis Kenzior | 1 | -7/+8 | |
2014-04-10 | handsfree: Remove function | Denis Kenzior | 1 | -6/+1 | |
No need for one line functions that are only used once | |||||
2014-04-10 | handsfree: Rename function | Denis Kenzior | 1 | -2/+2 | |
No need for the ofono_ prefix here | |||||
2014-04-10 | handsfree: Remove unneeded variable | Denis Kenzior | 1 | -2/+1 | |
2014-04-10 | handsfree: Remove unneeded variable i | Denis Kenzior | 1 | -2/+1 | |
2014-04-10 | handsfree: style fixes for previous commit | Denis Kenzior | 1 | -6/+7 | |
2014-04-10 | hfp: Add subscriber number to handsfree properties | Andrew Earl | 1 | -3/+121 | |
2014-04-10 | include: Add subscriber number to handsfree API | Andrew Earl | 1 | -0/+6 | |
2014-04-10 | doc: Add subscriber number to handsfree-api | Andrew Earl | 1 | -0/+4 | |
2014-03-27 | AUTHORS: Mention Jussi's contributions | Denis Kenzior | 1 | -0/+1 | |
2014-03-27 | phonesim: Fixup whitespace | Denis Kenzior | 1 | -0/+1 | |
2014-03-27 | phonesim: Add conf file override | Jussi Pakkanen | 1 | -2/+5 | |
OFONO_PHONESIM_CONFIG allows the configuration file location to be overriden from the default $CONFIGDIR/phonesim.conf (typically /etc) | |||||
2014-03-24 | gdbus: Add g_dbus_proxy_set_property_array | Claudio Takahasi | 2 | -0/+92 | |
This patch adds a new gdbus utility function to allow setting a property of fixed, and non-fixed values array. | |||||
2014-03-20 | he910: Fix unused variable warning | Denis Kenzior | 1 | -1/+0 | |
plugins/he910.c: In function ‘qss_query_cb’: plugins/he910.c:174:21: error: unused variable ‘data’ [-Werror=unused-variable] | |||||
2014-03-19 | he910: Switch to permissive parser | Denis Kenzior | 1 | -1/+1 | |
Seems the CCFC implementation on Telit firmware is not v.250 compliant: ofonod[445]: Aux: > AT+CCFC=0,2\r ofonod[445]: Aux: < \r\n\r\n+CCFC:0,7\r\n\r\nOK\r\n | |||||
2014-03-19 | he910: Fixup SIM detection | Denis Kenzior | 1 | -7/+37 | |
In certain cases the #QSS notification is never sent, or sent too early. Make sure that we enable #QSS notification only after the modem has been set as powered. Also make sure that we explicitly query #QSS in case we missed the earlier #QSS notification. | |||||
2014-03-19 | hfp: Use enum from hfp.h | Denis Kenzior | 3 | -23/+16 | |
2014-03-19 | hfp: Fixup variable names | Denis Kenzior | 1 | -3/+3 | |
2014-03-19 | hfp: Add CHLD features to drver data | Krzysztof Wilk | 1 | -0/+3 | |
2014-03-19 | handsfree: Fixup variable names | Denis Kenzior | 1 | -10/+11 | |
2014-03-19 | hfp: extend Features to three way calling and CHLD | Krzysztof Wilk | 1 | -3/+31 | |
2014-03-19 | include: Declaration function to set CHLD features | Krzysztof Wilk | 1 | -0/+2 | |
2014-03-19 | hfp: Define hfp_ag_chld_feature | Krzysztof Wilk | 1 | -0/+11 | |
2014-03-19 | doc: Extend Features property | Krzysztof Wilk | 1 | -0/+6 | |
2014-03-14 | AUTHORS: Mention Alfonso's contributions | Denis Kenzior | 1 | -0/+1 | |
2014-03-14 | unit: Fix test to use valid EF_PNN | Alfonso Sanchez-Beato | 1 | -5/+7 | |
test-simutil was not using EF_PNN files with a valid format. | |||||
2014-03-14 | simutil: Fix EF_PNN access | Alfonso Sanchez-Beato | 1 | -7/+16 | |
EF_PNN was not being read properly (see TS 24.008, section 10.5.3.5a, for network names format), which affected the displayed PLMN name for some MVNOs. Some modems already read the file and return the right string: these do not show the problem. | |||||
2014-03-14 | stktest: Remove some unneeded output | Denis Kenzior | 1 | -7/+2 | |
2014-03-14 | test: Make sure test-stk-menu works with python3 | Denis Kenzior | 1 | -16/+17 | |
2014-03-11 | AUTHORS: Mention Martin's contributions | Denis Kenzior | 1 | -0/+1 | |
2014-03-11 | test: Convert to Python 3 | Martin Pitt | 94 | -124/+124 | |
Change raw_input() to input() and unicode to str. This is *not* compatible with Python 2. Update the hashbangs to run with Python 3. | |||||
2014-03-11 | test: Move from static gobject bindings to GI | Martin Pitt | 21 | -57/+60 | |
Use GLib gobject-introspection bindings so that we can also use the scripts with Python 3. | |||||
2014-03-11 | test: Replace obsolete has_key() with "in" | Martin Pitt | 2 | -13/+13 | |
In order to also work with Python 3 | |||||
2014-03-11 | test: Make exceptions compatible with Python 3 | Martin Pitt | 17 | -45/+45 | |
Use "except Type as var" syntax to work with both Python >= 2.6 and Python 3. | |||||
2014-03-11 | test: Make print calls compatible with Python 3 | Martin Pitt | 86 | -576/+576 | |
Turn print calls into print() function calls and avoid using comma-separated arguments, so that they work and look the same with both Python 2 and 3. | |||||
2014-03-10 | he910: Fix whitespace | Denis Kenzior | 1 | -1/+0 | |
2014-03-06 | gdbus: Add g_dbus_client_set_ready_watch() | Claudio Takahasi | 2 | -1/+20 | |
This patch adds a new gdbus helper to notify the clients that GetManagedObjects reply was received and the last proxy has been informed previously by the proxy_added callback. | |||||
2014-03-05 | AUTHORS: Mention Tony's contributions | Denis Kenzior | 1 | -0/+1 | |
2014-03-05 | idmap: use UL for bitshift literals | Tony Espy | 1 | -4/+4 | |
The current bitshift logic in idmap incorrectly uses the literal 1 for the value to shift in idmap_alloc(), idmap_take(), and idmap_alloc_next(). This causes the resulting value to be an int instead of a long, which results in the wrong bit being set once the number of bits to shift operand exceeds sizeof(int). Also on some platforms, the behavior of the left bitshift operator is undefined when this overflow occurs. |