aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-05 08:40:16 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-05 08:40:16 +0100
commitfa2b467e288cb137ffd792becbf0c1e757d85be4 (patch)
treece308eb0886e93805e7d88bccce48c93797fd6dd /TODO
parentafc4b839a31c530d73b91aa2483795f185eb7e52 (diff)
New upstream version 1.2.0upstream/1.2.0upstream
Diffstat (limited to 'TODO')
-rw-r--r--TODO45
1 files changed, 0 insertions, 45 deletions
diff --git a/TODO b/TODO
index 0b51d26..7851551 100644
--- a/TODO
+++ b/TODO
@@ -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'