Attention is currently required from: laforge, pespin.
Patch set 2:Code-Review -1
1 comment:
File pcu/PCU_Tests.ttcn:
for (i := 0; i < 10; i := i + 1) {
f_rx_rlcmac_dl_block(dl_block, fn);
if (not match(dl_block, tr_RLCMAC_DL_DUMMY_CTRL)) {
/* Received first data, starting processing: */
break;
}
}
I thought about it, but decided to do it this way to avoid encapsulating more stuff, since in the en […]
Agreeing with Harald. Let's better avoid code duplication. The function can simply accept an out parameter, which will be holding the first non-dummy block.
To view, visit change 30371. To unsubscribe, or for help writing mail filters, visit settings.