Attention is currently required from: neels.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31765 )
Change subject: hnbgw: add f_rua_expect() ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: I'm not sure if this is really best handled in a function. The problem with functions is that you can always only call one of them at a time. In more complex tests, this may no longer be feasible.
Those could however simply be altsteps. With altsteps, a more complex testcase could combine any number of those together in an alt. See for example BSC_Tests.ttcn f_TC_reassignment_codec where two altsteps are combined in a local 'alt'.
I'm not sure if this really makes sense here, but would like you to think about it.