[fix](trx-backend-soapysdr,trx-frontend-http): preserve raw rds ps text

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 12:01:27 +01:00
parent abab89b89c
commit adadcb4a77
2 changed files with 6 additions and 10 deletions
@@ -476,9 +476,6 @@ impl RigCat for SoapySdrRig {
.channel_dsps
.get(self.primary_channel_idx)
.and_then(|dsp| dsp.lock().ok().and_then(|d| d.rds_data()));
if let Some(ref r) = rds {
tracing::debug!("RDS: pi={:?} ps={:?} pty={:?}({})", r.pi, r.program_service, r.pty, r.pty_name.as_deref().unwrap_or("?"));
}
Some(SpectrumData {
bins,
center_hz: self.center_hz.max(0) as u64,