This is an attempt to fix the issue with incorrect transmitted QL when multiple external sources are configured, but not the best one is selected and locks. The issue is that the forced QL is not updated to according to the source.
This works in my tests, but I'm not sure if it's the best approach. Maybe find_dev_best_clock_source() should be called at some point instead.
This is an attempt to fix the issue with incorrect transmitted QL when multiple external sources are configured, but not the best one is selected and locks. The issue is that the forced QL is not updated to according to the source.
This works in my tests, but I'm not sure if it's the best approach. Maybe
find_dev_best_clock_source()
should be called at some point instead.