mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #87] Feature Request: Add Cellmapper as Search #203
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-3ginfo-lite#203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @frauhottelmann on GitHub (Jul 25, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/87
Hi @4IceG,
Can you add Cellmapper.net as a search for cell ID? It should be straight forward:
https://www.cellmapper.net/enbid?cellid=XXXXXX
Cellmpapper then gives you a results page with an eNB ID that you can use on their map to search your tower.
I would have made a pull request, but I am not sure where I have to add the URL and options for a new search site.
Thanks
@4IceG commented on GitHub (Jul 25, 2024):
Hi @frauhottelmann ,
No problem, I'll add this page, I just need to know the rules for creating a link.
@frauhottelmann commented on GitHub (Jul 25, 2024):
It's just https://www.cellmapper.net/enbid?cellid= and add the CellID at the end.
@4IceG commented on GitHub (Jul 25, 2024):
I understand, I just had to check if XXXXX is a decimal or hex value :).
@MiG-41 commented on GitHub (Jul 26, 2024):
So in my case: https://www.cellmapper.net/enbid?cellid=3658497

This informations are not so valuable (and they could be also given in 3ginfo-litle directly ).
@frauhottelmann commented on GitHub (Jul 26, 2024):
Well, if we can geht the eNB ID from 3G Info directly then we can search an the map directly. But I am not sure if that is possible from a URL. I'll check.
@frauhottelmann commented on GitHub (Jul 26, 2024):
Unfortunately you can't directly search on the map. You have to choose your provider and then search for the eNB ID, but the search is not accessible via URL 😔