Page 1 of 1

Logged cells on v2.38

Posted: Sat Dec 29, 2018 6:07 pm
by dredders
Hi.

I've just started running the app & uploaded my first results. However, looking at the .csv file - it seems like the same cell is being reported on VodaUk [234:15] & Telefonica [234:10 - formally O2].

Screenshot shows device details - it's got a VodaUK sim in it.

Or, am I just misunderstanding the data in the first column?

/Dave

Re: Logged cells on v2.38

Posted: Sun Dec 30, 2018 4:58 am
by arkasha
those have unique LTE identifiers - the MCC/MNC values (the first six digits) differ, even though the subsequent elements match.

https://api.wigle.net/api/v2/cell/mccMnc?mcc=234&mnc=15
and
https://api.wigle.net/api/v2/cell/mccMnc?mcc=234&mnc=10

are the corresponding API urls (you can hit those with curl or httpie, or just throw them into your browser to see the unique JSON elements)
It looks likely that they have some kind of multi-endpoint setup, since the other ID characteristics match!