Get rid of periodic signal quality checks
Currently, ModemManager seems to poll the signal strength and access technology unconditionally every 30 seconds. This isn't great for battery life, as each check wakes up the modem from sleep and is generally wasted if the device just sits there with screen off.
Investigate whether it's possible to make ModemManager listen to unsolicited messages from modem instead of resorting to polling.
Edited by Sebastian Krzyszkowiak