Attention is currently required from: daniel, fixeria, laforge, neels, osmith.
1 comment:
Patchset:
Note, this scenario happened in https://jenkins.osmocom.org/jenkins/job/ttcn3-upf-test/1233/ , where UPF_Tests.TC_session_est_noop failed because our TTCN "cpf" initializes the Tx SeqNr with (PFCP_Emulation.ttcn:)
g_next_sequence_nr_state := (1 + f_rnd_int(1000)) * 10000;
So if two (more or less) consecutive tests obtain the same SeqNr through f_rnd_int, osmo-upf would ignore the PFCP Assoc Setup Req because it'd say it's a duplicate. As a result, next messages may also be marked as duplicate if they match the previous test.
I think we are not yet clearing up the Tx and Rx retrans/duplicate queues, but we should probably clean them up when handling a Rx PFCP ASSOC SETUP REQ (or transmitting it).
To view, visit change 41876. To unsubscribe, or for help writing mail filters, visit settings.