Skip to content

Resolve SP-1104 "Integrationfix"

An Yu requested to merge SP-1104-IntegrationFix into master

Closes SP-1104

  1. channelAveragingMap – the SKAO asks us to be able to accept the compressed format, in the same manner as for the list of output links and destination addresses.

  2. outputMac is optional. If not specified, keep the previously set value. For now it may be the best to set the default value for each link (there are 80 links) during initialization. It would be the best to define Mid.CBF Master and FSP read-write attributes so that the value can be changed when needed, but if that’s too much work right now, then simply set the fixed ‘default’ value something like: "06-00-0c-0b-0f-01" – where the last number is the Link ID (as hexadecimal number).

  3. Band 5 Tuning (band5Tuning) can be optionally provided if the observing Band 5 is selected. For Band 5 , if band5Tuning is not specified, set the corresponding VCC attribute to zero. For Bands other than Band5 this parameter is not applicable (if specified ignore it). Right now Band5Tuning is handled as a required parameter, configuration is rejected if not specified.

Merge request reports