Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2012-02-14 | atmodem: Add debug for IFX signal strength reporting | Marcel Holtmann | 1 | -0/+2 | |
2012-02-11 | network: Add debug for network registration status updates | Marcel Holtmann | 1 | -0/+3 | |
2012-02-10 | ifx: Setup CSCS to use GSM for the aux port | Marcel Holtmann | 1 | -0/+4 | |
This change is needed since otherwise umlauts and other characters for USSD responses will not work properly. | |||||
2012-02-10 | ifxmodem: Add support for dynamic DNS for IPv6 and dual mode contexts | Marcel Holtmann | 1 | -1/+17 | |
2012-02-10 | ifxmodem: Add support for IPv6 and dual mode contexts | Marcel Holtmann | 1 | -7/+15 | |
2012-02-10 | Release 1.4 | Marcel Holtmann | 2 | -1/+7 | |
2012-02-10 | btio: Add BtIOMode enum to be used with BT_IO_OPT_MODE | Luiz Augusto von Dentz | 1 | -0/+8 | |
2012-02-10 | btio: Add L2ERTM type | Luiz Augusto von Dentz | 2 | -0/+18 | |
L2ERTM type uses L2CAP socket in SOCK_STREAM instead of SOCK_SEQPACKET | |||||
2012-02-10 | ifxmodem: Remove audio settings mode handling | Marcel Holtmann | 1 | -7/+0 | |
With the current updated setup, the audio settings mode is no longer provided. So don't bother even trying to configure it. | |||||
2012-02-10 | ifxmodem: Remove another usage g_utf8_validate | Marcel Holtmann | 1 | -7/+8 | |
2012-02-10 | ifx: Don't use g_utf8_validate | Denis Kenzior | 1 | -7/+7 | |
Emergency Numbers can only be digits, so there's no point to use the 'Hammer of Thor' that is g_utf8_validate when a much simpler function will do the job just as well. | |||||
2012-02-09 | ifx: Take out bad merge | Denis Kenzior | 1 | -24/+0 | |
2012-02-09 | ifx: Modify XLEMA behavior | Denis Kenzior | 1 | -3/+18 | |
XLEMA reports emergency numbers that are hardcoded (e.g. 112 and 911) and that are already read from EFecc. The additional emergency numbers we are interested in should only come from the NVM or the network NITZ update. |