Attention is currently required from: pespin. laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28131 )
Change subject: stp: Fix sporadic failure in TC_ipa_to_m3ua_ni ......................................................................
Patch Set 1: Code-Review-1
(1 comment)
Patchset:
PS1: I somehow doubt the theory. f_vty_config2() is implemented using f_vty_transceive_ret() which first sends the command and then executes f_vty_wait_for_prompt(), i.e. we wait after the IUT (stp in this case) has returned a prompt after executing the command.
Sice there is no multi-threading in the STP, this must be sufficient.
So either f_vty_wait_for_prompt() is broken and doesn't dod what we expect it to do, or the bug is something else than you suspect.