Attention is currently required from: pespin, fixeria.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33035 )
Change subject: BTS_Tests: f_est_dchan(): add support for CSD channel modes ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File bts/BTS_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33035/comment/235009a7_b2dd1... PS1, 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."