Attention is currently required from: pespin.
1 comment:
File bts/BTS_Tests.ttcn:
Patch Set #1, Line 5574: L1CTL.clear;
Iedally you should discard those messages in the alt statement, with a repeat; to keep reading.
This is exactly what we're currently doing. But sometimes you may want to instrument the "wildcard" `L1CTL.receive { ... }` statement to print all non-matching messages, and you get tons of BCCH messages, what I find a bit annoying.
you may run into race conditions here clearing stuff and then reading.
It's unlikely given that it takes the BTS some time to transmit the block over the air (even in the virtual env), but yeah, let's better move this one above. Done in the next patchset.
To view, visit change 31978. To unsubscribe, or for help writing mail filters, visit settings.