Originally Posted by japaul:
“Good spot mupet but what I think you have there is really a 3G cell id dressed up in a cunning disguise to look like 4G!
As you say, the transition from 3G to 4G isn't smooth or instant and what I think happens is the Android API still reports the old 3G cell id until it gets the 4G one. However as the phone has moved to LTE (sort of) the app recognises this and assumes the cell id is a 4G one so comes up with the wrong answers when it tries to express it as an ECI.
To check this what I would do is lock the phone to 3G and see if it shows up as a 3G cell id (network signal info calls this the long cell id). Other apps might show just the short cell id which will be 14803 maybe along with the RNC which will be 129. This might be difficult as even if you get the same site and sector there could be up to 3 different ids as each carrier has a separate id.
If you can't get the same cell id you should see the same RNC as a group of cells in the same area come under the control of the same radio network controller. To do this 3G conversion taking your cell id 8468947 as an example.
Convert to binary gives 100000010011100111010011
The final 16 bits (0011100111010011) is the cell id which in decimal is 14803.
The remaining bit at the beginning (10000001) is the RNC which in decimal is 129.
If the other 3G cells by you also have an RNC of 129 then this shows the original id was really a 3G id.”
“Good spot mupet but what I think you have there is really a 3G cell id dressed up in a cunning disguise to look like 4G!
As you say, the transition from 3G to 4G isn't smooth or instant and what I think happens is the Android API still reports the old 3G cell id until it gets the 4G one. However as the phone has moved to LTE (sort of) the app recognises this and assumes the cell id is a 4G one so comes up with the wrong answers when it tries to express it as an ECI.
To check this what I would do is lock the phone to 3G and see if it shows up as a 3G cell id (network signal info calls this the long cell id). Other apps might show just the short cell id which will be 14803 maybe along with the RNC which will be 129. This might be difficult as even if you get the same site and sector there could be up to 3 different ids as each carrier has a separate id.
If you can't get the same cell id you should see the same RNC as a group of cells in the same area come under the control of the same radio network controller. To do this 3G conversion taking your cell id 8468947 as an example.
Convert to binary gives 100000010011100111010011
The final 16 bits (0011100111010011) is the cell id which in decimal is 14803.
The remaining bit at the beginning (10000001) is the RNC which in decimal is 129.
If the other 3G cells by you also have an RNC of 129 then this shows the original id was really a 3G id.”
You are absolutely right, I did what you said and I spotted the same cell id on 3G under long cell id. Nice one figuring that out! Disappointed it's not 800MHz.




.