osmocom-bb/src/target
Felix Domke 8a2e935cdb layer1: fix chan_nr2mf_task_mask for TCH/H channel
"multiframe", the frame layout (used to compute neighbor
cell monitoring pattern) was uninitialized in TCH/H case.

This, in combination with gcc optimizing the
"switch(multiframe)"-statement into a LUT without bounds-
checking (since using an uninitialized value is undefined
behavior) caused neigh_task to be filled with an out-of-
bounds value, eventually crashing the TDMA scheduler.

Written-by: Felix Domke <tmbinc@elitedvb.net>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2015-07-21 13:19:16 +02:00
..
firmware layer1: fix chan_nr2mf_task_mask for TCH/H channel 2015-07-21 13:19:16 +02:00
ui-experiment ui: Some experimental code snippets i cobbled together several months ago. 2010-09-01 21:24:34 +02:00