Attention is currently required from: osmith, neels.
1 comment:
File library/BSSMAP_Templates.ttcn:
Patch Set #3, 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'.
To view, visit change 29837. To unsubscribe, or for help writing mail filters, visit settings.