Release Notes
This page contains notes on the current release of ska-low-csp.
Details of what has changed since the last release can be found in the Changelog.
All SKBs can be tracked using: TOPIC SKBs Dashboard.
Compatible version information
This release of ska-low-csp was tested successfully in combination with the following versions:
Name |
Version |
Note |
|---|---|---|
|
|
|
LOW-CBF CNIC firmware |
|
The latest release of the CNIC TANGO device is incompatible with firmware versions 0.1.12 and earlier. |
LOW-CBF Correlator firmware |
|
The latest release of the ska-low-cbf-proc is incompatible with firmware versions 0.0.7 and earlier. |
PST firmware version |
|
The latest release of the ska-low-cbf-proc is incompatible with firmware versions 1.0.0 and earlier. |
ska-low-cbf-p4`` |
|
SKA Telescope Model JSON schema compatibility
Full compatibility tables can be found: Telescope model interfaces version
This release of ska-low-csp is compatible with the following schemas from the SKA Telescope Model:
Schema |
Version |
Compatibility |
|---|---|---|
✅ Compatible |
||
🚫 Not yet supported |
||
✅ Compatible |
||
🚫 Not yet supported |
||
✅ Compatible |
||
❔ Unknown [1] |
PST installation
Resource requirements
When deploying this release for the first time, please note that PST has some additional requirements on the servers running their components. Consult the following resources for more information:
Resource Requirements resource requirements in the PST documentation
JIRA ticket STS-1251
Workarounds
Due to some known issues, the following workarounds should be applied when deploying this release for PST to work.
Configure PST receiver MAC address
As reported in SPRTS-277, the current version of the LOW-CBF beamformer firmware hard-codes the following destination MAC address in its output packets:
94:6d:ae:92:a3:c5
The network adapter used by PST therefore needs to match this MAC address for these packets to arrive.
When using a Kubernetes NetworkAttachmentDefinition to assign a network adapter to PST, the MAC address can be configured through the annotation set on the PST Core component:
ska-pst:
core:
podAnnotations:
k8s.v1.cni.cncf.io/networks: '[{"name":"net-att-def-name", "namespace": "kube-system", "mac":"94:6d:ae:92:a3:c5"}]'
Configure PST receiver port
As reported in SKB-626, the current version of LOW-CBF hard-codes the destination port in its output packets. The PST deployment therefore needs to be configured to use the correct port for its receiver:
ska-pst:
core:
applications:
recv:
ports:
datastream:
port: 9510
targetPort: 9510
General Notes
Jupyter Notebooks
Accompanying this release of ska-low-csp is a set of Jupyter Notebooks that demonstrate several pieces of functionality.
These notebooks can be found at https://gitlab.com/ska-telescope/ska-low-csp/-/tree/main/notebooks/aa05.