Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-17 | sim: Allow IMSI to be obtained via EF reads | Denis Kenzior | 1 | -11/+63 | |
2012-06-16 | stk: Fix crash when envelope returns sync | Denis Kenzior | 1 | -3/+4 | |
ofonod[13066]: src/stk.c:stk_select_item() ofonod[13066]: src/stk.c:stk_select_item() ofonod[13066]: src/stk.c:stk_send_envelope() ofonod[13066]: drivers/qmimodem/stk.c:qmi_envelope() ofonod[13066]: src/stk.c:envelope_cb() length 0 ofonod[13066]: src/stk.c:menu_selection_envelope_cb() ofonod[13066]: Sending Menu Selection to UICC failed process 13066: arguments to dbus_message_new_error() were incorrect, assertion "reply_to != NULL" failed in file dbus-message.c line 1333. This is normally a bug in some application using the D-Bus library. D-Bus not built with -rdynamic so unable to print a backtrace ofonod[13066]: Aborting (signal 6) [./src/ofonod] ofonod[13066]: ++++++++ backtrace ++++++++ | |||||
2012-06-16 | sim: Revert adding special callback for EFiccid | Denis Kenzior | 1 | -26/+1 | |
This reverts commit 1960dbbc79e43f33f23886c2a12e508a0350aad1. | |||||
2012-06-16 | sim: Revert adding special callback for EFmsisdn | Denis Kenzior | 1 | -55/+30 | |
This reverts commit c3124b66d903a43ce639e3de8e838ef39419fc4f. | |||||
2012-06-16 | sim: Revert adding special callback for EFad | Denis Kenzior | 1 | -18/+1 | |
This reverts commit 5522df64fac7b57d3d9db2272fc9be97c8815b94. | |||||
2012-06-16 | cdma-sms: Update to the new API declaration | Denis Kenzior | 1 | -1/+1 | |
2012-06-17 | gprs: Use ofono_bool_t instead of gboolean | Marcel Holtmann | 1 | -2/+2 | |
2012-06-17 | sms: Make PDU data arrays const | Marcel Holtmann | 1 | -2/+2 | |
2012-06-17 | modem: Add function for setting new driver type | Marcel Holtmann | 1 | -0/+14 | |
2012-06-16 | sim: Add special callback for reading MCC and MNC value | Marcel Holtmann | 1 | -1/+18 | |
2012-06-16 | sim: Add special callback for reading MSISDN value | Marcel Holtmann | 1 | -30/+55 | |
2012-06-16 | sim: Add special callback for reading ICCID value | Marcel Holtmann | 1 | -1/+26 | |
2012-06-16 | sim: Use ofono_bool_t instead of gboolean | Marcel Holtmann | 1 | -2/+2 | |
2012-05-30 | call-settings: Return specific errors for SS | Philippe Nunes | 1 | -6/+9 | |
2012-05-30 | call-forwarding: Return specific errors for SS | Philippe Nunes | 1 | -2/+3 | |
2012-05-30 | call-barring: Return specific errors for SS | Philippe Nunes | 1 | -4/+6 | |
2012-05-30 | dbus: Add __ofono_error_from_error utility function | Philippe Nunes | 2 | -0/+45 | |
2012-05-30 | sms: Fix GetMessages argument / return signature | Denis Kenzior | 1 | -1/+1 | |
2012-05-30 | dbus: Add new error types | Philippe Nunes | 2 | -0/+15 | |
2012-05-30 | common: Fix typos in error strings | Philippe Nunes | 1 | -9/+10 | |
2012-05-29 | build: Remove dependency on libcap-ng | Marcel Holtmann | 1 | -13/+0 | |
2012-05-20 | Do not set signature and reply in GDBus tables | Lucas De Marchi | 28 | -235/+226 | |
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal. | |||||
2012-05-20 | Convert GDBus methods to use macro helpers | Lucas De Marchi | 28 | -222/+380 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-20 | Constify GDBus signal tables | Henrique Dante de Almeida | 27 | -30/+30 | |
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \; | |||||
2012-05-20 | Constify GDBus method tables | Henrique Dante de Almeida | 28 | -31/+31 | |
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \; | |||||
2012-04-23 | call-forwarding: Remove unneeded variable | Oleg Zhurakivskyy | 1 | -2/+2 | |
2012-04-23 | call-forwarding: Streamline set_query_cf_callback() | Oleg Zhurakivskyy | 1 | -15/+12 | |
2012-04-23 | call-forwarding: Refactor cf_find_unconditional() | Oleg Zhurakivskyy | 1 | -18/+4 | |
2012-04-23 | call-forwarding: Streamline cf_find_timeout() logic | Oleg Zhurakivskyy | 1 | -9/+4 | |
2012-04-23 | call-forwarding: Get rid of extra variable | Oleg Zhurakivskyy | 1 | -3/+2 | |
2012-04-23 | call-forwarding: Make cf_cond_find more readable | Denis Kenzior | 1 | -4/+8 | |
2012-04-23 | call-forwarding: Refactor cf_condition_find_with_cls() | Oleg Zhurakivskyy | 1 | -40/+18 | |
2012-04-23 | call-forwarding: Refactor cf_condition_compare() | Oleg Zhurakivskyy | 1 | -10/+3 | |
2012-04-12 | modem: Add missing empty line | Marcel Holtmann | 1 | -0/+1 | |
2012-03-20 | voicecall: Force callheld update after calls swap | Frédéric Danis | 1 | -4/+72 | |
In HFP spec, a callheld indicator update should be sent after swapping calls, even if it stays to 1 (AG has both active and held calls). | |||||
2012-03-20 | emulator: Force indicator event implementation | Frédéric Danis | 2 | -0/+26 | |
2012-03-19 | call-forwarding: Inline get_query_next_cf_cond() | Oleg Zhurakivskyy | 1 | -1/+1 | |
2012-03-19 | call-forwarding: Remove cf_list_clear() | Oleg Zhurakivskyy | 1 | -12/+2 | |
Use g_slist_free_full() instead. | |||||
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 | |