aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2018-01-25*: Spelling fixesVille Skyttä
2013-10-08TODO: remove already implemented or no longer applicable itemsAleksander Morgado
2012-10-15TODO: remove tasks which were already doneAleksander Morgado
2012-08-29TODO: QMI based modems always require a QMI and WWAN portAleksander Morgado
2012-08-29TODO: add note about SIM provisioning infoAleksander Morgado
2012-08-29TODO: add reminder to implement Operator name loading in NAS >= 1.8Aleksander Morgado
2012-08-29TODO: handle devices with multiple QMI portsAleksander Morgado
2012-08-29TODO: add task to see how to avoid QMI clients exhausted problem in Gobi2kAleksander Morgado
2012-08-24api,introspection: report list of drivers, not just oneAleksander Morgado
Different ports of the same modem may get handled by different drivers. We therefore need to provide a list of drivers (new `Modem.Drivers' property with signature 'as') instead of just one (removed `Modem.Driver' property with signature 's'). $ sudo mmcli -m 0 | grep drivers | drivers: 'qcserial, qmi_wwan'
2012-08-06TODO: the ZTE MF637 doesn't like default setup fo messaging unsolicited messagesAleksander Morgado
2012-08-06TODO: add task to update drivers info in the Modem ifaceAleksander Morgado
2012-08-06TODO: we should retry Icera authentication commandAleksander Morgado
2012-08-06TODO: add task to check if HSO disconnection needs to get updatedAleksander Morgado
2012-08-06longcheer: implement unlock retries checkingDan Williams
2012-08-06TODO: add generic bearer improvementsAleksander Morgado
2012-08-06TODO: add task to give time to modems to settle down after PIN entryAleksander Morgado
2012-08-06TODO: add task for the PIN/PUK retries left loading in Longcheer modemsAleksander Morgado
2012-08-06TODO: add task to check messaging unsolicited messages in Huawei modemsAleksander Morgado
2012-08-06huawei: implement allowed mode getting/settingAleksander Morgado
2012-08-06core: merge `MMPluginBase' and `MMPlugin'Aleksander Morgado
There's no real point in maintaining a separate `MMPlugin' interface, as all the plugins will inherit from `MMPluginBase', so just merge them and simplify everything.
2012-04-02TODO: GPS location implemented alreadyAleksander Morgado
2012-03-16plugin-base: handle the case of expecting a single AT portAleksander Morgado
If we only expect a single AT port, we'll cancel all remaining AT port probings in the other ports, as soon as we get the first one.
2012-03-16port-probe: refactor AT command handlingAleksander Morgado
Make it use a GVariant in the response processor, as the AT command handling in the MMBaseModem.
2012-03-16TODO: new task to consolidate the serial parser as a GObjectAleksander Morgado
2012-03-16TODO: time interface and own numbers now doneAleksander Morgado
2012-03-16TODO: new possible probing improvementAleksander Morgado
2012-03-16TODO: pin retry counts and enabled facility locks now ported from masterAleksander Morgado
2012-03-16TODO: new file with a list of pending things and ideasAleksander Morgado