magma / domain-proxy

A Domain proxy for Magma
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Move calculating frequencies to grant manager #559

Closed hejjestemjarek closed 1 year ago

hejjestemjarek commented 2 years ago

amc setting frequency logic should be moved to grant manager: grant manager should calculate available frequencies if they are empty (note this is currently done as a separate step): and then continue as usual If there are no available frequencies AMC should generate them and continue with calculating grants, currently when there are no available frequencies AMC generates them, but then it doesn’t do anything else for that cbsd at this point. It should generate one action and then do whatever the grant manager would do.

hejjestemjarek commented 1 year ago

https://github.com/magma/magma/pull/13989