ttcn3_dut: reset TFT matcher object when DUT is switched off

master
Andre Puschmann 3 years ago
parent 7a85191323
commit e248e086ed

@ -108,6 +108,7 @@ bool ttcn3_ue::switch_on()
bool ttcn3_ue::switch_off()
{
tft_matcher.reset(); // empty all TFTs
return stack->switch_off();
}

Loading…
Cancel
Save