From 9bb65275eb542c56fe49796222c5199fbf963384 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 25 Mar 2010 16:01:16 -0500 Subject: Fix: The MCC / MNC Properties are actually strings --- doc/sim-api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/sim-api.txt') diff --git a/doc/sim-api.txt b/doc/sim-api.txt index 319ecc38..fd02396a 100644 --- a/doc/sim-api.txt +++ b/doc/sim-api.txt @@ -49,7 +49,7 @@ Properties string SubscriberIdentity [readonly, optional] Contains the ISMI of the SIM, if available - uint16 MobileCountryCode [readonly, optional] + string MobileCountryCode [readonly, optional] Contains the Mobile Country Code (MCC) of the home network (not to be confused with the currently @@ -57,7 +57,7 @@ Properties string SubscriberIdentity [readonly, optional] interface) and is read directly from the SIM if available. - uint16 MobileNetworkCode [readonly, optional] + string MobileNetworkCode [readonly, optional] Contains the Mobile Network Code (MNC) of the home network (not to be confused with the currently -- cgit v1.2.3