Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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-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 | network: Add debug for signal strength updates | Marcel Holtmann | 1 | -0/+2 | |
2012-02-11 | network: Add debug for network registration status updates | Marcel Holtmann | 1 | -0/+3 | |
2012-02-09 | voicecall: Fix emulator AT+CHUP for HFP | Frédéric Danis | 1 | -1/+2 | |
AT+CHUP should be able to hang-up active or incoming calls | |||||
2012-02-02 | stkutil: Make valgrind happy | Denis Kenzior | 1 | -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-01 | sim: Fix crash due to uninitialized spn_watch | Denis Kenzior | 1 | -0/+8 | |
2012-01-23 | sim: Make SPN change atomic for consumers | Oleg Zhurakivskyy | 1 | -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-18 | modem: Use __ofono_atom_find | Denis Kenzior | 1 | -9/+3 | |
Also remove defunct comment about registered status | |||||
2012-01-18 | stk: find_atom only returns registered atoms | Denis Kenzior | 1 | -9/+4 | |
This seems to be an oversight from an earlier refactoring. | |||||
2012-01-18 | sms: Don't need the sim member now | Denis Kenzior | 1 | -4/+4 | |
2012-01-18 | cbs: finding SIM atom seems to not necessary now | Denis Kenzior | 1 | -7/+2 | |
2012-01-18 | stk: Use __ofono_atom_find | Denis Kenzior | 1 | -73/+28 | |
2012-01-18 | gprs: Use __ofono_atom_find | Denis Kenzior | 1 | -16/+10 | |
2012-01-18 | cdma-connman: Use __ofono_atom_find | Denis Kenzior | 1 | -4/+2 | |
2012-01-18 | voicecall: Use __ofono_atom_find | Denis Kenzior | 1 | -6/+3 | |
2012-01-18 | ussd: Use __ofono_atom_find | Denis Kenzior | 1 | -6/+4 | |
2012-01-18 | emulator: Use __ofono_atom_find | Denis Kenzior | 1 | -5/+2 | |
2012-01-18 | call-forwarding: Use __ofono_atom_find | Denis Kenzior | 1 | -6/+2 | |
2012-01-18 | sms: Use __ofono_atom_find | Denis Kenzior | 1 | -16/+10 | |
2012-01-18 | cbs: Use __ofono_atom_find macro | Denis Kenzior | 1 | -10/+3 | |
2012-01-18 | network: Use __ofono_atom_find macro | Denis Kenzior | 1 | -5/+2 | |
2012-01-18 | message-waiting: Use __ofono_atom_find macro | Denis Kenzior | 1 | -5/+2 | |
2012-01-18 | ofono: Add __ofono_atom_find macro | Denis Kenzior | 1 | -0/+8 | |
2012-01-18 | network: Access SPN directly from the sim atom | Oleg Zhurakivskyy | 1 | -11/+7 | |
2012-01-18 | sim: Add ofono_sim_get_spn() implementation | Oleg Zhurakivskyy | 1 | -0/+8 | |
2012-01-18 | network: Optimize away one unneeded assignment | Denis Kenzior | 1 | -3/+2 | |
2012-01-18 | network: Use sim SPN watch API | Oleg Zhurakivskyy | 1 | -148/+18 | |
2012-01-18 | gprs: Trivial code reflow | Denis Kenzior | 1 | -8/+8 | |
2012-01-18 | gprs: Use sim SPN watch API | Oleg Zhurakivskyy | 1 | -40/+31 | |
2012-01-15 | sim: Add SPN watch capability | Oleg Zhurakivskyy | 1 | -0/+242 | |
2012-01-15 | sim: Minor style fixes | Oleg Zhurakivskyy | 1 | -12/+12 | |
2012-01-07 | modem: Tweak produced path | Denis Kenzior | 1 | -1/+1 | |
For drivers that contain digits at the end the currently produced path can be somewhat confusing. | |||||
2012-01-07 | cdma-netreg: Add provider name and SID support | Philippe Nunes | 1 | -0/+40 | |
2012-01-07 | cdma-provision: Add driver APIs implementation | Philippe Nunes | 1 | -0/+80 | |
2012-01-07 | ofono.h: add API to get cdma provider name | Philippe Nunes | 1 | -0/+4 | |
2012-01-01 | sim: fix "network" is pin type for "networkpuk" | Jussi Kukkonen | 1 | -1/+1 | |
2011-12-28 | gprs: Minor whitespace and style fixes | Oleg Zhurakivskyy | 1 | -11/+13 | |
2011-12-26 | sim: Fix not creating simfs context in some cases | Denis Kenzior | 1 | -5/+3 | |
2011-12-16 | network: Refactor CPHS SPN & Short SPN handling | Denis Kenzior | 1 | -63/+29 | |