GPRS Cell ID

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

We are trying to retrieve the GPRS Cell ID that we are connected to with a
WM2003 PE device. I've searched around and making calls to RIL seems to be
only way to do this. Does anybody know of another way, or an example of C#
or VB code that uses RIL? Is it possible to do this with TAPI?

Thanks in advance,

Simon
 
Simon said:
Hi

We are trying to retrieve the GPRS Cell ID that we are connected to with a
WM2003 PE device. I've searched around and making calls to RIL seems to be
only way to do this. Does anybody know of another way, or an example of C#
or VB code that uses RIL? Is it possible to do this with TAPI?

Thanks in advance,

Simon

Hi Simon,

Aside from using RIL (Radio Interface Layer), the other way to
accomplish what you are after, IIRC, is to send a command to the modem.
I recall this topic being discussed in the pocketpc.developer group,
so you might want to search those archives[1] with a query like "get
Cell ID".

[1]http://groups.google.com/group/microsoft.public.pocketpc.developer
 
Back
Top