• Thomas Schlichter's avatar
    NR UE: fix writeTimestamp inconsistencies · 9b7e39b1
    Thomas Schlichter authored
    The "writeTimestamp inconsistencies" are coming from the fact that during the actual processing we write `N_TA_offset` samples _and_ `NR_UE_CAPABILITY_SLOT_RX_TO_TX` slots ahead,
    but both was not corrently considered in readFrame() and syncInFrame().
    Therefore, there was always a warning about a gap in write timestamps as soon the actual processing starts.
    9b7e39b1
nr-ue.c 48.5 KB