summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-11gatchat: Add support for shutting down the serverDenis Kenzior1-0/+4
By sending SIGUSR1 we can initiate a soft server-shutdown.
2016-01-07network: Fix crash caused by empty Scan() resultsJohn Ernberg1-2/+14
When issuing a Scan() in poor reception while attached to an operator it's fully possible to get no results, which causes the attached operator to be cleaned up. In certain scenarios this would cause a use-after-free as there are still references to this operator. Transfer the attached operator to the new list regardless of removal caused by the Scan() results.
2016-01-05ril_sofia3gr: Add radio_settings atomDenis Kenzior1-0/+2
2015-12-22gprs: Fix the ContextAdded() signal IntrospectionJohn Ernberg1-1/+1
This matches the behavior described by the documentation the signal value returned by the code. This was causing a headache when using stricter D-Bus wrappers like dbus-c++.
2015-12-21AUTHORS: Mention John's contributionsDenis Kenzior1-0/+1
2015-12-21cbs: Resolve a use-after-freeJohn Ernberg1-1/+4
In situations where location changes rapidly, a use-after-free condition can occur. What happens is that the timeout leaks and then the cbs struct with the callback is cleaned up, resulting in a SIGSEGV when the callback occurs from the glib loop.
2015-12-18build: add support for upower pluginTony Espy2-0/+10
2015-12-18plugins: add upower battery monitor for bluetoothTony Espy1-0/+370
2015-12-17rilmodem: Initialize ofono_error correctlyDenis Kenzior1-2/+1
2015-12-17build: untangle ATMODEM and BLUETOOTH conditionalsTony Espy1-13/+17
2015-12-17HACKING: Update instructions with email addressDenis Kenzior1-0/+2
2015-12-16ril: Use g_ril_new_with_ucredDenis Kenzior1-1/+8
2015-12-16gril: Add g_ril_new_with_ucredDenis Kenzior2-26/+32
2015-12-16gril: Remove unneeded definesDenis Kenzior1-2/+0
2015-12-15plugins: Add sofia3GR ril driverDenis Kenzior2-0/+286
2015-12-15build: Fix building without atmodem supportDenis Kenzior1-3/+2
2015-12-15stktest: Remove usage of decode_at_errorDenis Kenzior1-4/+4
Otherwise the build fails when building without atmodem support
2015-12-15modem: Don't move to pre-sim state in case of failureDenis Kenzior1-0/+3
In ofono_modem_reset, if the enable() callback fails, do not proceed to the pre-sim state
2015-12-15build: add support for new test-rilmodem-cbTony Espy1-1/+9
2015-12-15rilmodem: fix call_barring_query_cbTony Espy1-1/+1
The return value from a RIL_REQUEST_GET_FACILITY_LOCK is the TS 27.007 service class bit vector of services for the specified barring facility. The value canf be zero, which indicates "disabled for all".
2015-12-15unit: add new test-rilmodem-cbTony Espy1-0/+598
2015-12-13ril: Get rid of ril_gprs_context_dataDenis Kenzior1-6/+2
2015-12-13rilmodem: Get rid of ril_gprs_context_dataDenis Kenzior2-14/+7
2015-12-13gprs: Implement ofono_gprs_context_get_typeDenis Kenzior1-0/+6
2015-12-13include: Add ofono_gprs_context_get_typeDenis Kenzior1-0/+2
2015-12-13ril: Don't use ril_sim_dataDenis Kenzior1-7/+1
2015-12-13rilmodem: Get rid of ril_sim_dataDenis Kenzior2-16/+1
2015-12-13sim: Silence warning on 32-bitDenis Kenzior1-1/+1
2015-12-13gril: Use unsigned int instead of gsizeDenis Kenzior1-1/+1
Sizeof gsize changes depending on 32/64 bit system. However, in reality it is always 4 bytes.
2015-12-13sim: Tweak debug statementDenis Kenzior1-5/+2
2015-12-13sim: Add additional DBG statementsDenis Kenzior1-0/+18
2015-12-04rilmodem: fix sim_status_cb debug loggingTony Espy1-2/+5
During the re-factoring of rilmodem's sim atom messaging code, the sim_status_cb function's RIL tracing code was converted to DBG calls. This change adds the same prefix to DBG/trace calls when a single message's parameters span more than one DBG call. This makes it easier to filter out trace messages when looking at a log file.
2015-12-04unit: update test-rilmodem-sms set_sca test caseTony Espy1-4/+4
Update test-rilmodem-sms set_sca test case to take into account additional quotes used for sending a SET_SMSC_ADDRESS request.
2015-12-04rilmodem: restore SET_SMSC_ADDRESS number formatTony Espy1-1/+3
Restore quoting of SMSC number string, as it's required by at least one rild implementation (mako).
2015-12-04rilmodem: Remove unneeded includeDenis Kenzior1-2/+0
2015-12-04gril: Remove grilunsol.[ch]Denis Kenzior3-81/+0
2015-12-04rilmodem: Don't include grilunsol.hDenis Kenzior5-16/+11
2015-12-04ril: Don't include grilunsol.hDenis Kenzior1-2/+2
2015-12-04gril: Remove g_ril_unsol_parse_data_call_listDenis Kenzior2-291/+0
2015-12-04rilmodem: Implement ril_setup_data_call_cb inlineDenis Kenzior1-69/+177
2015-12-03rilmodem: Implement get_active_data_calls_cb inlineDenis Kenzior1-13/+29
2015-12-03gril: Remove unused str_array functionsDenis Kenzior2-42/+0
2015-12-03gril: Remove unused ril_radio_tech_to_stringDenis Kenzior2-68/+0
2015-12-03gril: Remove unused ril_pinstate_to_stringDenis Kenzior2-21/+0
2015-12-03gril: Remove unused ril_cardstate_to_stringDenis Kenzior2-15/+0
2015-12-03gril: Remove unused ril_authtype_to_stringDenis Kenzior2-19/+0
2015-12-03gril: Remove unused ril_apptype_to_stringDenis Kenzior2-22/+0
2015-12-03gril: Remove unused ril_appstate_to_stringDenis Kenzior2-21/+0
2015-12-03gril: Remove unused ril_ofono_protocol_to_ril_stringDenis Kenzior2-22/+0
2015-12-03rilmodem: Remove drivers/rilmodem/gprs.hDenis Kenzior3-31/+8