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.
Andre Puschmann cc2d71183e ue,phy,nr: fix race condition when setting UL grant for Msg3
the Msg3 UL grant requires the TTI in which the RAR has been received
to calcualte the correct timing. There was a race between PHY and Stack
thread.

This patch circumvents the issue by removing a PHY state member that only holds
the RAR Rx timing. In the new interface the RA proc passes the Rx TTI
to the PHY again when setting the UL grant so the PHY can calculate the
correct timing without any state.
3 years ago
..
adt Fix the default constructor of the optional class to avoid a spurious uninitialized value warning in older GCC versions (seen for ARM32 and GCC 8.3). 3 years ago
asn1 Remove length from class and pass by reference 3 years ago
common nr: refactor DL/UL frequency deriviation 3 years ago
interfaces ue,phy,nr: fix race condition when setting UL grant for Msg3 3 years ago
mac ue,mac_nr: move BSR levels lookup table into lib header 3 years ago
phy nr: refactor DL/UL frequency deriviation 3 years ago
radio Refactored worker_end mechanism for concurrent workers 3 years ago
rlc fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 3 years ago
rrc rename srsLTE to srsRAN 4 years ago
srslog Implement a new option to flush the file sink contents on every write. 3 years ago
support sched,nr: fix sched RAR NR test; update test assert macros 3 years ago
system Fills the value of the number of cpus for the system_metrics_t and 4 years ago
test rrc,ue: for RRC conn release, delay transition to RRC idle by 60ms as per TS 36.331 4 years ago
upper Moved lib RLC into it's own folder 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago
build_info.h.in rename srsLTE to srsRAN 4 years ago
config.h rename srsLTE to srsRAN 4 years ago
srsran.h Refactored NR HARQ ACK feedback 4 years ago
version.h.in rename srsLTE to srsRAN 4 years ago