This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
neels gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder, laforge, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24562 to look at the new patch set (#2). Change subject: MSC_ConnectionHandler: fix race in f_create_chan_and_exp() ...................................................................... MSC_ConnectionHandler: fix race in f_create_chan_and_exp() During f_create_chan_and_exp() (part of f_establish_fully()), announce the BSSAP L3 expectation before activating the lchan. In RSL_Emulation f_chan_est(), we go through Chan Request, Channel Act and Immediate Assignment followed by EST IND. Right after that, osmo-bsc sends a Complete Layer 3 on BSSAP. But in f_create_chan_and_exp(), we only create the expectation of the BSSAP right after the call to f_chan_est(), i.e. only after sending the EST IND. So far it was always juuust in time to work, but when I added a little check to the end of f_chan_est(), or alternatively an f_sleep(0.2), then BSC tests always fail with: Test case TC_reassignment_fr finished. Verdict: fail reason: Couldn't find Expect for incoming connection { [...] pdu := { bssmap := { completeLayer3Information... } With the BSSAP expectation done first, this error is avoided. Change-Id: I1d4af737dcc0f9c9fa6cdaff3a92813d532e730c --- M bsc/MSC_ConnectionHandler.ttcn 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/62/24562/2 -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24562 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I1d4af737dcc0f9c9fa6cdaff3a92813d532e730c Gerrit-Change-Number: 24562 Gerrit-PatchSet: 2 Gerrit-Owner: neels <nhofmeyr at sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge at osmocom.org> Gerrit-MessageType: newpatchset -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210605/e978d33a/attachment.htm>