Skip to content
Snippets Groups Projects
  • David Johnson's avatar
    2fe9dfe6
    Handle another multi-grant, multi-priority conflicts case. · 2fe9dfe6
    David Johnson authored
    This supports the case where we have a non-exclusive grant that has rx-only ports,
    and that does not conflict with other transmitters at schedule time (yet; possible
    in future once we have IntConstraints).  May conflict at runtime; alarm service
    will tell us.
    
    Includes a variety of bugfixes for various conflict cases, and sneaks in some
    additional db fields we need, e.g. to model the pending state of grants that are
    blocked due to a conflict.
    2fe9dfe6
    History
    Handle another multi-grant, multi-priority conflicts case.
    David Johnson authored
    This supports the case where we have a non-exclusive grant that has rx-only ports,
    and that does not conflict with other transmitters at schedule time (yet; possible
    in future once we have IntConstraints).  May conflict at runtime; alarm service
    will tell us.
    
    Includes a variety of bugfixes for various conflict cases, and sneaks in some
    additional db fields we need, e.g. to model the pending state of grants that are
    blocked due to a conflict.
This project manages its dependencies using Go Modules. Learn more