Attention is currently required from: jolly.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33144 )
Change subject: BSSMAP_Templates: Add templates to receive CellID IE ......................................................................
Patch Set 1:
(1 comment)
File library/BSSMAP_Templates.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33144/comment/af8d9e95_e9149... PS1, Line 371: template BSSMAP_IE_CellIdentifier tr_CellId_CGI(hexstring mcc, hexstring mnc, BssmapLAC lac, BssmapCI ci) this looks really strange: a tr_* template having only value params, modifying another tr template, and the field inside in line 374 being a ts_* template.
Sounds like you want params in line 371 to be "template (present) ...", and use a tr_* below in line 374.