summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-12-16network: CPHS Short SPN bits do not apply to SPNDenis Kenzior1-13/+10
2011-12-16network: Use __ofono_cphs_service_availableDenis Kenzior1-18/+6
2011-12-16message-waiting: Use new API for CPHS MBDNDenis Kenzior1-4/+2
2011-12-16sim: Add __ofono_sim_cphs_service_availableDenis Kenzior2-0/+8
2011-12-16simutil: Add util to find CPHS service availabilityDenis Kenzior2-0/+19
2011-12-16sim: Reset additional state infoDenis Kenzior1-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-16network: Add CPHS SPN, short-SPN fallbacksOleg Zhurakivskyy1-30/+148
2011-12-16network: Guard PNN readingDenis Kenzior1-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-15cdma-voicecall: Refactor previous commitDenis Kenzior1-17/+11
2011-12-15Add call waiting support in CDMA voice callCaiwen Zhang1-3/+32
2011-12-15network: Use netreg_emit_operator_display_name()Oleg Zhurakivskyy1-54/+22
Redundant in place code removed, netreg_emit_operator_display_name() is now used consistently everywhere in network.c
2011-12-08cdma-connman: Add dormant_notify implementationGuillaume Zajac1-0/+17
2011-12-02network: Split EFspn and EFspdi Refresh handlingDenis Kenzior1-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-02network: Refactor sim_spdn_spdi_changedDenis Kenzior1-12/+8
2011-12-02network: Tweak namingDenis Kenzior1-3/+2
2011-12-02simutil: Minor whitespace fixDenis Kenzior1-1/+1
2011-12-02simutil: Add CPHS SPN & short SPN to EFdbDenis Kenzior1-0/+2
2011-12-02simutil: Add CPHS SPN and short-SPN IDsOleg Zhurakivskyy1-0/+2
2011-12-02network: Rename spname to spnOleg Zhurakivskyy1-9/+9
2011-12-02network: Go back to the originalDenis Kenzior1-4/+6
The code is a little bit more readable and slightly more efficient this way
2011-12-02network: Refactor sim_spn_read_cb()Oleg Zhurakivskyy1-34/+48
Refactor sim_spn_read_cb() for CPHS SPN, short-SPN inclusion
2011-12-02network: M9 coding style correctionsOleg Zhurakivskyy1-5/+5
2011-11-27simfs: Call callback even if impl isn't providedGuillaume Zajac1-1/+3
2011-11-24cdma-netreg: Add skeleton sid query implementationPhilippe Nunes1-0/+25
2011-11-22modem: Add Type property to GetProperties resultDaniel Wagner1-0/+18
2011-11-04cdma-connman: Add public api definitionGuillaume Zajac1-0/+19
2011-11-04cdma-connman: Refactor previous commitDenis Kenzior1-6/+11
2011-11-04cdma-connman: Check netreg when changing PoweredGuillaume Zajac1-3/+23
2011-11-04dbus: Tweak wordingDenis Kenzior1-1/+1
2011-11-04dbus: Add new D-Bus error message NotRegisteredGuillaume Zajac2-0/+8
2011-10-30cdma-netreg: Implement new public APIGuillaume Zajac1-0/+8
2011-10-21netreg: Fix memory leak in HFP caseDenis Kenzior1-1/+3
2011-10-21handsfree: add ofono_handsfree_set_ag_featuresDenis Kenzior1-0/+31
2011-10-21devinfo: avoid crash if query_model not supportedMikel Astiz1-0/+1
2011-10-21handsfree: Implement voice recognition functionMikel Astiz1-0/+75
2011-10-15core: Some more copyright fixesMarcel Holtmann3-3/+3
2011-10-13handsfree: Removed ASYNC flag from GetPropertiesMikel Astiz1-2/+1
2011-10-13handsfree: Expose RequestPhoneNumber in D-Bus APIMikel Astiz1-0/+50
2011-10-13handsfree: Don't emit signals if not registeredDenis Kenzior1-0/+3
2011-10-13handsfree: Copyright statement correctionMikel Astiz1-0/+1
2011-10-12voicecall: Make emulator use release_queueDenis Kenzior1-18/+11
2011-10-12voicecall: Fix HangupAll for HFPDenis Kenzior1-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-10core: Update copyright informationMarcel Holtmann56-72/+72
2011-10-06log: Rename program executable variableMarcel Holtmann2-4/+6
2011-10-05log: Add support for backtrace symbole resolvingMarcel Holtmann3-17/+112
2011-09-09handsfree: Implement inband ring settingsMikel Astiz1-0/+26
2011-09-09handsfree: Add skeleton implementationMikel Astiz2-0/+224
2011-09-08gprs: Allow NULL context names while provisioningDenis Kenzior1-1/+1
2011-09-08emulator: Minor style tweaks inside bia_cbDenis Kenzior1-9/+10
2011-09-08emulator: add AT+BIA support for HFPFrédéric Danis1-10/+73