caarmen / network-monitor

A network monitor tool for Android that executes an http GET to google.com every x seconds and logs the results into a file.
74 stars 27 forks source link

LTE #63

Open Gitschubser opened 9 years ago

Gitschubser commented 9 years ago

Hello,

the computation from the fields GSM RNC and GSM Short CellId is wrong if the Mobile Data Network Type is LTE. Maybe you can add the new fields eNB ID and N2CellId if the Mobile Data Network Type is LTE and let the fields GSM RNC and GSM Short CellId empty or eNB ID=GSM RNC and GSM Short CellId=N2CellId.

GSM Full CellId/256=eNB Id (GSM Full CellId div 256=eNB Id) GSM Full CellId mod256=N2CellID (Physical Layer Identity)

caarmen commented 9 years ago

Many thanks for your remarks. Could you please provide a link to a document which explains these calculations? I've been searching a bit, but haven't found anything yet.

Thanks :)

caarmen commented 9 years ago

Also if you could provide an example of:

That would help.