From 9bb65275eb542c56fe49796222c5199fbf963384 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 25 Mar 2010 16:01:16 -0500 Subject: [PATCH] Fix: The MCC / MNC Properties are actually strings --- doc/network-api.txt | 4 ++-- doc/sim-api.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/network-api.txt b/doc/network-api.txt index 8782942..ab18fa0 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) diff --git a/doc/sim-api.txt b/doc/sim-api.txt index 319ecc3..fd02396 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 -- 2.7.4