NR gNB UL RX PDU RNTI does not match with CRC RNTI
In multi-UE scenario sometimes this assertion happen on gNB IF module. The gNB assumes the same index for CRC and RX indication PDUs but their RNTI won't match, possibly because of one of the two PDU missing.
Assertion (crc->rnti == rx->rnti) failed!
In handle_nr_ulsch() ../../../openair2/NR_PHY_INTERFACE/NR_IF_Module.c:193
mis-match between CRC RNTI 7221 and RX RNTI 35cf
Link to an example in the CI of this kind of assertion: https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/8347/artifact/test_results-RAN-SA-AW2S-CN5G.html
Edited by Francesco Mani