Attention is currently required from: msuraev, dexter.
1 comment:
File tests/trau_pcu_ericsson/trau_pcu_ericsson_test.c:
Patch Set #2, Line 2087: printf(" ccu_data_ind.tav=%02x\n", frame.u.ccu_data_ind.tav);
I just thought that this wouldn't matter since its just a unit test, but if you think that it is nec […]
The usual approach would be grouping all test vectors into an array, and simply iterating over it in a loop, like many unit tests do. The current code looks more like a result of `-funroll-loops` :P
To view, visit change 31454. To unsubscribe, or for help writing mail filters, visit settings.