Skip to content

RFC: source & sink: fix get_freq_corr() calling wrong function#19

Open
MrCry0 wants to merge 1 commit intoNuand:mainfrom
MrCry0:fix/get-corr-freq
Open

RFC: source & sink: fix get_freq_corr() calling wrong function#19
MrCry0 wants to merge 1 commit intoNuand:mainfrom
MrCry0:fix/get-corr-freq

Conversation

@MrCry0
Copy link

@MrCry0 MrCry0 commented Mar 14, 2026

Not sure, may be I don't see something important, but it look like we call wrong get functions for correction.

Both source_impl and sink_impl::get_freq_corr() were delegating to get_center_freq() instead of get_freq_corr(), causing callers to receive the tuned centre frequency (Hz) instead of the PPM correction value.

Both source_impl and sink_impl::get_freq_corr() were delegating to
get_center_freq() instead of get_freq_corr(), causing callers to
receive the tuned centre frequency (Hz) instead of the PPM
correction value.

Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
@MrCry0 MrCry0 force-pushed the fix/get-corr-freq branch from eba9284 to 40a3f31 Compare March 18, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant