TODO: remove already implemented or no longer applicable items

This commit is contained in:
Aleksander Morgado
2013-10-08 10:15:57 +02:00
parent a006761c71
commit 564b3610fd

45
TODO
View File

@@ -1,46 +1,4 @@
--------------------------------------------------------------------------------
* Documentation: libmm-glib
libmm-glib should have its own gtk-doc based documentation setup in
docs/reference. This task involves setting up the gtk-doc build under docs/,
as well as including all missing gtk-doc comments in the sources.
--------------------------------------------------------------------------------
* Documentation: libmm-common
libmm-common is the common library used both by libmm-glib and the ModemManager
daemon. Some of its bits must be considered internal, like the server-side
specific code generated by gdbus-codegen; but lots of other bits are to be
considered public and therefore documented with gtk-doc. This task involves
setting up the gtk-doc build under docs/, as well as including all missing
gtk-doc comments in the sources.
--------------------------------------------------------------------------------
* Documentation: debugging tips
Provide a section for debugging tips in the ModemManager documentation.
--------------------------------------------------------------------------------
* GObject introspection
Either with libmm-common or libmm-glib, we should provide GObject Introspection
support for the libraries. libmm-glib is just a small layer on top of
libmm-common, so maybe the introspection can be done at libmm-common level
directly.
--------------------------------------------------------------------------------
* Firmware
ModemManager should implement the Firmware interface if modems allow to change
firmware on-the-fly.
--------------------------------------------------------------------------------
* Contacts
@@ -144,8 +102,5 @@ example to update the signal quality value or check registration status.
** QMI: in NAS >= 1.8 we don't have the operator name given in the
registration status queries, we'll need to get it with "NAS Get PLMN Name".
** QMI: For the operator ID provisioned in the SIM, should we be using "Get
Home Network"?
** QMI: mark the modem as invalid if we lose the QMI and/or WWAN ports. For
example, we should handle 'sudo rmmod qmi_wwan && sudo modprobe qmi_wwan'