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_94ffa352?usp=email : 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. -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42577?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: Id80982b6b968bbe462aeac2b9be646ab50eace83 Gerrit-Change-Number: 42577 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: jolly <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Attention: pespin <[email protected]> Gerrit-Attention: fixeria <[email protected]> Gerrit-Comment-Date: Thu, 02 Apr 2026 08:46:27 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No
