Attention is currently required from: pespin.
1 comment:
File bsc/BSC_Tests_CBSP.ttcn:
Patch Set #1, Line 570: [not received_cbs] CBSP[0].receive(tr_CBSP_Recv(g_cbsp_conn_id[0], rx_cbs)) {
this kind of construct looks like a prime use case for 'interleave' instead of 'alt. That way you don't need those received_{cbs,emerg} variables and the related checks. The "received unexpected CBSP" could then become an altstep that you acttivate before the interleave statement.
Not super-critical, just wanted to clarify that there is a TTCN3-native mechanism for "wait for each of those things to happen [once], in any order".
To view, visit change 28609. To unsubscribe, or for help writing mail filters, visit settings.