Attention is currently required from: neels, fixeria. osmith 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/856d721e_5b3df... PS3, Line 898: cid_list := *
This parameter should be '(present)' and set to '?' by default, because PDU_BSSMAP_HandoverRequired. […]
Wouldn't this break existing code using this?
$ git grep tr_BSSMAP_HandoverRequired BSC_Tests.ttcn: BSSAP.receive(tr_BSSMAP_HandoverRequired(exp_oldToNewBSSIEs)); BSC_Tests.ttcn: BSSAP.receive(tr_BSSMAP_HandoverRequired); BSC_Tests.ttcn: BSSAP.receive(tr_BSSMAP_HandoverRequired); BSC_Tests.ttcn: BSSAP.receive(tr_BSSMAP_HandoverRequired); BSC_Tests.ttcn: [] BSSAP.receive(tr_BSSMAP_HandoverRequired) { BSC_Tests.ttcn: [] BSSAP.receive(tr_BSSMAP_HandoverRequired(cid_list := cid_list)) { BSC_Tests.ttcn: [] BSSAP.receive(tr_BSSMAP_HandoverRequired()) {