Attention is currently required from: laforge.
1 comment:
File src/osmo-bts-lc15/oml.c:
Patch Set #1, Line 1830: uint8_t cell_size = bts->max_ta << 2;
Not sure if this is a good idea. Generally it's not allowed to define variables in switch cases, unless you have additional curly braces `case foo: { ... }`. This works in gcc, but may not compile with clang... I suggest adding curly braces.
To view, visit change 32105. To unsubscribe, or for help writing mail filters, visit settings.