pvtesting-uhd:ops/dwil/ouflow_querry

Last commit made on 2024-01-16
Get this branch:
git clone -b ops/dwil/ouflow_querry https://git.launchpad.net/pvtesting-uhd

Branch merges

Branch information

Name:
ops/dwil/ouflow_querry
Repository:
lp:pvtesting-uhd

Recent commits

98d372f... by Doug W <email address hidden>

Merge branch 'ops/dwil/master' into ops/dwil/ouflow_querry

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

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

CRIMSON: reset as much of the FPGA as possible on launch

77da123... by Doug W <email address hidden>

STREAMERS: prevent teardown from being called multiple times

Teardown functions as a destructor, which is used as aworkaround since
the destructor does not get called when using GNU Radio