Skip to content

At5 389 refactor correlation

Ryan Voigt requested to merge AT5-389_Refactor_Correlation into master

Summary: Moving the Correlation JSON config validation to CbfSubarray and then sending the validated config to a new device class called “CbfSubarrayCorrConfig” each cbf subarray will have this device and it will be used to store the most recent correlation FSP configurations JSON sections and the fspID that are currently being used. This device will be called by the CBF subarray Configure command, and will send the FSP configs to the specific FSP subarrays chosen in the JSON.

New Devices: mid_csp_cbf/corrConfig/01 mid_csp_cbf/corrConfig/02

Refactored CbfSubarrayPssConfig as well to only store FspID and most recent fsp's configurations for Pss

Merge request reports