Attention is currently required from: pespin.
3 comments:
File bsc/BSC_Tests_ASCI.ttcn:
Patch Set #1, Line 382: f_sleep(2.0);
If I don't sleep here, the test will start before the BSC has completed startup and is ready for SCC […]
I added comments for that.
File bsc/BSC_Tests_ASCI.ttcn:
Patch Set #2, Line 99: var boolean uplink_busy := false;
I have the feeling these 2 uplink_busy and uplink_free can be merged into 1 bool.
There is a third case where none of the UPLINK FREE / UPLINK BUSY messages were received, so i need two flags. (Maybe change that to uplink_state_busy and uplink_state_unknown?)
Patch Set #2, Line 454: f_sleep(2.0);
why these sleeps are being kept? Please if it's really needed, add a comment explaining why.
Done
To view, visit change 33150. To unsubscribe, or for help writing mail filters, visit settings.