Attention is currently required from: pespin.
1 comment:
File library/CBSP_Templates.ttcn:
Patch Set #1, Line 415: //ies[lengthof(ies)] := tr_CbspNumComplList ifpresent;
what is this "ifpresent" keyword supposed to be doing?
it should only match this IE if it is present in the matching message. Sobasically you can say "absent is ok, or if it is present, it must match what I specify here".
This still works in simple constructs, and used to compile in this form as used here in earlier TITAN versions, but it started to fail in > 6.5.0, as many locations in this file show with the testcase.stop.
To view, visit change 27966. To unsubscribe, or for help writing mail filters, visit settings.