summaryrefslogtreecommitdiffstats
path: root/doc/sim-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-03-25 10:19:54 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-03-25 10:21:37 -0500
commit9390dbaf31f2bd61ff566eeaac6644dce1fd13b4 (patch)
treefa5f71ba6e9cad08dfe9b25b8d0d408e6eff1b49 /doc/sim-api.txt
parent1e33e5339d0ab7540bce9309e2802704d3a9d7e3 (diff)
downloadofono-9390dbaf31f2bd61ff566eeaac6644dce1fd13b4.tar.bz2
Refactor: Remove MobileNetworkCodeLength property
Replaced by MNC/MCC properties which is more intuitive for use by external applications.
Diffstat (limited to 'doc/sim-api.txt')
-rw-r--r--doc/sim-api.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/sim-api.txt b/doc/sim-api.txt
index b4b24120..319ecc38 100644
--- a/doc/sim-api.txt
+++ b/doc/sim-api.txt
@@ -49,9 +49,21 @@ Properties string SubscriberIdentity [readonly, optional]
Contains the ISMI of the SIM, if available
- uint8 MobileNetworkCodeLength [readonly, optional]
+ uint16 MobileCountryCode [readonly, optional]
- Contains the length of the MNC (2 or 3 digits)
+ Contains the Mobile Country Code (MCC) of the home
+ network (not to be confused with the currently
+ registered network reported on NetworkRegistration
+ interface) and is read directly from the SIM if
+ available.
+
+ uint16 MobileNetworkCode [readonly, optional]
+
+ Contains the Mobile Network Code (MNC) of the home
+ network (not to be confused with the currently
+ registered network reported on NetworkRegistration
+ interface) and is read directly from the SIM if
+ available.
array{string} SubscriberNumbers [readwrite]