pvtesting-uhd:ops/amac/phase-testing-jesd-sync

Last commit made on 2024-06-27
Get this branch:
git clone -b ops/amac/phase-testing-jesd-sync https://git.launchpad.net/pvtesting-uhd

Branch merges

Branch information

Name:
ops/amac/phase-testing-jesd-sync
Repository:
lp:pvtesting-uhd

Recent commits

4ad25d7... by Amelia MacLatchy <email address hidden>

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

This reverts commit 32d9b3b0f770a5eae9efcdd7f8af49cfbcbf3abc.

66e2121... by Doug W <email address hidden>

Updating changelog

220ec16... by Doug W <email address hidden>

RECV: auto change dst port if it is already in use

Previously destructing and constructing streamers to close together
could cause bind to fail since the OS hadn't marked the closed socket's
port as no longer in use

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

Updating changelog

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

CYAN: fixing issue to avoid treating 1G boards with 3G backplane as 3G

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

Updating changelog

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

THREAD: re-enabling realtime priority

Previously it caused freezes on systems with a GUI, that problem appears
to have gone away

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

Revert "THREAD: setting thread affinity when user requests realtime threading"

This reverts commit fbd40a901058cd2c3fcc611c63fc0d115cdad8bb.

For unknown reasons this hurts performance.
PLAN: figure out why this hurts performance and fix it, then reapply
this

132d741... by Doug W <email address hidden>

TX_WAVEFORMS: removing default value for last

Fixes issue where using first less than default last resulted in the the
program thinking the user wanted last

29f8d9c... by Doug W <email address hidden>

PPS DETECTION: fixing crash on exit when PPS check loop exits

Somehow even though the thread sets _pps_thread_running to false it is
still not finished and causes a crash