Skip to content
Snippets Groups Projects
Select Git revision
  • v0.43.1
  • master default protected
  • revert-cs032-ccd-ip
  • deploy-components-parallel
  • fix-chrony-exporter
  • L2SS-2407-swap-iers-caltable-monitoring-port
  • L2SS-2357-fix-ruff
  • sync-up-with-meta-pypcc
  • stabilise-landing-page
  • all-stations-lofar2
  • v0.39.7-backports
  • Move-sdptr-to-v1.5.0
  • fix-build-ubuntu
  • tokens-in-env-files
  • fix-build
  • L2SS-2214-deploy-cdb
  • fix-missing-init
  • add-power-hardware-apply
  • L2SS-2129-Add-Subrack-Routine
  • Also-listen-internal-to-rpc
  • fix-build-dind
  • v0.55.5-r2 protected
  • v0.52.8-rc1 protected
  • v0.55.5 protected
  • v0.55.4 protected
  • 0.55.2.dev0
  • 0.55.1.dev0
  • 0.55.0.dev0
  • v0.54.0 protected
  • 0.53.2.dev0
  • 0.53.1.dev0
  • v0.52.3-r2 protected
  • remove-snmp-client
  • v0.52.3 protected
  • v0.52.3dev0 protected
  • 0.53.1dev0
  • v0.52.2-rc3 protected
  • v0.52.2-rc2 protected
  • v0.52.2-rc1 protected
  • v0.52.1.1 protected
  • v0.52.1 protected
41 results

post-merge

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    obs_state_machine.uml 1.29 KiB
    IDLE: The subarray is unconfigured
    CONFIGURING_IDLE: The subarray is unconfigured;\nis performing a configuring operation
    CONFIGURING_READY: The subarray is configured;\nis performing a configuring operation
    READY: The subarray is configured
    SCANNING: The subarray is scanning
    ABORTING: The subarray is aborting
    ABORTED: The subarray has aborted
    RESETTING: The subarray is resetting to IDLE\nfrom FAULT or ABORTED state
    FAULT: The subarray has faulted
    
    IDLE -down-> CONFIGURING_IDLE: configure_invoked
    IDLE -left-> ABORTING: abort_invoked
    CONFIGURING_IDLE -up-> IDLE: configure_completed
    CONFIGURING_IDLE -down-> CONFIGURING_READY: component_configured
    CONFIGURING_IDLE -left-> ABORTING: abort_invoked
    CONFIGURING_READY -down-> READY: configure_completed
    CONFIGURING_READY -left-> ABORTING: abort_invoked
    READY -up-> CONFIGURING_READY: configure_invoked
    READY -up-> IDLE: component_unconfigured
    READY -down-> SCANNING: component_scanning
    READY -left-> ABORTING: abort_invoked
    SCANNING -up-> READY: component_not_scanning
    SCANNING -left-> ABORTING: abort_invoked
    ABORTING -up-> ABORTED: abort_completed
    ABORTED -up-> RESETTING: obsreset_invoked
    RESETTING -down-> ABORTING: abort_invoked
    RESETTING -right-> IDLE: obsreset_completed
    [*] -up-> FAULT: component_obsfault\n(from any state)
    FAULT -up-> RESETTING: obsreset_invoked