3 out of 3 members found this post helpful.
Re: how to get and parse the CI from the signaling(RRC) for WCDMA?
Actix cell id's numbers can be translated into actual numbers if you follow this procedure:
1. you read CI from Actix (e.g. SIB3 or corresponding attribute) say this is = 2469094
2. then you convert this two binary format: 1001011010110011100110 (i am using windows calculator for this calculation)
3. the 2 least significant bytes (or 16 least significant bits) is the actual CI:10010110[10110011100110]
4. convert [10110011100110] to decimal = 44262 and this is the actual CI
reps greatly appreciated!
Bookmarks