AMPS: Show round trip delay of Filler frames in loopback mode

This commit is contained in:
Andreas Eversberg
2016-06-20 17:15:42 +02:00
parent d851c37eac
commit 76f6285846
3 changed files with 22 additions and 6 deletions

View File

@@ -495,6 +495,7 @@ prepare_frame:
amps->fsk_rx_frame_quality = 0.0;
amps->fsk_rx_frame_level = 0.0;
amps->fsk_rx_sync_register = 0x555;
amps->when_received = get_time() - (21.0 / (double)BITRATE);
return;
}
if ((amps->fsk_rx_sync_register & 0x7ff) == 0x0ed) {