summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-07-27 16:52:16 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-07-27 16:52:16 -0500
commitcf86deeb828f83d094d10e2dc83b5a66be6d2462 (patch)
tree6a2acd16e144928c05b96386e776692b81cd6b81 /doc
parent6f1ab8b6794333673fefc3d52f9b0388526a56cd (diff)
downloadofono-cf86deeb828f83d094d10e2dc83b5a66be6d2462.tar.bz2
netreg: Add MCC/MNC to NetworkRegistration
These are the same values as on the NetworkOperator interface for the current operator. Just added for convenience.
Diffstat (limited to 'doc')
-rw-r--r--doc/network-api.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index ab18fa0b..9e8478c6 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -96,6 +96,18 @@ Properties string Mode [readonly]
TODO: Agent based location signalling would be better.
+ string MobileCountryCode [readonly, optional]
+
+ Contains the Mobile Country Code (MCC). This is
+ repeated here for convenience. It can also be obtained
+ from the NetworkOperator interface.
+
+ string MobileNetworkCode [readonly, optional]
+
+ Contains the Mobile Network Code (MNC). This is
+ repeated here for convenience. It can also be obtained
+ from the NetworkOperator interface.
+
string Technology [readonly, optional]
Contains the technology of the current network.