You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pedro Alvarez 7b25eac47c Fix race condition in rlc_am_stress test and other fixes related to this
test. The race condition was being cause by write_sdu being called
simultanously to read_pdu, which could cause the read_pdu to try to get
the SDU info before it had been written by the write_sdu.

Changes in this commit include:
 - Make sure PDCP sn in included in RLC AM stress test.
 - Stop handling control PDU when TX is not enabled in RLC AM.
 - Fixed issue with length of the PDCP SN in rlc_stress_test.
 - Moved the place were sdu info erase was called to avoid double calls to erase
 - Tentative fix for race condition in rlc_am_stress test.
 - Added function to print information about undelivered_sdu_info_queue
   for debugging.
4 years ago
..
adt fix S1AP UE Capability Indication message. Created helper to log received S1AP messages 4 years ago
asn1 Por asn1 code in lib directory to srslog (#2253) 4 years ago
common Initialize byte_buffer metadata to avoid unintialized variable warnings. 4 years ago
interfaces Added the ability of the RLC AM to notify the PDCP of the acknowledged 4 years ago
mac - Upgrade to srslog the loggers in lib/mac. 4 years ago
phy Added DCI Format 0_0 unpacking and more NR-PUSCH procedures 4 years ago
radio change license header to agnostic version with hint to root LICENSE file 4 years ago
rrc Added support for S1AP modify bearer request support. This includes: 4 years ago
srslog Port enb specific classes to use srslog (#2155) 4 years ago
test change license header to agnostic version with hint to root LICENSE file 4 years ago
upper Fix race condition in rlc_am_stress test and other fixes related to this 4 years ago
CMakeLists.txt change license header to agnostic version with hint to root LICENSE file 4 years ago
build_info.h.in change license header to agnostic version with hint to root LICENSE file 4 years ago
config.h change license header to agnostic version with hint to root LICENSE file 4 years ago
srslte.h Refactor NR RA files and fix header includes all over library (#2162) 4 years ago
version.h.in change license header to agnostic version with hint to root LICENSE file 4 years ago