Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client usage #9

Open
MVennebusch opened this issue Oct 5, 2023 · 3 comments
Open

Client usage #9

MVennebusch opened this issue Oct 5, 2023 · 3 comments

Comments

@MVennebusch
Copy link

Hi, I would like to use the client to gain some insight into 3GPP/LPP. I managed to compile and run the program. But -as you can probably see- I don't really understand how to use it:

./example-lpp --host=supl.google.com --mcc=262 --mnc=3 --lac=40221 --ci=145562847 agnss
[settings]
location server: "supl.google.com:5431"
identity: imsi: 2460813579
cell information: 262:3:40221:145562847 (mcc:mnc:tac:id)
DEBUG: Connecting to SUPL server supl.google.com:5431
ERROR: Failed to connect to SUPL server
Error: Unable to connect to location server

Information is taken from https://www.opencellid.org/#zoom=17&lat=53.254052&lon=10.43118

Could you please give me some hints? What server(s) can I connect to?

Thanks a lot!

@vxling
Copy link

vxling commented Jan 2, 2024

set the port to 7026 or 7025with ssl option

@vxling
Copy link

vxling commented Jan 2, 2024

its 7275 and 7276

@Raviu56
Copy link

Raviu56 commented Jun 10, 2024

Hi @vxling
It did not work either:

./example-lpp agnss -s -h supl.qxwz.com -p7276 --mcc=262 --mnc=3 --lac=40221 --ci=145562847 

Also:

./example-lpp agnss --supl-identity-fix -s -h supl.google.com -p7276 --mcc=262 --mnc=3 --lac=40221 --ci=145562847

Both give:

Error: Unable to process LPP client (probably disconnected)

On port 7275 they give:

Error: Unable to connect to location server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants