Hello Tatu
I downloaded the supl 1.0.6 and when I check if the supl package works good with me, using SUPL-Client, by using the command "supl-client --cell=gsm:244,5:0x59e2,0x31b0"
I get SUPL protocol error -1
Any quick advice of yours will be highly appriciated in this regard.
Thanks in advance
Error -1 is means some kind of connecting problem to the supl server (supl.nokia.com) on TCP port 7275. That could be DNS issue, port being blocked by a firewall or anything like that. Instead of the default supl.nokia.com you could try e.g. supl.google.com if it works any better.
tatu
Thank you so much for your timely response. I'm through it using supl.google.com server.
Regards
I would like to inquire what does SUPL protocol error -2 and -6 mean?
When i give wdcma parameters i get SUPL protocol error -2
IIRC error -2 happens when your input parameters do not match with the constraints imposed by the protocol, could happen e.g. some wdcma values being out of range. The only way find out is to debug the code and see where exactly the asn.1 encoding fails.
Error -6 is that the reply from the server does not contain gps position information at all. Again potentially something wrong with the parameters that the supl server did not understand or like.
tatu
okay thank you