diff options
author | Caiwen Zhang <caiwen.zhang@intel.com> | 2016-04-27 15:37:49 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2016-04-27 10:00:02 -0500 |
commit | e9bdd4e8143d131d69d09c8a04ea9ba1ff6c874a (patch) | |
tree | dd678668262300d9dc312655554dca683f3a0bcf /doc | |
parent | f92b763da458f26f042bc37f607a520d845c410d (diff) | |
download | ofono-e9bdd4e8143d131d69d09c8a04ea9ba1ff6c874a.tar.gz |
doc: Fix enumeration value to be gprs and not gsm
Diffstat (limited to 'doc')
-rw-r--r-- | doc/connman-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/connman-api.txt b/doc/connman-api.txt index 1ce1d613..9220d0de 100644 --- a/doc/connman-api.txt +++ b/doc/connman-api.txt @@ -106,7 +106,7 @@ Properties boolean Attached [readonly] GPRS service registration (if known). Possible values are: - "none", "gsm", "edge", "umts", "hsdpa", "hsupa", + "none", "gprs", "edge", "umts", "hsdpa", "hsupa", "hspa" (HSDPA and HSUPA at the same time) and "lte" |