Attention is currently required from: osmith.
1 comment:
File stp/STP_Tests_M3UA.ttcn:
f_M3UA_exp(0, tr_M3UA_NOTIFY(c_M3UA_ST_T_STATE_CHG, c_M3UA_ST_I_AS_ACTIVE, rctxB));
f_M3UA_exp(0, tr_M3UA_DAVA({*}, rctxA));
f_M3UA_exp(0, tr_M3UA_NOTIFY(c_M3UA_ST_T_STATE_CHG, c_M3UA_ST_I_AS_ACTIVE, rctxA));
f_M3UA_exp(0, tr_M3UA_DAVA({*}, rctxB));
Acknowledged
Just for completeness, I guess most of those tests had the "rctx passing" as "TODO" because ttcn3 failed to properly decode the NOTIFY messages and hence wouldn't match if expecting a given rctx. That's fixed after the patch I submitted upstream for titan.ProtocolModules.M3UA.
To view, visit change 39646. To unsubscribe, or for help writing mail filters, visit settings.