From 9390dbaf31f2bd61ff566eeaac6644dce1fd13b4 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 25 Mar 2010 10:19:54 -0500 Subject: Refactor: Remove MobileNetworkCodeLength property Replaced by MNC/MCC properties which is more intuitive for use by external applications. --- doc/sim-api.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'doc/sim-api.txt') 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] -- cgit v1.2.3