summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-05-30call-settings: Return specific errors for SSPhilippe Nunes1-6/+9
2012-05-30call-forwarding: Return specific errors for SSPhilippe Nunes1-2/+3
2012-05-30call-barring: Return specific errors for SSPhilippe Nunes1-4/+6
2012-05-30dbus: Add __ofono_error_from_error utility functionPhilippe Nunes2-0/+45
2012-05-30sms: Fix GetMessages argument / return signatureDenis Kenzior1-1/+1
2012-05-30dbus: Add new error typesPhilippe Nunes2-0/+15
2012-05-30common: Fix typos in error stringsPhilippe Nunes1-9/+10
2012-05-29build: Remove dependency on libcap-ngMarcel Holtmann1-13/+0
2012-05-20Do not set signature and reply in GDBus tablesLucas De Marchi28-235/+226
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal.
2012-05-20Convert GDBus methods to use macro helpersLucas De Marchi28-222/+380
With these macro helpers we can separate in/out arguments and use their own vector.
2012-05-20Constify GDBus signal tablesHenrique Dante de Almeida27-30/+30
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \;
2012-05-20Constify GDBus method tablesHenrique Dante de Almeida28-31/+31
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
2012-04-23call-forwarding: Remove unneeded variableOleg Zhurakivskyy1-2/+2
2012-04-23call-forwarding: Streamline set_query_cf_callback()Oleg Zhurakivskyy1-15/+12
2012-04-23call-forwarding: Refactor cf_find_unconditional()Oleg Zhurakivskyy1-18/+4
2012-04-23call-forwarding: Streamline cf_find_timeout() logicOleg Zhurakivskyy1-9/+4
2012-04-23call-forwarding: Get rid of extra variableOleg Zhurakivskyy1-3/+2
2012-04-23call-forwarding: Make cf_cond_find more readableDenis Kenzior1-4/+8
2012-04-23call-forwarding: Refactor cf_condition_find_with_cls()Oleg Zhurakivskyy1-40/+18
2012-04-23call-forwarding: Refactor cf_condition_compare()Oleg Zhurakivskyy1-10/+3
2012-04-12modem: Add missing empty lineMarcel Holtmann1-0/+1
2012-03-20voicecall: Force callheld update after calls swapFrédéric Danis1-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-20emulator: Force indicator event implementationFrédéric Danis2-0/+26
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-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-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-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-16network: Add debug for signal strength updatesMarcel Holtmann1-0/+2
2012-02-11network: Add debug for network registration status updatesMarcel Holtmann1-0/+3
2012-02-09voicecall: Fix emulator AT+CHUP for HFPFrédéric Danis1-1/+2
AT+CHUP should be able to hang-up active or incoming calls
2012-02-02stkutil: Make valgrind happyDenis Kenzior1-3/+3
==29809== Conditional jump or move depends on uninitialised value(s) ==29809== at 0x4E826C: stk_file_iter_next (stkutil.c:212) ==29809== by 0x4E8CF8: parse_dataobj_file_list (stkutil.c:635) ==29809== by 0x4EBA29: parse_dataobj (stkutil.c:2410) ==29809== by 0x4ECFB5: parse_refresh (stkutil.c:2971) ==29809== by 0x4EECA3: parse_command_body (stkutil.c:3826) ==29809== by 0x4EF0DF: stk_command_new_from_pdu (stkutil.c:3948) ==29809== by 0x4D50DA: ofono_stk_proactive_command_handled_notify (stk.c:2885)
2012-02-01sim: Fix crash due to uninitialized spn_watchDenis Kenzior1-0/+8
2012-01-23sim: Make SPN change atomic for consumersOleg Zhurakivskyy1-15/+15
Due to new spn watch semantics, ofono_sim_get_spn() will report the absence of SPN while reading it, which is probably incorrect.
2012-01-18modem: Use __ofono_atom_findDenis Kenzior1-9/+3
Also remove defunct comment about registered status
2012-01-18stk: find_atom only returns registered atomsDenis Kenzior1-9/+4
This seems to be an oversight from an earlier refactoring.
2012-01-18sms: Don't need the sim member nowDenis Kenzior1-4/+4
2012-01-18cbs: finding SIM atom seems to not necessary nowDenis Kenzior1-7/+2
2012-01-18stk: Use __ofono_atom_findDenis Kenzior1-73/+28
2012-01-18gprs: Use __ofono_atom_findDenis Kenzior1-16/+10
2012-01-18cdma-connman: Use __ofono_atom_findDenis Kenzior1-4/+2