summaryrefslogtreecommitdiff
path: root/doc/network-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-03-25 16:01:16 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-03-25 16:01:47 -0500
commit9bb65275eb542c56fe49796222c5199fbf963384 (patch)
tree1a34e60db0af7455fd7dc4e967a4b13b7b6c1dd5 /doc/network-api.txt
parentaf63a2b8eeec100012e2e9b7c67ab1f6218a7195 (diff)
downloadofono-9bb65275eb542c56fe49796222c5199fbf963384.tar.gz
Fix: The MCC / MNC Properties are actually strings
Diffstat (limited to 'doc/network-api.txt')
-rw-r--r--doc/network-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index 8782942b..ab18fa0b 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -182,11 +182,11 @@ Properties string Name [readonly]
The possible values are: "unknown", "available",
"current" and "forbidden"
- uint16 MobileCountryCode [readonly, optional]
+ string MobileCountryCode [readonly, optional]
Contains the Mobile Country Code (MCC).
- uint16 MobileNetworkCode [readonly, optional]
+ string MobileNetworkCode [readonly, optional]
Contains the Mobile Network Code (MNC)