<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.1">
</HEAD>
<BODY>
Hi,<BR>
<BR>
I have been spending quite some time understanding the values returned by:<BR>
dbus-send --system --type=method_call --dest=com.nokia.phone.net --print-reply /com/nokia/phone/net Phone.Net.get_current_cell_info<BR>
method return sender=:1.17 -&gt; dest=:1.373 reply_serial=2<BR>
&nbsp;&nbsp; byte 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --&gt; type GSM = 1, WCDMA = 2 ??<BR>
&nbsp;&nbsp; uint16 2050&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --&gt; LAC<BR>
&nbsp;&nbsp; uint32 17143306&nbsp;&nbsp;&nbsp; --&gt; Cell ID (cellid = res &amp; 65535), RNC = res &gt;&gt; 16<BR>
&nbsp;&nbsp; uint32 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --&gt; mnc<BR>
&nbsp;&nbsp; uint32 214&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --&gt; mcc<BR>
&nbsp;&nbsp; byte 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --&gt; ??? <BR>
&nbsp;&nbsp; byte 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --&gt; ??? 3 on supported network, 0 on unsupported network, 2 when NSPS<BR>
&nbsp;&nbsp; int32 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --&gt; error<BR>
<BR>
So far, this is what I have got, the 2 last bytes returned parameters are the ones I try to get info from:<BR>
&nbsp;&nbsp; byte 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --&gt; ??? <BR>
&nbsp;&nbsp; byte 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --&gt; ??? 3 on supported network, 0 on unsupported network, 2 when NSPS<BR>
<BR>
On my phone, I am generally getting values 0,3 respectively, and it seems that the last byte will change to 0 on unsupported networks and 2 when only NSPS is available.<BR>
<BR>
Is there anybody out there that can give me some more info on these values?<BR>
Any Nokia developers that will know what those values stands for :p.<BR>
<BR>
Any leads really appreciated :p<BR>
<BR>
Tks,<BR>
<BR>
Chantra

!DSPAM:4bd5e1f361679337353318!

</BODY>
</HTML>