Hi All,
I am getting cellId and LAC by
.
.
.
CTelephony::TNetworkInfoV1 iNetworkInfoV1;
CTelephony::TNetworkInfoV1Pckg iNetworkInfoV1Pckg;
.
.
.
iTelephony->GetCurrentNetworkInfo(iStatus, iNetworkInfoV1Pckg);
.
.
.
.
TUint iCellId;
TUint iLocationAreaCode;
TCountryCode iCountryCode;
iCellId = iNetworkInfoV1.iCellId;
iLocationAreaCode = iNetworkInfoV1.iLocationAreaCode;
iCountryCode.Copy(iNetworkInfoV1.iCountryCode);
which are correct ( i check it acco to Indian suscriber )
but same application giving wrong iCellId for suscriber in South Africa .
where as iLocationAreaCode and iCountryCode are correct for both countries.
please help
regards,
Shyam




