Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-12-02 | network: Split EFspn and EFspdi Refresh handling | Denis Kenzior | 1 | -12/+32 | |
If both EFspn and EFspdi are changed, then we trigger reading of EFspn twice which leads to a memory leak. Instead, always read EFspdi if the relevant service is available. If EFspdi is changed, use a simple heuristic to update the 'Name' property if appropriate. This heuristic is not always correct, but in the worst case we will emit the same name. | |||||
2011-12-02 | network: Refactor sim_spdn_spdi_changed | Denis Kenzior | 1 | -12/+8 | |
2011-12-02 | network: Tweak naming | Denis Kenzior | 1 | -3/+2 | |
2011-12-02 | simutil: Minor whitespace fix | Denis Kenzior | 1 | -1/+1 | |
2011-12-02 | simutil: Add CPHS SPN & short SPN to EFdb | Denis Kenzior | 1 | -0/+2 | |
2011-12-02 | simutil: Add CPHS SPN and short-SPN IDs | Oleg Zhurakivskyy | 1 | -0/+2 | |
2011-12-02 | network: Rename spname to spn | Oleg Zhurakivskyy | 1 | -9/+9 | |
2011-12-02 | network: Go back to the original | Denis Kenzior | 1 | -4/+6 | |
The code is a little bit more readable and slightly more efficient this way | |||||
2011-12-02 | network: Refactor sim_spn_read_cb() | Oleg Zhurakivskyy | 1 | -34/+48 | |
Refactor sim_spn_read_cb() for CPHS SPN, short-SPN inclusion | |||||
2011-12-02 | network: M9 coding style corrections | Oleg Zhurakivskyy | 1 | -5/+5 | |
2011-11-27 | simfs: Call callback even if impl isn't provided | Guillaume Zajac | 1 | -1/+3 | |
2011-11-24 | cdma-netreg: Add skeleton sid query implementation | Philippe Nunes | 1 | -0/+25 | |
2011-11-22 | modem: Add Type property to GetProperties result | Daniel Wagner | 1 | -0/+18 | |