RangeNetworks / OpenBTS-UMTS

3G UMTS Data Radio Access Network Node
GNU Affero General Public License v3.0
300 stars 195 forks source link

add a fix to the encoding format for UMTS Cell ID #23

Open apromenschenkel opened 6 years ago

apromenschenkel commented 6 years ago

UMTS protocol specifies that the cell ID is a 28 bit number, but it is casted into a 32 bit value. The 4 LSB bits are considered padding, so the "real" data must be shifted about this padding.

Currently, the radio broadcasts a value that is a factor of 16 smaller than the set value.