Attention is currently required from: osmith, neels. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29837 )
Change subject: BSC: add TC_ho_meas_rep_multi_band ......................................................................
Patch Set 3:
(1 comment)
File library/BSSMAP_Templates.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29837/comment/854f4d89_befa4... PS3, Line 898: cid_list := *
Wouldn't this break existing code using this?
No, it would not. This template modifies 'tr_BSSAP_BSSMAP', which does set 'pdu.bssmap' (and thus all inner firelds) to '?'. PDU_BSSMAP_HandoverRequired.cellIdentifierList is always expected to be present. Before your change the implicit default value is '?'. Value '*' makes no sense because it can never be 'omit'. Adding '(present)' template restriction explicitly tells the caller that it's always present and cannot be 'omit'.