Attention is currently required from: neels, pespin.
Patch set 1:Code-Review +1
1 comment:
File hnbgw/HNBGW_Tests.ttcn:
Patch Set #1, Line 414: /* disconnect test_CT HNBAP[i], instead connect ConnHdlr.HNBAP to HNBAP[i] */
Isn't this breaking existing tests which used test_CT HNBAP[i] ?
Usually you have the test logic either in the test_CT or in the ConnHdlr. Why would this break the test_CT ones? With this patch applied, the ConnHdlr spawned by this function gets exclusive access to one of the HNBAP ports (determined by pars.hnb_idx). Leaving an HNBAP port connected to the test_CT would require all HNBAP.send() operations to use explicit addressing...
To view, visit change 31085. To unsubscribe, or for help writing mail filters, visit settings.