summaryrefslogtreecommitdiffstats
path: root/doc/network-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-03-25 10:29:01 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-03-25 10:29:01 -0500
commit1e783b33d94e88c4f53e96609cbd4bca0c5e396c (patch)
treeeb91b70c3e4f4ccc6d3793dc3c80cfe356d208b0 /doc/network-api.txt
parent9390dbaf31f2bd61ff566eeaac6644dce1fd13b4 (diff)
downloadofono-1e783b33d94e88c4f53e96609cbd4bca0c5e396c.tar.bz2
Refactor: Simplify Technology values
Applications don't really understand our current values very well and would need to look up the spec. Instead we change to much more commonly accepted terms.
Diffstat (limited to 'doc/network-api.txt')
-rw-r--r--doc/network-api.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index 13f91b31..cc77360a 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -100,10 +100,8 @@ Properties string Mode [readonly]
Contains the technology of the current network.
- The possible values are: "GSM", "GSMCompact", "UTRAN",
- "GSM+EGPS", "UTRAN+HSDPA",
- "UTRAN+HSUPA",
- "UTRAN+HSDPA+HSUPA"
+ The possible values are: "gsm", "edge", "umts", "hspa",
+ "lte"
TODO: Values for CDMA and EVDO based networks.
@@ -197,10 +195,8 @@ Properties string Name [readonly]
Contains a list of technologies currently available
from this network provider.
- The possible values are: "GSM", "GSMCompact", "UTRAN",
- "GSM+EGPS", "UTRAN+HSDPA",
- "UTRAN+HSUPA",
- "UTRAN+HSDPA+HSUPA"
+ The possible values are: "gsm", "edge", "umts", "hspa",
+ "lte"
string AdditionalInformation [readonly, optional]