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.
Fabian Eckermann e57ffca722
gnss_sync: fix timestamp to TTI conversion
* Improve reliability of timestamp to tti conversion

Difftime is not reliable as it might use 32 bit calculation, depending on the system. This leads to wrong frame numbers and subframe indices.
I encountered this Issue when testing the pssch_ue exampel on my system and the conversion from timestamp to frame number and sf idx was wrong.

* Improve GNSS Sync 

Added loop to check for GNSS alignment while syncing.
If the received GNSS signal is weak, synchronization errors might occur while syncing.
3 years ago
..
examples Added 5G NAS PCAP support 4 years ago
include enb: refactor L2/L3 and (re)move all NR components to gNB stack 3 years ago
src gnss_sync: fix timestamp to TTI conversion 3 years ago
test Implement a new option to flush the file sink contents on every write. 3 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago