Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-12-16 | network: CPHS Short SPN bits do not apply to SPN | Denis Kenzior | 1 | -13/+10 | |
2011-12-16 | network: Use __ofono_cphs_service_available | Denis Kenzior | 1 | -18/+6 | |
2011-12-16 | message-waiting: Use new API for CPHS MBDN | Denis Kenzior | 1 | -4/+2 | |
2011-12-16 | sim: Add __ofono_sim_cphs_service_available | Denis Kenzior | 2 | -0/+8 | |
2011-12-16 | simutil: Add util to find CPHS service availability | Denis Kenzior | 2 | -0/+19 | |
2011-12-16 | sim: Reset additional state info | Denis Kenzior | 1 | -0/+10 | |
We were not resetting 3GPP and CPHS phase information as well as the CPHS service table entries on sim removal / reset. | |||||
2011-12-16 | network: Add CPHS SPN, short-SPN fallbacks | Oleg Zhurakivskyy | 1 | -30/+148 | |
2011-12-16 | network: Guard PNN reading | Denis Kenzior | 1 | -3/+10 | |
In a somewhat bizarre case, both PNN and OPL might change, which will trigger sim_pnn_opl_changed twice. This can have some funny side-effects, so don't allow this to happen in the first place. | |||||
2011-12-15 | cdma-voicecall: Refactor previous commit | Denis Kenzior | 1 | -17/+11 | |
2011-12-15 | Add call waiting support in CDMA voice call | Caiwen Zhang | 1 | -3/+32 | |
2011-12-15 | network: Use netreg_emit_operator_display_name() | Oleg Zhurakivskyy | 1 | -54/+22 | |
Redundant in place code removed, netreg_emit_operator_display_name() is now used consistently everywhere in network.c | |||||
2011-12-08 | cdma-connman: Add dormant_notify implementation | Guillaume Zajac | 1 | -0/+17 | |