summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-03-19call-forwarding: Inline get_query_next_cf_cond()Oleg Zhurakivskyy1-1/+1
2012-03-19call-forwarding: Remove cf_list_clear()Oleg Zhurakivskyy1-12/+2
Use g_slist_free_full() instead.
2012-03-13voicecall: Improve transitions checkFrédéric Danis1-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-13sim900: Add ussd and voice call supportRenat Zaripov1-0/+3
2012-03-07voicecall: Don't set indicators during transitionsDenis Kenzior1-0/+13
2012-03-07emulator: fix notify_ringFrédéric Danis1-7/+0
notify_ring should not use information from waiting call
2012-03-06voicecall: Fix strange GTA04 modem CLCC behaviorDenis Kenzior1-0/+16
2012-03-01Release 1.5Marcel Holtmann2-1/+9
2012-02-27sim900: Use SIMCOM quirk for SMS atomRenat Zaripov1-1/+2
2012-02-27sms: Disable sending AT+CNMA with SIMCOM quirkRenat Zaripov1-1/+3
SIMCOM SIM900 modem module not support AT+CNMA command
2012-02-27atutil: Ignore invalid CLCC resultsDenis Kenzior1-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-27hso: Don't access freed data, in hso_set_onlineNeil Jerram1-2/+2
2012-02-22call-forwarding: Fix various style issuesDenis Kenzior1-13/+13
2012-02-22call-forwarding: Minor code refactoringOleg Zhurakivskyy1-2/+3
2012-02-22call-forwarding: Emit signals when cfu is toggledOleg Zhurakivskyy1-0/+30
Emit signals to mask/unmask conditional cfs on cfu activation/deactivation.
2012-02-22call-forwarding: Update conditional reporting logicOleg Zhurakivskyy1-3/+16
Don't report conditional cfs when cfu is active
2012-02-22call-forwarding: Update conditional setting logicOleg Zhurakivskyy1-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-22call-forwarding: Refactoring of is_cfu_enabled()Oleg Zhurakivskyy1-19/+17
This also removes the need for uninitialized_var() macro.
2012-02-22call-forwarding: Minor style fixesOleg Zhurakivskyy1-26/+30
2012-02-22sim900: Fix minor coding style violationDenis Kenzior1-1/+2
2012-02-22sim900: Add support for PIN retry countersRenat Zaripov1-1/+1
2012-02-22sim: Add SIMCOM specific PIN retry handlingRenat Zaripov1-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-18udev: Remove empty lineMarcel Holtmann1-1/+0
2012-02-18udev: Add support for detecting Sierra network interfacesMarcel Holtmann1-8/+10
2012-02-18hso: Open modem port to log extra notificationsMarcel Holtmann1-21/+22
2012-02-18udev: Also detect modem port of Option HSO devicesMarcel Holtmann1-10/+13
2012-02-16sierra: Rename some variablesMarcel Holtmann1-20/+20
2012-02-16udev: Detect more ports for Sierra modemsMarcel Holtmann1-8/+16
2012-02-16udev: Add sanity check for ports on old Option devicesMarcel Holtmann1-0/+3
2012-02-16udev: Detect old Option cards without high-speed interfaceMarcel Holtmann1-0/+35
2012-02-16ifx: Add support for Assisted Satellite NavigationMarcel Holtmann1-0/+3
2012-02-16location-reporting: Remove a few more empty linesMarcel Holtmann1-3/+0
2012-02-16location-reporting: Fix some minor style issuesMarcel Holtmann1-5/+3
2012-02-16atmodem: Use CSQ based notification for IFX signal strengthMarcel Holtmann1-0/+31
Since the XCIEV notifications are unclear, use XCSQ notifcations to report signal strength updates.
2012-02-16atmodem: Ignore results from IFX radio signal strength indicationMarcel Holtmann1-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-16network: Add debug for signal strength updatesMarcel Holtmann1-0/+2
2012-02-14atmodem: Fix handling of IFX signal strength indicationMarcel Holtmann1-2/+8
2012-02-14atmodem: Add debug for IFX signal strength reportingMarcel Holtmann1-0/+2
2012-02-11network: Add debug for network registration status updatesMarcel Holtmann1-0/+3
2012-02-10ifx: Setup CSCS to use GSM for the aux portMarcel Holtmann1-0/+4
This change is needed since otherwise umlauts and other characters for USSD responses will not work properly.
2012-02-10ifxmodem: Add support for dynamic DNS for IPv6 and dual mode contextsMarcel Holtmann1-1/+17
2012-02-10ifxmodem: Add support for IPv6 and dual mode contextsMarcel Holtmann1-7/+15
2012-02-10Release 1.4Marcel Holtmann2-1/+7
2012-02-10btio: Add BtIOMode enum to be used with BT_IO_OPT_MODELuiz Augusto von Dentz1-0/+8
2012-02-10btio: Add L2ERTM typeLuiz Augusto von Dentz2-0/+18
L2ERTM type uses L2CAP socket in SOCK_STREAM instead of SOCK_SEQPACKET
2012-02-10ifxmodem: Remove audio settings mode handlingMarcel Holtmann1-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-10ifxmodem: Remove another usage g_utf8_validateMarcel Holtmann1-7/+8
2012-02-10ifx: Don't use g_utf8_validateDenis Kenzior1-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-09ifx: Take out bad mergeDenis Kenzior1-24/+0
2012-02-09ifx: Modify XLEMA behaviorDenis Kenzior1-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.