Attention is currently required from: fixeria.
2 comments:
File library/s1ap/S1AP_Templates.ttcn:
Patch Set #1, Line 1287: template E_RABSetupResponse
I am not adding `(present)` restriction here because I need to do `rsp.protocolIEs[idx] := *` below. If I add it, the code does not compile (TITAN complains about violating template restrictions).
Patch Set #1, Line 1321: rsp.protocolIEs[idx] := *;
Sadly, we cannot use `superset` here because the `protocolIEs[]` is a `record of`, while `superset` wants a `set of`. Adding `*` at the end results in a template that matches at most those IEs that are preceding it (in fixed order) and ignores the remaining IEs (if any).
To view, visit change 38578. To unsubscribe, or for help writing mail filters, visit settings.