Skip to content

Add ofonod-wrapper script to fix APN provisioning on Halium 9+

Jami Kettunen requested to merge fix-apn-provision into ubports/focal

ofono-sailfish (which Halium 9+ ports use) uses the the default provision plugin name unlike Halium 7 and older ports and it has to be enabled for APN provisioning to work; add a script the systemd service can call to do this version check without requiring another branch like on xenial.

The default ExecStart line is /usr/sbin/ofonod -P ril --nodetach, so maybe some of the other plugins also shouldn't be disabled or?

Closes ubports/development/core/packaging/ofono-sailfish#4 (closed). Fixes !75 (merged).

Merge request reports