pvtesting-uhd:ops/vvv/master

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

Branch merges

Branch information

Name:
ops/vvv/master
Repository:
lp:pvtesting-uhd

Recent commits

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

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

SEND: correcting buffer level end check to use index instead of absolute channel

83e9a26... by Doug W <email address hidden>

MULT_USRP: adding error better error messages for unlocked PLL

The error message this checks for has recently been added to the
MCU/server

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

Merge branch 'master' into ops/dwil/gp

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

SEND: correcting wait for close timeout and message

378875d... by Doug W <email address hidden>

SEND/RECV using correct converter, undoing hacky solution

Our data is formatted the same way (just the data, not neccessarily the header) as
CHDR
Previously I had modified the item32 converters to handle our needs
(since using them without modifications would result in an IQ swap)
This undoes my hacky solution and adds a better solution

Also adding comments to make this easier to understand in the future