gps - Does google SUPL server support LPP protocol? -
i implementing minimal supl 2.0 client
. have added supl asn1
specification , lpp asn1
specification application , compiled it. trying implement set initiated immediate services
scenario.
i have filled fields supl start
message lpp
protocol information , lte cell id (location id)
information. sending message supl.google.com
, not able receive response google supl server
.
does google supl server support lpp?
i have tried supl.nokia.com
also. not getting response nokia supl server
also.
the same application code working fine rrlp protocol
.
please let me know if has come across similar issue or have information regarding lpp protocol
usage google supl 2.0 server
.
yes, supl.google.com supports supl 2.0 , lpp. port number using supl connection? think 7275 encrypted, 7276 not. implement openssl or other encryption, use 7276.
are setting lpp capability bit? sure got asn.1 packing , aligning done correctly? rrlp working indicator know doing, think usual case no response badly formed message.
Comments
Post a Comment