Attention is currently required from: neels.
1 comment:
File src/osmo-bsc/gsm_04_08_rr.c:
Patch Set #1, Line 1077: /* fall through */
I see no change here: 'break' generally moves the execution flow out of the switch statement (unless it's part of an inner switch statement or a loop). Neither I see inner switch statements here, nor any loops. So if we break, we don't fall through. Am I missing something?
To view, visit change 27903. To unsubscribe, or for help writing mail filters, visit settings.