Skip to content

CT-351 Refactor assign and release resources

Gianluca Marotta requested to merge ct-351 into refactoring

When TM or a TANGO Client assigns a set of receptors to a CSP.LMC Subarray, then:

  • the CSP.LMC subarray obsState transitions to IDLE
  • the CSP.LMC Subarray reports the list of assigned receptors.
  • the transactionID is correctly logged

When TM or a TANGO Client removes all the receptors from a CSP Subarray, then:

  • the CSP.LMC subarray obsState transitions to EMPTY
  • the CSP.LMC Subarray reports an empty the list for the assigned receptors.
  • Fault conditions (timeout, exceptions etc.) are properly reported by the CSP.LMc Subarray.
Edited by Gianluca Marotta

Merge request reports