Skip to content

YAN-1028 Align with latest ADR-54 schemas and consume antennas from SDP config DB

Rodrigo Tobar requested to merge yan-1028-bridge-differences-after-adr54-impl into main

These changes follow those from receive-core in adapting the code to the latest ADR-54 schemas. As such, they depend on the new versions of receive-core and ska-sdp-dal-schemas, which are currently in review.

Other than this, the MR also contains the new logic to load the antenna list from the EBs in the SDP configuration DB. This list was previously read from a file containing a custom AssignResources command, which in the SDP integration tests we had to copy into the receiver pod. With these changes no such hack is needed.

Merge request reports