pvtesting-uhd:ops/vvv/pc-3

Last commit made on 2024-01-23
Get this branch:
git clone -b ops/vvv/pc-3 https://git.launchpad.net/pvtesting-uhd

Branch merges

Branch information

Name:
ops/vvv/pc-3
Repository:
lp:pvtesting-uhd

Recent commits

baef829... by Victor W

Reapply "UHD,CRIMSON_TNG: Reset to systemtime streamer to ensure phase coherency."

This reverts commit 32d9b3b0f770a5eae9efcdd7f8af49cfbcbf3abc.

c49f547... by Doug W <email address hidden>

Merge branch 'ops/dwil/master'

32d9b3b... by Doug W <email address hidden>

Revert "UHD,CRIMSON_TNG: Reset to systemtime streamer to ensure phase coherency."

This reverts commit 3978f8ad37ca0672f63d7559cd95eb5c6f97fa04.

Planned functionality changed to perform the reset on server boot
instead of ordered by UHD between every run. Also it broke CI tests (see build 2166)

2fc7621... by Doug W <email address hidden>

TX: fixing burst streaming

Fixing issues in keeping track of gaps between bursts

TX_WAEVFORMS: don't clear sob if send call failed
TODO: cache SOB if unable to send

3978f8a... by Victor W

UHD,CRIMSON_TNG: Reset to systemtime streamer to ensure phase coherency.

02c2fbc... by Doug W <email address hidden>

Fixing waiting for clock sync

Previously it skip waiting for clock sync once a time diff resynce
request was acknowledged

Also added a way for getting time without bm_thread running

46426e2... by Doug W <email address hidden>

TX_SAMPLES_FROM_FILE: fixing sob and eob flags

Previously never sent a start of burst flag (but UHD would forcibly add one on only
the first packet)
Previously it would send an end of burst between very file, now it only
does that if there is a gap between sends

c5eaee9... by Doug W <email address hidden>

TX_SAMPLES_FROM_FILE: add error messages to file operations

c5bd4fd... by Doug W <email address hidden>

CRIMSON: only reset tx and rx chains on launch

Doing the SFP reset shouldn't be needed (if there is an issue it would
be obvious) and the link isn't back up in time for the ping check if it
is reset

ad28be2... by Doug W <email address hidden>

SEND: fixing check to make sure teardown called only once