summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-03-25 16:17:40 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-03-26 23:00:28 -0500
commit616b00aab50fc097f39960c884a919dca7af8fe6 (patch)
treedb9790647dbee14cdc9c5becfc2ba2266a41a713 /doc
parent834f3af1dc4dfb2b436f9ba1490ec7a0fecf41d0 (diff)
downloadofono-616b00aab50fc097f39960c884a919dca7af8fe6.tar.bz2
Change the DataConnectionManager API
The various attributes obtained from CGREG are actually completely useless and are not used internally for anything except computing the Attached status. It makes sense to get rid of these properties since they will be the same as reported by CREG in Dual-Transfer-Mode devices. The only difference might be how hardware reports the technology used, but frequently a vendor specific command is required anyway
Diffstat (limited to 'doc')
-rw-r--r--doc/dataconnectionmanager-api.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/dataconnectionmanager-api.txt b/doc/dataconnectionmanager-api.txt
index 43bd4bd7..510bd424 100644
--- a/doc/dataconnectionmanager-api.txt
+++ b/doc/dataconnectionmanager-api.txt
@@ -75,36 +75,6 @@ Properties array{object} PrimaryContexts [readonly]
this value to off detaches the modem from the
Packet Domain network.
- string Status [readonly]
-
- The current packet radio registration status of a modem.
-
- The possible values are:
- "unregistered" Not registered to any network
- "registered" Registered to home network
- "searching" Not registered, but searching
- "denied" Registration has been denied
- "unknown" Status is unknown
- "roaming" Registered, but roaming
-
- uint16 LocationAreaCode [readonly, optional]
-
- Contains the current location area code.
-
- uint32 CellId [readonly, optional]
-
- Contains the current network cell id.
-
- string Technology [readonly, optional]
-
- Contains the technology of the current network.
-
- The possible values are: "GSM", "GSMCompact", "UTRAN",
- "GSM+EGPS", "UTRAN+HSDPA",
- "UTRAN+HSUPA",
- "UTRAN+HSDPA+HSUPA",
- "E-UTRAN"
-
Primary Data Context hierarchy
=================