Difference between revisions of "Public:CellID"

From OpenCellID wiki
Jump to: navigation, search
(Created page with " LCID The LCID (28 Bit) includes the CellID and the RNC. CID The CID is 16 Bit. ''' Calculate the LCID''' (65536 * RNC) + CID = LCID")
 
Line 11: Line 11:
  
  
'''
+
'''Calculate the LCID with the value RNC and CID'''
Calculate the LCID'''
+
  
 
(65536 * RNC) + CID = LCID
 
(65536 * RNC) + CID = LCID
 +
 +
Example:
 +
(65536 *  504 ) + 6287 =  33036431
 +
 +
 +
'''Calculate the CID with the value LCID'''

Revision as of 19:49, 1 February 2014


LCID

The LCID (28 Bit) includes the CellID and the RNC.


CID

The CID is 16 Bit.


Calculate the LCID with the value RNC and CID

(65536 * RNC) + CID = LCID

Example: (65536 * 504 ) + 6287 = 33036431


Calculate the CID with the value LCID