Attention is currently required from: pespin, dexter.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33634 )
Change subject: S1AP_Templates: fix tr_S1AP_SetupResp ......................................................................
Patch Set 1:
(1 comment)
File library/s1ap/S1AP_Templates.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33634/comment/9f39ee31_d75ec... PS1, Line 116: *, {
Same, add a new line.
I don't know if the protocolIEs field ends up being a "set of" or "record of" in TTCN3. If it was "set of", we could use the "superset" matching mechanism, which would basically make sure that any protocolIEs would match, in any order, just as long as they contain each of the ones we specify here.
Also/Unrelated: IF the spec says there is only *one* intermediate IE permitted, we better use "?" instead of "*", as the latter matches any number of intermediate IEs.