Skip to content

satnogs_client: Fix regression in get_active_transmitter_info

Fabian P. Schmidt requested to merge kerel-fs/satnogs-auto-scheduler:fixN into master

Regression introduced in ff7cbc47.

Filter by maximum frequency was broken due to comparison being entry["downlink_low"] >= fmax instead of the correct entry["downlink_low"] <= fmax.

Merge request reports