Attention is currently required from: fixeria.
1 comment:
File src/host/layer23/src/mobile/gsm48_rr.c:
Patch Set #1, Line 3710: strongest_i
Initialize to 0?
This is not required.
The initial "strongest" value is always above any measurement value, so "strongest_i" does not matter. After getting the cell from measurement, "strongest_i" is set and used only when there is another cell with the same level.
"strongest_i" is used to prevent reporting a measurement multiple times.
To view, visit change 35214. To unsubscribe, or for help writing mail filters, visit settings.