You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the broadcast value was ~16 times smaller than it should have been.
The 28-bit Cell ID is stored in a 32-bit variable, and the 0 padding needs to be
at the LSB end rather than the MSB end.
0 commit comments