Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-11-04 | cdma-connman: Add public api definition | Guillaume Zajac | 1 | -0/+19 | |
2011-11-04 | cdma-connman: Refactor previous commit | Denis Kenzior | 1 | -6/+11 | |
2011-11-04 | cdma-connman: Check netreg when changing Powered | Guillaume Zajac | 1 | -3/+23 | |
2011-11-04 | dbus: Tweak wording | Denis Kenzior | 1 | -1/+1 | |
2011-11-04 | dbus: Add new D-Bus error message NotRegistered | Guillaume Zajac | 2 | -0/+8 | |
2011-10-30 | cdma-netreg: Implement new public API | Guillaume Zajac | 1 | -0/+8 | |
2011-10-21 | netreg: Fix memory leak in HFP case | Denis Kenzior | 1 | -1/+3 | |
2011-10-21 | handsfree: add ofono_handsfree_set_ag_features | Denis Kenzior | 1 | -0/+31 | |
2011-10-21 | devinfo: avoid crash if query_model not supported | Mikel Astiz | 1 | -0/+1 | |
2011-10-21 | handsfree: Implement voice recognition function | Mikel Astiz | 1 | -0/+75 | |
2011-10-15 | core: Some more copyright fixes | Marcel Holtmann | 3 | -3/+3 | |
2011-10-13 | handsfree: Removed ASYNC flag from GetProperties | Mikel Astiz | 1 | -2/+1 | |
2011-10-13 | handsfree: Expose RequestPhoneNumber in D-Bus API | Mikel Astiz | 1 | -0/+50 | |
2011-10-13 | handsfree: Don't emit signals if not registered | Denis Kenzior | 1 | -0/+3 | |
2011-10-13 | handsfree: Copyright statement correction | Mikel Astiz | 1 | -0/+1 | |
2011-10-12 | voicecall: Make emulator use release_queue | Denis Kenzior | 1 | -18/+11 | |
2011-10-12 | voicecall: Fix HangupAll for HFP | Denis Kenzior | 1 | -5/+38 | |
HFP does not implement HangupAll natively and most AGs do not support releasing held calls by id. Work around this by using hangup active and then dropping all held calls if no waiting calls exist. Otherwise fall back to releasing calls by id. | |||||
2011-10-10 | core: Update copyright information | Marcel Holtmann | 56 | -72/+72 | |
2011-10-06 | log: Rename program executable variable | Marcel Holtmann | 2 | -4/+6 | |
2011-10-05 | log: Add support for backtrace symbole resolving | Marcel Holtmann | 3 | -17/+112 | |
2011-09-09 | handsfree: Implement inband ring settings | Mikel Astiz | 1 | -0/+26 | |
2011-09-09 | handsfree: Add skeleton implementation | Mikel Astiz | 2 | -0/+224 | |
2011-09-08 | gprs: Allow NULL context names while provisioning | Denis Kenzior | 1 | -1/+1 | |
2011-09-08 | emulator: Minor style tweaks inside bia_cb | Denis Kenzior | 1 | -9/+10 | |
2011-09-08 | emulator: add AT+BIA support for HFP | Frédéric Danis | 1 | -10/+73 | |