Attention is currently required from: fixeria, pespin.
jolly has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42577?usp=email )
Change subject: msc: ASCI: Fix race condition in TC_assign_fail ......................................................................
Patch Set 1:
(1 comment)
File msc/MSC_Tests_ASCI.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42577/comment/0bef146e_94ffa... : PS1, Line 139: f_perform_lu(); There is still a problem with a potential race condition. If the channel connection (f_tc_vgcs_channel) is not established when we try to do the location update here without a delay, it may fail.
I suggest (and have tested) to add another COORD.send after f_create_bssmap_exp_n_connect(193); of f_tc_vgcs_channel and a COORD.receive here before the location update.