Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-23 | sim: Don't use sprintf unnecessarily | Denis Kenzior | 1 | -5/+8 | |
Using sprintf for a single quote is quite wasteful | |||||
2012-03-23 | sim: Fix up various coding style violations | Denis Kenzior | 1 | -23/+24 | |
2012-03-23 | sim: Use quoted string with AT+CRSM data parameter | Nicolas Bertrand | 1 | -86/+41 | |
Fix issue with some modems preventing to update elementary files (speedup, ZTE, huawei, MBM) | |||||
2012-03-21 | swmodem: Add support for IPv6 and IPv4v6 contexts | Marcel Holtmann | 1 | -5/+18 | |
2012-03-21 | udev: Only detect Sierra Wireless devices with DirectIP | Marcel Holtmann | 1 | -1/+1 | |
2012-03-21 | sierra: Add support for DirectIP connections | Marcel Holtmann | 1 | -2/+9 | |
2012-03-21 | swmodem: Add Sierra Wireless DirectIP support | Marcel Holtmann | 4 | -1/+256 | |
2012-03-21 | swmodem: Add Sierra Wireless modem driver | Marcel Holtmann | 3 | -0/+73 | |
2012-03-21 | build: Require glib 2.28 | Denis Kenzior | 1 | -2/+2 | |
2012-03-20 | voicecall: Force callheld update after calls swap | Frédéric Danis | 1 | -4/+72 | |
In HFP spec, a callheld indicator update should be sent after swapping calls, even if it stays to 1 (AG has both active and held calls). | |||||
2012-03-20 | emulator: Force indicator event implementation | Frédéric Danis | 2 | -0/+26 | |
2012-03-19 | isimodem: Remove includes of <glib/gtypes.h> | Marcel Holtmann | 2 | -3/+0 | |
2012-03-19 | gisi: Remove includes of <glib/gtypes.h> | Marcel Holtmann | 3 | -3/+1 | |
2012-03-19 | call-forwarding: Inline get_query_next_cf_cond() | Oleg Zhurakivskyy | 1 | -1/+1 | |
2012-03-19 | call-forwarding: Remove cf_list_clear() | Oleg Zhurakivskyy | 1 | -12/+2 | |
Use g_slist_free_full() instead. | |||||
2012-03-13 | voicecall: Improve transitions check | Frédéric Danis | 1 | -12/+17 | |
Indicators should not be updated if: - multiple separate calls are active at same time - a conf call and a call are active at same time - multiple separate calls are held at same time - a conf call and a call are held at same time - a conf call has call in active and held state | |||||
2012-03-13 | sim900: Add ussd and voice call support | Renat Zaripov | 1 | -0/+3 | |
2012-03-07 | voicecall: Don't set indicators during transitions | Denis Kenzior | 1 | -0/+13 | |
2012-03-07 | emulator: fix notify_ring | Frédéric Danis | 1 | -7/+0 | |
notify_ring should not use information from waiting call | |||||
2012-03-06 | voicecall: Fix strange GTA04 modem CLCC behavior | Denis Kenzior | 1 | -0/+16 | |
2012-03-01 | Release 1.5 | Marcel Holtmann | 2 | -1/+9 | |
2012-02-27 | sim900: Use SIMCOM quirk for SMS atom | Renat Zaripov | 1 | -1/+2 | |
2012-02-27 | sms: Disable sending AT+CNMA with SIMCOM quirk | Renat Zaripov | 1 | -1/+3 | |
SIMCOM SIM900 modem module not support AT+CNMA command | |||||
2012-02-27 | atutil: Ignore invalid CLCC results | Denis Kenzior | 1 | -0/+6 | |
Some phones report CLCC calls with out-of-range info. E.g. call index being 0 (it is 1 based according to 27.007) and call states being reported as '6' (valid call states are 0-5.) | |||||
2012-02-27 | hso: Don't access freed data, in hso_set_online | Neil Jerram | 1 | -2/+2 | |
2012-02-22 | call-forwarding: Fix various style issues | Denis Kenzior | 1 | -13/+13 | |
2012-02-22 | call-forwarding: Minor code refactoring | Oleg Zhurakivskyy | 1 | -2/+3 | |
2012-02-22 | call-forwarding: Emit signals when cfu is toggled | Oleg Zhurakivskyy | 1 | -0/+30 | |
Emit signals to mask/unmask conditional cfs on cfu activation/deactivation. | |||||
2012-02-22 | call-forwarding: Update conditional reporting logic | Oleg Zhurakivskyy | 1 | -3/+16 | |
Don't report conditional cfs when cfu is active | |||||
2012-02-22 | call-forwarding: Update conditional setting logic | Oleg Zhurakivskyy | 1 | -0/+7 | |
Due to how the quiescent behavior of conditional call forwarding rules when CFU is active, do not allow the user to try and set conditional rules. This will fail at the network level anyway. | |||||
2012-02-22 | call-forwarding: Refactoring of is_cfu_enabled() | Oleg Zhurakivskyy | 1 | -19/+17 | |
This also removes the need for uninitialized_var() macro. | |||||
2012-02-22 | call-forwarding: Minor style fixes | Oleg Zhurakivskyy | 1 | -26/+30 | |
2012-02-22 | sim900: Fix minor coding style violation | Denis Kenzior | 1 | -1/+2 | |
2012-02-22 | sim900: Add support for PIN retry counters | Renat Zaripov | 1 | -1/+1 | |
2012-02-22 | sim: Add SIMCOM specific PIN retry handling | Renat Zaripov | 1 | -0/+45 | |
Use AT+SPIC for obtaining retries remaining for SIM PIN / PUK AT+SPIC Retries Remaining to Input SIM PIN/PUK +SPIC: <pin1>,<pin2>,<puk1>,<puk2> Parameters <pin1> Times remained to input chv1 <pin2> Times remained to input chv2 <puk1> Times remained to input puk1 <puk2> Times remained to input puk2 | |||||
2012-02-18 | udev: Remove empty line | Marcel Holtmann | 1 | -1/+0 | |
2012-02-18 | udev: Add support for detecting Sierra network interfaces | Marcel Holtmann | 1 | -8/+10 | |
2012-02-18 | hso: Open modem port to log extra notifications | Marcel Holtmann | 1 | -21/+22 | |
2012-02-18 | udev: Also detect modem port of Option HSO devices | Marcel Holtmann | 1 | -10/+13 | |
2012-02-16 | sierra: Rename some variables | Marcel Holtmann | 1 | -20/+20 | |
2012-02-16 | udev: Detect more ports for Sierra modems | Marcel Holtmann | 1 | -8/+16 | |
2012-02-16 | udev: Add sanity check for ports on old Option devices | Marcel Holtmann | 1 | -0/+3 | |
2012-02-16 | udev: Detect old Option cards without high-speed interface | Marcel Holtmann | 1 | -0/+35 | |
2012-02-16 | ifx: Add support for Assisted Satellite Navigation | Marcel Holtmann | 1 | -0/+3 | |
2012-02-16 | location-reporting: Remove a few more empty lines | Marcel Holtmann | 1 | -3/+0 | |
2012-02-16 | location-reporting: Fix some minor style issues | Marcel Holtmann | 1 | -5/+3 | |
2012-02-16 | atmodem: Use CSQ based notification for IFX signal strength | Marcel Holtmann | 1 | -0/+31 | |
Since the XCIEV notifications are unclear, use XCSQ notifcations to report signal strength updates. | |||||
2012-02-16 | atmodem: Ignore results from IFX radio signal strength indication | Marcel Holtmann | 1 | -15/+7 | |
It seems the that XCIEV notification actually returns results from XCSQ and not the described range 0-7. This makes this notification rather useless to report signal strength. | |||||
2012-02-16 | network: Add debug for signal strength updates | Marcel Holtmann | 1 | -0/+2 | |
2012-02-14 | atmodem: Fix handling of IFX signal strength indication | Marcel Holtmann | 1 | -2/+8 | |