Skip to content

temp/ofono: Add a patch for QMI modem driver to fix outgoing calls

Administrator requested to merge fix-ofono-for-pinephone into master

The MR solves two tasks.

  1. Make it (a bit) easier to debug ofono
  2. Fix outgoing calls in the QMI modem driver.

Adjust ofono.initd to use a variable for ofono arguments (that can be read from /etc/conf.d/ofono). This let us use the follow line to enable debug logs:echo "OFONOD_OPTS=-d" > /etc/conf.d/ofono

With those logs and some dbus-monitor output, I noticed that CallAdded signal emitted for an invalid phone number and it seems to be the trace of "The called number is not valid" issue reported by the mobile network operator.

I tracked down the issue to qmidriver and fixed it. I contacted Alexander (the author of initial qmidriver patchset) but have no reply yet. To improve the UX sooner I added my patch to the current set of ofono patches. See the commit for details.

Edited by Administrator

Merge request reports

Loading