Attention is currently required from: pespin.
Patch set 1:Code-Review +2
2 comments:
File hnbgw/HNBGW_Tests.ttcn:
Patch Set #1, Line 1523: vc_conn_list := vc_conn_list & { vc_conn };
BTW, you can just do `vc_conn_list[i] := vc_conn;` -- this works fine.
Patch Set #1, Line 1527: vc_conn_list[i].done;
Maybe add `f_ConnHdlrList_all_done()` like we did in S1GW_Tests?
To view, visit change 38676. To unsubscribe, or for help writing mail filters, visit settings.