Attention is currently required from: pespin, fixeria.
Patch set 1:Code-Review +1
1 comment:
File bts/BTS_Tests.ttcn:
Patch Set #1, Line 2546: case (tr_RSL_ChanMode_SIGN)
what? you can use templates as cases? […]
In fact, the select-case statement in TTCN3 always has a template in the case () part. If you pass a value, it will be type-cast to a template.
I would guess they are simply evaluated in-order? After all, the TTCN3 core language spec says "The select case statement is an alternative syntactic form of the if-else statement."
More specifically:, ES 201 873-1 Section 19.3.1: "Branches are evaluated in their textual order."
To view, visit change 33035. To unsubscribe, or for help writing mail filters, visit settings.