summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-07 14:21:11 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:53:22 +0100
commit690777986b0efe6a38135ea8f42f392a6320cf77 (patch)
tree38a372d05dc769376d53ced20cc5c43911947663 /TODO
parent70103fdef3556551cb282849fb8fb1dbcd102deb (diff)
port-probe: refactor AT command handling
Make it use a GVariant in the response processor, as the AT command handling in the MMBaseModem.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 0bbe3188..da3b0015 100644
--- a/TODO
+++ b/TODO
@@ -96,10 +96,6 @@ example to update the signal quality value or check registration status.
a rev0, revA or revB CDMA network. We need to expose the exact access
technology in the interface.
- ** Consolidate the AT command processor in MMPluginBase; possibly just let it
- return a GVariant instead of GValue, as with the AT command processor in
- the MMBaseModem.
-
** Fix object names to show proper inheritance? For example:
- MMPort, MMPortSerial, MMPortSerialAt, MMPortSerialQcdm
- MMModem (instead of MMBaseModem), MMModemBroadband, MMModemPots