Attention is currently required from: daniel, fixeria, laforge, osmith.
6 comments:
File gbproxy/GBProxy_Tests.ttcn:
Patch Set #1, Line 2722: [] pt.receive(BssgpStatusIndication:?) { repeat; }
cosmetic: shift right
Done
Patch Set #1, Line 2744: defaults
It's only one now. […]
Done
Patch Set #1, Line 2753: PESPIN
debugging leftovers
Done
Patch Set #1, Line 2921: f_get_pcu_idx_ct
BTW, you can use `__SCOPE__` to print an function/altstep name, i.e. `log(__SCOPE__, "(): ...)`.
Done
Patch Set #1, Line 2954: defaults
Likewise, don't you need to `deactivate()` it anymore?
Done
/* Activate one altsteps for all PCU NSE */
var default d := activate(as_count_bvc0_block(g_roi));
f_sleep(3.0);
d
Does not look like we need to activate altsteps in background here? […]
Done
To view, visit change 41740. To unsubscribe, or for help writing mail filters, visit settings.